Skip to content

Commit

Permalink
Exclude ubuntu22 machine for external tests temporarily
Browse files Browse the repository at this point in the history
- Since external criu tests don't work with ubuntu22 now, exclude the machine label temporarily.

Signed-off-by: Longyu Zhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang committed Sep 28, 2022
1 parent 2b1925c commit cee329a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ timestamps{
LABEL = LABEL.minus("ci.role.test&&").concat("&&ci.role.test.fips")
}

// Temporarily exclude ubuntu 22 machines for sanity.external pipeline
if (params.TARGET == "sanity.external") {
LABEL += "&&!sw.os.ubuntu.22"
}

if (params.DOCKER_REQUIRED) {
LABEL += "&&sw.tool.docker"
}
Expand Down

0 comments on commit cee329a

Please sign in to comment.