From 221efe6a33aa75e8359f46fdb016500bbcbd3fa4 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 6 Apr 2021 17:08:21 -0400 Subject: 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 --- jjb/hicn/hicn.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'jjb/hicn/hicn.yaml') 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 @@ -338,6 +340,8 @@ branch: "{branch}" builders: + - shell: !include-raw-escape: + - ../scripts/setup_executor_env.sh - shell: !include-raw-escape: - include-raw-hicn-build.sh @@ -409,6 +413,8 @@ settings-type: cfp 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: @@ -494,6 +500,8 @@ branch-pattern: "**/{branch}" builders: + - shell: !include-raw-escape: + - ../scripts/setup_executor_env.sh - shell: !include-raw-escape: - include-raw-hicn-extras-build.sh @@ -573,6 +581,8 @@ settings-type: cfp 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: -- cgit 1.2.3-korg