Fix: Add lf-infra-publish to all jobs 52/4952/1
authorEric Ball <eball@linuxfoundation.org>
Tue, 26 Jul 2022 19:27:37 +0000 (12:27 -0700)
committerEric Ball <eball@linuxfoundation.org>
Tue, 26 Jul 2022 19:27:37 +0000 (12:27 -0700)
Some jobs did not have this publisher, which meant that logs were not
being archived, and that we were not receiving job cost data for
these jobs.

Change-Id: If380ad31104fc68935f59490bbc8d55de7a5b1af
Issue-ID: LF-Jira RELENG-4322
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
global-jjb
jjb/akraino-templates/akraino-jjb-docker.yaml
jjb/akraino-templates/akraino-jjb-templates.yaml
jjb/akraino-templates/akraino-ta-common-macros.yaml
jjb/akraino-templates/akraino-validation-templates.yaml

index 2866593..dad87a2 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2866593326538d6cba981820f0e9b5ba99189492
+Subproject commit dad87a2bfb60d4b90b7c224a7db589e67fa6df76
index 8c6911c..8e068d5 100644 (file)
@@ -53,6 +53,9 @@
     triggers:
       - timed: '@daily'
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: 'akraino-project-stream-stage-docker'
     name: '{project-name}-{stream}-stage-docker'
           jobs:
             - '{project}-maven-stage-{stream}'
             - 'yaml_builds-{stream}-stage-config'
+
+    publishers:
+      - lf-infra-publish
index 52d4901..ed7e8f0 100644 (file)
           export SWAP_SIZE=0
           sudo -E ./global-jjb/jenkins-init-scripts/init.sh
           sudo chown jenkins:jenkins -R archives
+
+    publishers:
+      - lf-infra-publish
index 58f92cd..be0a956 100644 (file)
 - publisher:
     name: ta-publisher-job-merge
     publishers:
+      - lf-infra-publish
       - ta-publisher-ci-build:
           arch: '{arch}'
       - trigger-parameterized-builds:
index 4cd18a8..cb74915 100644 (file)
@@ -43,6 +43,7 @@
               <<: *docker-build-job-settings
 
     publishers:
+      - lf-infra-publish
       - email:
           recipients: >
             cristina.pauna@enea.com
@@ -88,6 +89,9 @@
           make -k -C docker push-all
           docker system prune -af
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: akraino-validation-docker-manifest
     name: 'validation-docker-manifest-{stream}'
           if [ "{branch}" != "{stream}" ]; then export TAG_VER=$STREAM; fi
           for sd in docker/*/.; do make -k -C $sd .push_manifest; done
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: akraino-validation-lab-daily
     name: 'validation-{validation_lab}-daily-{stream}'
             current-parameters: true
             block: true
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     id: bluval-run-daily-tests
     name: 'bluval-daily-{stream}'
         - ../shell/run_bluval.sh
 
     publishers:
+      - lf-infra-publish
       - robot:
           output-path: 'results'
           report-html: '**/report.html'