Skip to content

Commit

Permalink
Use https for cloning repo on go coverage jobs (knative#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Sep 27, 2018
1 parent 2039a3c commit dac6fbe
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-knative-serving-go-coverage),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -256,7 +256,7 @@ presubmits:
trigger: "(?m)^/test (pull-knative-serving-go-coverage-dev),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage-dev:latest-dev
Expand Down Expand Up @@ -390,7 +390,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-knative-build-go-coverage),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/build.git"
clone_uri: "https://github.com/knative/build.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -591,7 +591,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-knative-eventing-go-coverage),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/eventing.git"
clone_uri: "https://github.com/knative/eventing.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -725,7 +725,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-knative-docs-go-coverage),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/docs.git"
clone_uri: "https://github.com/knative/docs.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -959,7 +959,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-knative-pkg-go-coverage),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/pkg.git"
clone_uri: "https://github.com/knative/pkg.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1193,7 +1193,7 @@ presubmits:
trigger: "(?m)^/test (all|pull-knative-caching-go-coverage),?(\\s+|$)"
optional: true
decorate: true
clone_uri: "git@github.com:knative/caching.git"
clone_uri: "https://github.com/knative/caching.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1320,7 +1320,7 @@ periodics:
- org: knative
repo: serving
base_ref: master
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/metrics:latest
Expand All @@ -1340,7 +1340,7 @@ periodics:
- org: knative
repo: serving
base_ref: master
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/apicoverage:latest
Expand All @@ -1358,7 +1358,7 @@ periodics:
- org: knative
repo: serving
base_ref: master
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1470,7 +1470,7 @@ periodics:
- org: knative
repo: build
base_ref: master
clone_uri: "git@github.com:knative/build.git"
clone_uri: "https://github.com/knative/build.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1521,7 +1521,7 @@ periodics:
- org: knative
repo: docs
base_ref: master
clone_uri: "git@github.com:knative/docs.git"
clone_uri: "https://github.com/knative/docs.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1603,7 +1603,7 @@ periodics:
- org: knative
repo: eventing
base_ref: master
clone_uri: "git@github.com:knative/eventing.git"
clone_uri: "https://github.com/knative/eventing.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1685,7 +1685,7 @@ periodics:
- org: knative
repo: pkg
base_ref: master
clone_uri: "git@github.com:knative/pkg.git"
clone_uri: "https://github.com/knative/pkg.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down Expand Up @@ -1736,7 +1736,7 @@ periodics:
- org: knative
repo: caching
base_ref: master
clone_uri: "git@github.com:knative/caching.git"
clone_uri: "https://github.com/knative/caching.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand All @@ -1756,7 +1756,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand All @@ -1773,7 +1773,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/serving.git"
clone_uri: "https://github.com/knative/serving.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage-dev:latest-dev
Expand All @@ -1792,7 +1792,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/build.git"
clone_uri: "https://github.com/knative/build.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand All @@ -1811,7 +1811,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/docs.git"
clone_uri: "https://github.com/knative/docs.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand All @@ -1830,7 +1830,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/eventing.git"
clone_uri: "https://github.com/knative/eventing.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand All @@ -1849,7 +1849,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/pkg.git"
clone_uri: "https://github.com/knative/pkg.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand All @@ -1868,7 +1868,7 @@ postsubmits:
- master
agent: kubernetes
decorate: true
clone_uri: "git@github.com:knative/caching.git"
clone_uri: "https://github.com/knative/caching.git"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/coverage:latest
Expand Down

0 comments on commit dac6fbe

Please sign in to comment.