Skip to content

Commit

Permalink
Don't run upgrade tests against Knative releases 0.1 and 0.2 (knative…
Browse files Browse the repository at this point in the history
…#262)

They're not available on these branches and will always fail.
  • Loading branch information
adrcunha authored and knative-prow-robot committed Nov 16, 2018
1 parent 938780f commit ec62334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ presubmits:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
skip_branches: # Skip these branches, as test isn't available.
- release-0.1
- release-0.2
spec:
containers:
- image: gcr.io/knative-tests/test-infra/prow-tests:latest
Expand Down

0 comments on commit ec62334

Please sign in to comment.