Remove an obsolete job
[infra/cicd.git] / jjb / eiffel / etos-suite-starter.yaml
index c4b6f4014a9e4ff383daf3d36e158f478214df5e..6e0c880845affb454d37a619c82d05fbe16fdfee 100644 (file)
 
 
     stream:
-      - 'master':
-          branch: 'master'
+      - 'main':
+          branch: 'main'
           project-git-repo: '{project}'
-          project-build-macro: 'eiffel-build-periodic-macro'
+          project-build-macro: 'eiffel-global-container-build-macro'
           image-dockerfile: 'Dockerfile'
           image-name: '{project}'
           image-tag: 'dev'
@@ -37,6 +37,6 @@
     distro: ubuntu2004
 
     jobs:
-      - '{project-name}-build-periodic-{distro}-{stream}'
+      - '{project-name}-build-merge-{distro}-{stream}'
 
 # vim: set ts=2 sw=2 expandtab: