eiffel: Create periodic build jobs for initial set of etos repos
[infra/cicd.git] / jjb / eiffel / eiffel-gerrit-herald.yaml
index 2a165df2b382c0e9eb9c58e1523e886073e4cc2e..84aa46b3641e1dc1e4114519264bd01cf7583b54 100644 (file)
     stream:
       - 'master':
           branch: 'master'
-          project-build-root: './'
+          project-git-repo: '{project}'
+          project-build-macro: 'eiffel-build-periodic-macro'
+          image-dockerfile: 'Dockerfile'
+          image-name: '{project}'
+          image-tag: 'dev'
 
     distro: ubuntu2004
 
     jobs:
-      - '{project-name}-build-{distro}-{stream}-periodic'
+      - '{project-name}-build-periodic-{distro}-{stream}'
 
 # vim: set ts=2 sw=2 expandtab: