Enable main feature test trigger to run twice (Monday, Thursday) a week
[infra/cicd.git] / jjb / metal3 / job_main_feature_tests.yml
index bedd509406de26b5bd5f0430be0887e154de24ba..82056784aa874dd385a951c17d683e60d8f13ee5 100644 (file)
     parameters:
     - string:
         name: PROJECT_REPO_ORG
-        default: '{repo[org]}'
+        default: '{org}'
         description: 'Project github repo org name'
     - string:
         name: PROJECT_REPO_NAME
-        default: '{repo[name]}'
+        default: '{repo}'
         description: 'Project github repo name'
     - string:
         name: ghprbActualCommit
-        default: 'master'
+        default: 'main'
         description: 'CI Repo branch for triggering manual build'
     - string:
         name: ghprbAuthorRepoGitUrl
-        default: 'https://github.com/{repo[org]}/{repo[name]}.git'
+        default: 'https://github.com/{org}/{repo}.git'
         description: 'CI Repo URL for triggering manual build'
     - string:
         name: ghprbTargetBranch
-        default: 'master'
+        default: 'main'
         description: 'Target branch of the PR'
     - string:
         name: IMAGE_OS
@@ -87,7 +87,7 @@
         artifact-num-to-keep: -1
 
     triggers:
-      - timed: "H 17 * * *"
+      - timed: "H 20 * * 1,4" 
 
     pipeline-scm:
       scm: