diff --git a/minishift-ci-index.yaml b/minishift-ci-index.yaml index 0a6f2d3..a413a42 100644 --- a/minishift-ci-index.yaml +++ b/minishift-ci-index.yaml @@ -347,6 +347,11 @@ ci_project: '{name}' ci_cmd: '/bin/bash centos_ci.sh' timeout: '45m' + - '{git_repo}-pr': + git_repo: minishift-knative + ci_project: '{name}' + ci_cmd: '/bin/bash centos_ci.sh' + timeout: '90m' # Docs build - '{git_repo}-docs': git_repo: minishift @@ -390,6 +395,13 @@ iso_url: 'centos' timeout: '120m' disable_publisher: true + - '{git_repo}-nightly-{iso_url}': + git_repo: minishift-knative + ci_project: '{name}' + ci_cmd: '/bin/bash centos_ci.sh' + iso_url: 'centos' + timeout: '90m' + disable_publisher: true # Test build - '{git_repo}-test-job': git_repo: minishift