Skip to content

Commit 2702a6a

Browse files
gabemonterotekton-robot
authored andcommitted
remove job related to tektoncd/pipeline#2797
1 parent 660a755 commit 2702a6a

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

prow/config.yaml

-43
Original file line numberDiff line numberDiff line change
@@ -1182,49 +1182,6 @@ presubmits:
11821182
- name: test-account
11831183
secret:
11841184
secretName: test-account
1185-
# this test is the same as pull-tekton-pipeline-integration-tests except that it enables additional
1186-
# e2e testing of validation admission webhook for ClusterTask access
1187-
- name: pull-tekton-pipeline-integration-auth-webhook-tests
1188-
agent: kubernetes
1189-
always_run: false
1190-
decorate: true
1191-
rerun_command: "/test pull-tekton-pipeline-integration-auth-webhook-tests"
1192-
trigger: "(?m)^/test (all|pull-tekton-pipeline-integration-auth-webhook-tests),?(\\s+|$)"
1193-
spec:
1194-
containers:
1195-
- image: gcr.io/tekton-releases/dogfooding/test-runner:latest
1196-
imagePullPolicy: Always
1197-
command:
1198-
- /usr/local/bin/entrypoint.sh
1199-
args:
1200-
- "--scenario=kubernetes_execute_bazel"
1201-
- "--clean"
1202-
- "--job=$(JOB_NAME)"
1203-
- "--repo=github.com/$(REPO_OWNER)/$(REPO_NAME)=$(PULL_REFS)"
1204-
- "--root=/go/src"
1205-
- "--service-account=/etc/test-account/service-account.json"
1206-
- "--upload=gs://tekton-prow/pr-logs"
1207-
- "--" # end bootstrap args, scenario args below
1208-
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
1209-
- "./test/presubmit-tests.sh"
1210-
- "--integration-tests"
1211-
volumeMounts:
1212-
- name: test-account
1213-
mountPath: /etc/test-account
1214-
readOnly: true
1215-
env:
1216-
- name: GOOGLE_APPLICATION_CREDENTIALS
1217-
value: /etc/test-account/service-account.json
1218-
- name: E2E_CLUSTER_REGION
1219-
value: us-central1
1220-
# then env triggers changes in tektoncd/pipeline's e2e-common.sh to enable the validation admission webhook
1221-
# for ClusterTask access
1222-
- name: TEST_CLUSTER_TASK_ACCESS_VALIDATION
1223-
value: "true"
1224-
volumes:
1225-
- name: test-account
1226-
secret:
1227-
secretName: test-account
12281185
- name: pull-tekton-pipeline-go-coverage
12291186
agent: kubernetes
12301187
always_run: true

0 commit comments

Comments
 (0)