Merge "Update geode-native integration test jobs to run in parallel"
[infra/cicd.git] / jjb / eiffel / etos-environment-provider.yaml
index 4ad0735a06e04cdc8ea56b4e11a99c82a6e91001..25c230f07f151a7e4a4201dfc6b9d5d7d35be5ad 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: