summaryrefslogtreecommitdiffstats
path: root/jjb/hicn
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2021-04-12 16:03:55 +0000
committerGerrit Code Review <gerrit@fd.io>2021-04-12 16:03:55 +0000
commit20320eefc4b796dcfb5d24de1244ab724b8eb3be (patch)
treebd8600ec23d422e69abebd03100fd330a9677484 /jjb/hicn
parent563cca7716264d422882ae5fd3e81d48959f33d1 (diff)
parent221efe6a33aa75e8359f46fdb016500bbcbd3fa4 (diff)
Merge "Use fdio-infra-publish for nomad executor based jobs"
Diffstat (limited to 'jjb/hicn')
-rw-r--r--jjb/hicn/hicn-docs.yaml8
-rw-r--r--jjb/hicn/hicn.yaml12
2 files changed, 15 insertions, 5 deletions
diff --git a/jjb/hicn/hicn-docs.yaml b/jjb/hicn/hicn-docs.yaml
index 24810be0d..5d748edc0 100644
--- a/jjb/hicn/hicn-docs.yaml
+++ b/jjb/hicn/hicn-docs.yaml
@@ -86,11 +86,11 @@
- provide-maven-settings:
settings-file: "hicn-settings"
global-settings-file: "global-settings"
+ - shell: !include-raw-escape: ../scripts/setup_executor_env.sh
- shell: !include-raw-escape: include-raw-hicn-docs.sh
publishers:
- - fdio-infra-shiplogs:
- maven-version: "mvn36"
+ - fdio-infra-publish
- naginator:
rerun-unstable-builds: false
max-failed-builds: 1
@@ -176,11 +176,11 @@
- provide-maven-settings:
settings-file: "hicn-settings"
global-settings-file: "global-settings"
+ - shell: !include-raw-escape: ../scripts/setup_executor_env.sh
- shell: !include-raw-escape: include-raw-hicn-docs.sh
publishers:
- - fdio-infra-shiplogs:
- maven-version: "mvn36"
+ - fdio-infra-publish
- naginator:
rerun-unstable-builds: false
max-failed-builds: 1
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 15f66acac..c3bc9107e 100644
--- a/jjb/hicn/hicn.yaml
+++ b/jjb/hicn/hicn.yaml
@@ -286,7 +286,9 @@
builders:
- shell: !include-raw-escape:
- include-raw-hicn-checkstyle.sh
+ - ../scripts/setup_executor_env.sh
+ - shell: !include-raw-escape:
+ - include-raw-hicn-checkstyle.sh
publishers:
- fdio-infra-publish
@@ -339,6 +341,8 @@
builders:
- shell: !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell: !include-raw-escape:
- include-raw-hicn-build.sh
publishers:
@@ -410,6 +414,8 @@
global-settings: "global-settings"
global-settings-type: cfp
- shell: !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell: !include-raw-escape:
- include-raw-hicn-checkstyle.sh
- shell: !include-raw-escape:
- include-raw-hicn-build.sh
@@ -495,6 +501,8 @@
builders:
- shell: !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell: !include-raw-escape:
- include-raw-hicn-extras-build.sh
publishers:
@@ -574,6 +582,8 @@
global-settings: "global-settings"
global-settings-type: cfp
- shell: !include-raw-escape:
+ - ../scripts/setup_executor_env.sh
+ - shell: !include-raw-escape:
- include-raw-hicn-extras-build.sh
- provide-maven-settings:
settings-file: "hicn-settings"