Skip to content

Commit

Permalink
Update openjdk_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Oct 12, 2024
1 parent ba15c31 commit 5f260b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def runTest() {
}
}
jenkinsfile = load "${WORKSPACE}/aqa-tests/buildenv/jenkins/JenkinsfileBase"
if (CLOUD_PROVIDER.equals('azure')) {
if (LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER.equals('azure')) {
//Set dockerimage for azure agent. Fyre has stencil to setup the right environment
docker.image('ghcr.io/adoptium/test-containers:ubuntu2204').pull()
docker.image('ghcr.io/adoptium/test-containers:ubuntu2204').inside {
Expand Down

0 comments on commit 5f260b9

Please sign in to comment.