INFRA: Switch to tox for JJB verify and merge jobs
[infra/cicd.git] / jjb / eiffel / eiffel-playground.yaml
index 2798afcb5fa8849eaff3f5f8624ce1b323cb85d2..39f8578221df81df78ec7218c7fcf2724922ede4 100644 (file)
     stream:
       - 'master':
           branch: 'master'
-          project-build-root: './'
+          project-git-repo: '{project}'
+          project-build-macro: 'eiffel-global-container-build-macro'
+          image-dockerfile: 'Dockerfile'
+          image-name: '{project}'
+          image-tag: 'dev'
 
     distro: ubuntu2004
 
     jobs:
-      - '{project-name}-build-{distro}-{stream}-periodic'
+      - '{project-name}-build-merge-{distro}-{stream}'
 
 # vim: set ts=2 sw=2 expandtab: