test only in gpu nodes

This commit is contained in:
Ruben Abad 2024-06-03 13:39:34 +02:00
parent a06ab08c4c
commit 696d11f995
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline
//{
stage('ubuntu')
{
agent { label "gpu" }
agent { label "ubuntu_20_04" }
environment
{
UE4_ROOT = '/home/jenkins/UnrealEngine_4.26'
@ -207,6 +207,7 @@ pipeline
{
stage('ubuntu smoke tests')
{
agent { label "gpu_20_04" }
steps
{
unstash name: 'ubuntu_eggs'