test only in gpu nodes
This commit is contained in:
parent
a06ab08c4c
commit
696d11f995
|
@ -17,7 +17,7 @@ pipeline
|
||||||
//{
|
//{
|
||||||
stage('ubuntu')
|
stage('ubuntu')
|
||||||
{
|
{
|
||||||
agent { label "gpu" }
|
agent { label "ubuntu_20_04" }
|
||||||
environment
|
environment
|
||||||
{
|
{
|
||||||
UE4_ROOT = '/home/jenkins/UnrealEngine_4.26'
|
UE4_ROOT = '/home/jenkins/UnrealEngine_4.26'
|
||||||
|
@ -207,6 +207,7 @@ pipeline
|
||||||
{
|
{
|
||||||
stage('ubuntu smoke tests')
|
stage('ubuntu smoke tests')
|
||||||
{
|
{
|
||||||
|
agent { label "gpu_20_04" }
|
||||||
steps
|
steps
|
||||||
{
|
{
|
||||||
unstash name: 'ubuntu_eggs'
|
unstash name: 'ubuntu_eggs'
|
||||||
|
|
Loading…
Reference in New Issue