eiffel: Switch build job triggers to GitHub trigger
[infra/cicd.git] / jjb / eiffel / etos-environment-provider-worker.yaml
index a2900fcfae8a8845822e48ad3c8009d131a27885..bd53d6c4f06e3afc63384f1cd537d4423d97fcce 100644 (file)
@@ -28,7 +28,7 @@
       - 'master':
           branch: 'master'
           project-git-repo: 'etos-environment-provider'
-          project-build-macro: 'eiffel-build-periodic-macro'
+          project-build-macro: 'eiffel-global-container-build-macro'
           image-dockerfile: 'Dockerfile.workers'
           image-name: '{project}'
           image-tag: 'dev'
@@ -36,6 +36,6 @@
     distro: ubuntu2004
 
     jobs:
-      - '{project-name}-build-periodic-{distro}-{stream}'
+      - '{project-name}-build-merge-{distro}-{stream}'
 
 # vim: set ts=2 sw=2 expandtab: