Skip to content

Commit

Permalink
Issue #76 Add minishift-knative jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkumar authored and brgnepal committed Oct 11, 2018
1 parent 9a37724 commit d2620b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions minishift-ci-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d2620b7

Please sign in to comment.