Skip to content

Commit

Permalink
Temporarily exclude cent7 machines for sanity.external (#5177) (#5180)
Browse files Browse the repository at this point in the history
* Temporarily exclude cent7 machines for sanity.external
- Sanity.external test will run on Rhel and Ubuntu machines
- Cent machines have different docker versions and caused failure



* Update buildenv/jenkins/openjdk_tests



---------

Signed-off-by: LongyuZhang <[email protected]>
Co-authored-by: Martijn Verburg <[email protected]>
  • Loading branch information
LongyuZhang and karianna authored Mar 26, 2024
1 parent e58e5f8 commit d7d815e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ timestamps{
env.EXTRA_OPTIONS += " -Dsemeru.fips=true -Dsemeru.customprofile=${opts}"
}

// Temporarily exclude ubuntu 22 machines for criu sanity.external pipeline
if (JOB_NAME.contains ("sanity.external") && JOB_NAME.contains("_criu")) {
LABEL += "&&!sw.os.ubuntu.22"
// Temporarily exclude CentOS 7 machines for sanity.external pipeline due to docker issue
if (JOB_NAME.contains ("sanity.external")) {
LABEL += "&&!sw.os.cent.7"
}

if (params.DOCKER_REQUIRED) {
Expand Down

0 comments on commit d7d815e

Please sign in to comment.