From f38bb2a061338b938cbb42c36faf2916c35f3bd9 Mon Sep 17 00:00:00 2001 From: Hao Li <1127478+lihaosky@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:22:45 -0800 Subject: [PATCH] Revert "temporarily disable test to get a new image asap (#10082)" This reverts commit 3b2740d0ac25185f5a35201cdcaa9a1ebe2a4fe0. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 93e32014830..09a55a0c9ea 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ common { pinnedNanoVersions = true maxBuildsToKeep = 99 maxDaysToKeep = 90 - extraBuildArgs = "-Dmaven.gitcommitid.nativegit=true -DskipTests -DskipIntegrationTests" + extraBuildArgs = "-Dmaven.gitcommitid.nativegit=true" mavenBuildGoals = "clean install" runMergeCheck = false }