Skip to content

Commit

Permalink
Temporarily remove ci-knative-build-pipeline-release (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored and knative-prow-robot committed Nov 22, 2018
1 parent defbe8e commit 1aa31db
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1780,38 +1780,6 @@ periodics:
- "--cov-target=."
- "--cov-threshold-percentage=80"

- cron: "31 8 * * *" # Run at 01:31PST every day (08:31 UTC)
name: ci-knative-build-pipeline-release
agent: kubernetes
labels:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
preset-bazel-remote-cache-enabled: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: gcr.io/knative-tests/test-infra/prow-tests:latest
imagePullPolicy: Always
args:
- "--scenario=kubernetes_execute_bazel"
- "--clean"
- "--job=$(JOB_NAME)"
- "--repo=github.com/knative/build-pipeline"
- "--root=/go/src"
- "--service-account=/etc/service-account/service-account.json"
- "--upload=gs://knative-prow/logs"
- "--timeout=90" # 1.5h
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./hack/release.sh"
- "--publish"
- "--tag-release"
# Bazel needs privileged mode in order to sandbox builds.
securityContext:
privileged: true
resources:
requests:
memory: "1Gi"
- cron: "0 1 * * *" # Run at 01:00 every day
name: ci-knative-build-pipeline-go-coverage
agent: kubernetes
Expand Down

0 comments on commit 1aa31db

Please sign in to comment.