Skip to content

Commit

Permalink
dev.external uses podman (not docker) (#4348)
Browse files Browse the repository at this point in the history
Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia authored Feb 15, 2023
1 parent e467669 commit 19544d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildenv/jenkins/testJobTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ ARCH_OS_LIST.each { ARCH_OS ->
def DOCKERIMAGE_TAG = ""
def EXTRA_DOCKER_ARGS = ""
if (GROUP == "external") {
DOCKER_REQUIRED = true
if (LEVEL != "dev") {
DOCKER_REQUIRED = true
}
DOCKERIMAGE_TAG = "nightly"
if (LEVEL == "sanity" || LEVEL == "extended") {
EXTRA_DOCKER_ARGS = '-v ${TEST_JDK_HOME}:/opt/java/openjdk'
Expand Down

0 comments on commit 19544d6

Please sign in to comment.