summaryrefslogtreecommitdiffstats
path: root/jjb/hicn/hicn.yaml
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-04-06 17:08:21 -0400
committerDave Wallace <dwallacelf@gmail.com>2021-04-08 15:25:26 -0400
commit221efe6a33aa75e8359f46fdb016500bbcbd3fa4 (patch)
tree872159ea0f8bd6bca0ec621f09ebaa41e71a2c51 /jjb/hicn/hicn.yaml
parentc4e8e46c32d009445bcc064218597c01e94147bb (diff)
Use fdio-infra-publish for nomad executor based jobs
- Separate post build executor info dump into its own script file. - Remove backup_upload_archives.sh from fdio-infra-shiplogs which is now only used for openstack executors. - Add setup_executor_env.sh to run first for all jobs which run on nomad/dockerhub images. Change-Id: I564201b8c578e6541152e6af74537d1d007ba1a7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'jjb/hicn/hicn.yaml')
-rw-r--r--jjb/hicn/hicn.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/jjb/hicn/hicn.yaml b/jjb/hicn/hicn.yaml
index 15f66aca..c3bc9107 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"