Disable TESTs on 20.2 branch
[infra/cicd.git] / jjb / eiffel / macros / eiffel-macros.yaml
index de0a9a3c448bf0d2f2a77544a31e88a9c0715067..699316e49e94ff868244f9e1e877827c700cb812 100644 (file)
@@ -1,30 +1,32 @@
 ---
-# common parameters for all eiffel projects
-- parameter:
-    name: eiffel-parameters
-    parameters:
-      - string:
-          name: GIT_BASE_HTTPS
-          default: https://github.com/eiffel-community
-          description: HTTPS URL of Project Repo on GitHub to clone repo
-      - string:
-          name: GIT_BASE_SSH
-          default: git@github.com:eiffel-community
-          description: SSH URL of Project Repo on GitHub to clone repo
-      - string:
-          name: PROJECT_BUILD_ROOT
-          default: '{project-build-root}'
-          description: Dockerfiles are located in different paths so this sets the path to navigate in the clone.
-      - choice:
-          name: PODMAN_LOG_LEVEL
-          choices:
-            - error
-            - debug
-            - info
-            - warn
-            - fatal
-            - panic
-          default: info
-          description: Podman log level to use. Default is error.
+- builder:
+    name: 'eiffel-build-periodic-macro'
+    builders:
+      - shell:
+          !include-raw: ../scripts/eiffel-build-periodic.sh
+
+- builder:
+    name: 'eiffel-intelligence-build-periodic-macro'
+    builders:
+      - shell:
+          !include-raw: ../scripts/eiffel-intelligence-build-periodic.sh
+
+- builder:
+    name: 'eiffel-intelligence-frontend-build-periodic-macro'
+    builders:
+      - shell:
+          !include-raw: ../scripts/eiffel-intelligence-frontend-build-periodic.sh
+
+- builder:
+    name: 'eiffel-remrem-generate-build-periodic-macro'
+    builders:
+      - shell:
+          !include-raw: ../scripts/eiffel-remrem-generate-build-periodic.sh
+
+- builder:
+    name: 'eiffel-remrem-publish-build-periodic-macro'
+    builders:
+      - shell:
+          !include-raw: ../scripts/eiffel-remrem-publish-build-periodic.sh
 
 # vim: set ts=2 sw=2 expandtab: