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/cicn/cicn.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'jjb/cicn') diff --git a/jjb/cicn/cicn.yaml b/jjb/cicn/cicn.yaml index ff296d130..24b1c32d2 100644 --- a/jjb/cicn/cicn.yaml +++ b/jjb/cicn/cicn.yaml @@ -141,6 +141,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-cicn-libparc-build.sh - provide-maven-settings: @@ -192,6 +194,8 @@ branch: "{branch}" builders: + - shell: !include-raw-escape: + - ../scripts/setup_executor_env.sh - shell: !include-raw-escape: - include-raw-cicn-libparc-build.sh @@ -260,6 +264,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-cicn-viper-build.sh - provide-maven-settings: @@ -311,6 +317,8 @@ branch: "{branch}" builders: + - shell: !include-raw-escape: + - ../scripts/setup_executor_env.sh - shell: !include-raw-escape: - include-raw-cicn-viper-build.sh -- cgit