Skip to content

Commit 5f260b9

Browse files
authored
Update openjdk_tests
1 parent ba15c31 commit 5f260b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buildenv/jenkins/openjdk_tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def runTest() {
458458
}
459459
}
460460
jenkinsfile = load "${WORKSPACE}/aqa-tests/buildenv/jenkins/JenkinsfileBase"
461-
if (CLOUD_PROVIDER.equals('azure')) {
461+
if (LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER.equals('azure')) {
462462
//Set dockerimage for azure agent. Fyre has stencil to setup the right environment
463463
docker.image('ghcr.io/adoptium/test-containers:ubuntu2204').pull()
464464
docker.image('ghcr.io/adoptium/test-containers:ubuntu2204').inside {

0 commit comments

Comments
 (0)