run entire pipeline in gpu machine

This commit is contained in:
Ruben Abad 2024-02-06 11:32:32 +01:00
parent fd08628baf
commit ccf76e0f32
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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