From 2f92c394c4d226d8a67341a0701af82fe6269bee Mon Sep 17 00:00:00 2001 From: Ronan Browne Date: Tue, 25 Apr 2023 20:25:37 +0100 Subject: [PATCH] ES-93: use standard agent (#7343) --- .ci/dev/regression/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/dev/regression/Jenkinsfile b/.ci/dev/regression/Jenkinsfile index 4b2f5274a9..7aa8aac1d0 100644 --- a/.ci/dev/regression/Jenkinsfile +++ b/.ci/dev/regression/Jenkinsfile @@ -30,7 +30,7 @@ String COMMON_GRADLE_PARAMS = [ ].join(' ') pipeline { - agent { label 'standard-latest-ami' } + agent { label 'standard' } /* * List options in alphabetical order