Skip to content

Commit

Permalink
Don't trigger Java 20 tests
Browse files Browse the repository at this point in the history
Java 20 work is going in a branch and these tests can't succeed until
this branch is merged in master.
  • Loading branch information
akurtakov committed Jan 31, 2023
1 parent bc840f2 commit 2843f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JenkinsJobs/Builds/I_build.groovy
Expand Up @@ -515,7 +515,6 @@ spec:
steps {
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-cen64-gtk3-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-cen64-gtk3-java19', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-cen64-gtk3-java20', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-macM1-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-mac64-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-win32-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
Expand Down

0 comments on commit 2843f92

Please sign in to comment.