Skip to content

Commit

Permalink
remove job related to tektoncd/pipeline#2797
Browse files Browse the repository at this point in the history
  • Loading branch information
gabemontero authored and tekton-robot committed Aug 3, 2020
1 parent 660a755 commit 2702a6a
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1182,49 +1182,6 @@ presubmits:
- name: test-account
secret:
secretName: test-account
# this test is the same as pull-tekton-pipeline-integration-tests except that it enables additional
# e2e testing of validation admission webhook for ClusterTask access
- name: pull-tekton-pipeline-integration-auth-webhook-tests
agent: kubernetes
always_run: false
decorate: true
rerun_command: "/test pull-tekton-pipeline-integration-auth-webhook-tests"
trigger: "(?m)^/test (all|pull-tekton-pipeline-integration-auth-webhook-tests),?(\\s+|$)"
spec:
containers:
- image: gcr.io/tekton-releases/dogfooding/test-runner:latest
imagePullPolicy: Always
command:
- /usr/local/bin/entrypoint.sh
args:
- "--scenario=kubernetes_execute_bazel"
- "--clean"
- "--job=$(JOB_NAME)"
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--service-account=/etc/test-account/service-account.json"
- "--upload=gs://tekton-prow/pr-logs"
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/presubmit-tests.sh"
- "--integration-tests"
volumeMounts:
- name: test-account
mountPath: /etc/test-account
readOnly: true
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /etc/test-account/service-account.json
- name: E2E_CLUSTER_REGION
value: us-central1
# then env triggers changes in tektoncd/pipeline's e2e-common.sh to enable the validation admission webhook
# for ClusterTask access
- name: TEST_CLUSTER_TASK_ACCESS_VALIDATION
value: "true"
volumes:
- name: test-account
secret:
secretName: test-account
- name: pull-tekton-pipeline-go-coverage
agent: kubernetes
always_run: true
Expand Down

0 comments on commit 2702a6a

Please sign in to comment.