diff options
author | 2021-04-06 17:08:21 -0400 | |
---|---|---|
committer | 2021-04-08 15:25:26 -0400 | |
commit | 221efe6a33aa75e8359f46fdb016500bbcbd3fa4 (patch) | |
tree | 872159ea0f8bd6bca0ec621f09ebaa41e71a2c51 /jjb/cicn | |
parent | c4e8e46c32d009445bcc064218597c01e94147bb (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/cicn')
-rw-r--r-- | jjb/cicn/cicn.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -142,6 +142,8 @@ 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: settings-file: "cicn-settings" @@ -193,6 +195,8 @@ builders: - shell: !include-raw-escape: + - ../scripts/setup_executor_env.sh + - shell: !include-raw-escape: - include-raw-cicn-libparc-build.sh publishers: @@ -261,6 +265,8 @@ 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: settings-file: "cicn-settings" @@ -312,6 +318,8 @@ builders: - shell: !include-raw-escape: + - ../scripts/setup_executor_env.sh + - shell: !include-raw-escape: - include-raw-cicn-viper-build.sh publishers: |