Skip to content

Commit

Permalink
Added the repo serving-progressive-rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
houshengbo committed Sep 25, 2023
1 parent e71f8c3 commit abbfde2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/prow/k8s-testgrid/k8s-testgrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dashboard_groups:
- sample-source
- scaling-group
- security-guard
- serving-progressive-rollout
name: knative-sandbox
dashboards:
- name: async-component
Expand Down Expand Up @@ -104,4 +105,5 @@ dashboards:
- name: scaling-group
- name: security-guard
- name: serving
- name: serving-progressive-rollout
- name: utilities
37 changes: 37 additions & 0 deletions prow/jobs_config/knative-sandbox/serving-progressive-rollout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
org: knative-sandbox
repo: serving-progressive-rollout
branches: [main]
image: gcr.io/knative-tests/test-infra/prow-tests:v20230524-d6a12e8c

jobs:
- name: build-tests
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --build-tests]
excluded_requirements: [gcp]

- name: unit-tests
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --unit-tests]
excluded_requirements: [gcp]

- name: integration-tests
types: [presubmit]
command: [runner.sh, ./test/presubmit-tests.sh, --integration-tests]

- name: continuous
types: [periodic]
command: [runner.sh, ./test/presubmit-tests.sh, --all-tests]

- name: nightly
types: [periodic]
command: [runner.sh, ./hack/release.sh, --publish, --tag-release]
requirements: [nightly]
excluded_requirements: [gcp]
max_concurrency: 1

- name: release
types: [periodic]
command: [runner.sh, ./hack/release.sh, --auto-release, --release-gcs, knative-releases/serving-progressive-rollout, --release-gcr, gcr.io/knative-releases, --github-token, /etc/hub-token/token]
requirements: [release]
excluded_requirements: [gcp]
max_concurrency: 1

0 comments on commit abbfde2

Please sign in to comment.