diff --git a/jenkins/jobs/dev_env_integration_tests.groovy b/jenkins/jobs/dev_env_integration_tests.groovy index c05924a25..6d66e098a 100644 --- a/jenkins/jobs/dev_env_integration_tests.groovy +++ b/jenkins/jobs/dev_env_integration_tests.groovy @@ -16,7 +16,7 @@ script { ci_git_branch = 'main' refspec = '+refs/heads/*:refs/remotes/origin/*' } - agent_label = "metal3ci-4c16gb-${IMAGE_OS}-jnlp" + agent_label = "metal3ci-8c32gb-${IMAGE_OS}-oci" } pipeline {