add missing cron variable to ironic image building
[infra/cicd.git] / jjb / metal3 / job_ironic_image_build_test.yml
index 1ce9c90488f298ffc16c4a9e5c6f04975b8cb86f..0e1a7d1aa5cf6892cea316efbb8ffd3719a6b76f 100644 (file)
         name: PROJECT_REPO_NAME
         default: '{repo}'
         description: 'Project github repo name'
+    - string:
+        name: ghprbActualCommit
+        default: 'main'
+        description: 'CI Repo branch for triggering manual build'
+    - string:
+        name: ghprbAuthorRepoGitUrl
+        default: 'https://github.com/{org}/{repo}.git'
+        description: 'CI Repo URL for triggering manual build'
+    - string:
+        name: ghprbTargetBranch
+        default: 'main'
+        description: 'Target branch of the PR'
     - string:
         name: PATCHFILE_CONTENT
         default: ''
@@ -62,6 +74,7 @@
         org-list: "{ci_github_whitelist_org}"
         auth-id: "{ci_ghprb_auth_id}"
         trigger-phrase: '((.|\n)*\s)?/test-ironic-image-build(\s(.|\n)*)?'
+        cron: 'H/5 * * * *'
         only-trigger-phrase: True
         github-hooks: True
         permit-all: False