From 123996c17d126cea17b927e71227301d41472958 Mon Sep 17 00:00:00 2001 From: Yeser Amer Date: Fri, 4 Oct 2024 10:29:18 +0200 Subject: [PATCH 1/4] wip --- jitexecutor/jitexecutor-runner/pom.xml | 9 +++++++++ pom.xml | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/jitexecutor/jitexecutor-runner/pom.xml b/jitexecutor/jitexecutor-runner/pom.xml index 3b51f2eff1..46293ea8df 100644 --- a/jitexecutor/jitexecutor-runner/pom.xml +++ b/jitexecutor/jitexecutor-runner/pom.xml @@ -128,6 +128,15 @@ + + org.apache.maven.plugins + maven-artifact-plugin + + + image-build.zip + + + org.apache.maven.plugins maven-assembly-plugin diff --git a/pom.xml b/pom.xml index 554fc18758..17fbbbe32b 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,6 @@ 2024-01-16T00:00:00Z - 3.4.1 @@ -99,7 +98,6 @@ org.apache.maven.plugins maven-artifact-plugin - ${version.maven.artifact.plugin} ${project.build.outputTimestamp} From 626dd71f97c4f24a3446ee8d2264760c5dc98ac8 Mon Sep 17 00:00:00 2001 From: Yeser Amer Date: Fri, 4 Oct 2024 10:43:31 +0200 Subject: [PATCH 2/4] wip --- jitexecutor/jitexecutor-runner/pom.xml | 9 --------- pom.xml | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/jitexecutor/jitexecutor-runner/pom.xml b/jitexecutor/jitexecutor-runner/pom.xml index 46293ea8df..3b51f2eff1 100644 --- a/jitexecutor/jitexecutor-runner/pom.xml +++ b/jitexecutor/jitexecutor-runner/pom.xml @@ -128,15 +128,6 @@ - - org.apache.maven.plugins - maven-artifact-plugin - - - image-build.zip - - - org.apache.maven.plugins maven-assembly-plugin diff --git a/pom.xml b/pom.xml index 17fbbbe32b..486e801630 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ maven-artifact-plugin ${project.build.outputTimestamp} + image-build.zip From 6fb8c3c8c718982b705122abb5fd1b387576a829 Mon Sep 17 00:00:00 2001 From: Yeser Amer Date: Fri, 4 Oct 2024 12:55:42 +0200 Subject: [PATCH 3/4] WIP --- .ci/jenkins/Jenkinsfile.deploy | 4 +++- pom.xml | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy index 912164d282..4b949357f2 100644 --- a/.ci/jenkins/Jenkinsfile.deploy +++ b/.ci/jenkins/Jenkinsfile.deploy @@ -124,7 +124,9 @@ pipeline { } if (isRelease()) { release.gpgImportKeyFromStringWithoutPassword(getReleaseGpgSignKeyCredsId()) - mavenCommand.withProfiles(['apache-release']) + mavenCommand + .withProfiles(['apache-release']) + .withProperty('only.reproducible') mavenRunClosure() } else { mavenRunClosure() diff --git a/pom.xml b/pom.xml index 486e801630..f2f21b4705 100644 --- a/pom.xml +++ b/pom.xml @@ -130,10 +130,20 @@ explainability trusty jitexecutor - apps-integration-tests + + allSubmodules + + + !only.reproducible + + + + apps-integration-tests + + optaplanner-downstream From 45bc213d5c7e43e8392fb2502377d4d1bb7964cb Mon Sep 17 00:00:00 2001 From: Yeser Amer Date: Fri, 4 Oct 2024 13:09:15 +0200 Subject: [PATCH 4/4] WIP --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index f2f21b4705..0b560abd24 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ maven-artifact-plugin ${project.build.outputTimestamp} + image-build.zip