Merge "add infra key to job"
[infra/cicd.git] / jjb / opendev / global-templates-opendev-push-upstream.yaml
index 5b8bfb6127095bf4b34e372dd559d49d33e3ff53..7b1b983eeb06075a9dd20af6a79f30ae62448f1b 100644 (file)
@@ -1,11 +1,11 @@
 - job-template:
     name: 'opendev-{project-name}-push-upstream'
 
-    node: infra-build01-ubuntu1804
+    node: infra-ubuntu2004
 
     disabled: false
 
-    concurrent: true
+    concurrent: false
 
     properties:
       - logrotate
     wrappers:
       - build-timeout:
           timeout: 10
+      - ssh-agent-credentials:
+          users:
+            - 'infra-upstream-gerrit-ssh-passphrase'
+            - 'nordixinfra-nordix-gerrit-ssh'
 
     builders:
       - shell:
           !include-raw-escape: ./push-upstream-jobs.sh
-
-    publishers:
-      - notify-slack:
-          slack-channel: '#infra'