summaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.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/global-macros.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/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index 1146607f..42ed9078 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -673,6 +673,7 @@
- SUCCESS
- UNSTABLE
build-steps:
+ - shell: !include-raw: scripts/post_build_executor_info.sh
- shell: !include-raw: scripts/post_build_deploy_archives.sh
- shell: !include-raw: scripts/backup_upload_archives.sh
- fdio-infra-ship-logs
@@ -707,7 +708,6 @@
- UNSTABLE
build-steps:
- shell: !include-raw: include-raw-deploy-archives.sh
- - shell: !include-raw: scripts/backup_upload_archives.sh
- maven-target:
maven-version: '{maven-version}'
pom: '.archives/deploy-archives.xml'