INFRA: Switch to tox for JJB verify and merge jobs
[infra/cicd.git] / jjb / eiffel / etos-suite-starter.yaml
index c4b6f4014a9e4ff383daf3d36e158f478214df5e..5e6ba2ba49856f802506b42db6eb3961db6c78eb 100644 (file)
@@ -29,7 +29,7 @@
       - 'master':
           branch: 'master'
           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: