Skip to content

Commit 88405c6

Browse files
committed
removed chains e2e test
Signed-off-by: ab-ghosh <[email protected]>
1 parent 7372bd8 commit 88405c6

File tree

1 file changed

+2
-93
lines changed

1 file changed

+2
-93
lines changed

.konflux/tekton/release-test-pipeline.yaml

Lines changed: 2 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
default: https://github.com/pramodbindal/release-tests
2525
- name: revision
2626
type: string
27-
default: remove-chains-steps-konflux-olm
27+
default: master
2828

2929
tasks:
3030
- name: parse-metadata
@@ -421,100 +421,9 @@ spec:
421421
export CHAINS_REPOSITORY=quay.io/openshift-pipeline/chainstest
422422
gauge run --tags="" --log-level=debug --verbose specs/metrics/
423423
424-
- name: e2e-test-chains
425-
runAfter:
426-
- e2e-test-metrics
427-
onError: continue
428-
params:
429-
- name: SNAPSHOT
430-
value: $(params.SNAPSHOT)
431-
taskSpec:
432-
params:
433-
- name: SNAPSHOT
434-
volumes:
435-
- name: credentials
436-
emptyDir: { }
437-
- name: source
438-
emptyDir: { }
439-
stepTemplate:
440-
image: $(params.image)
441-
volumeMounts:
442-
- name: source
443-
mountPath: /source
444-
- name: credentials
445-
mountPath: /credentials
446-
steps:
447-
- name: create-repo
448-
image: $(params.image)
449-
script: |
450-
mkdir -p /source/repo
451-
chmod 777 /source/repo
452-
- name: fetch-repo
453-
ref:
454-
resolver: http
455-
params:
456-
- name: url
457-
value: https://raw.githubusercontent.com/openshift-pipelines/tektoncd-catalog/p/stepactions/stepaction-git-clone/0.4.1/stepaction-git-clone.yaml
458-
params:
459-
- name: OUTPUT_PATH
460-
value: /source/repo
461-
- name: URL
462-
value: $(params.repo_url)
463-
- name: REVISION
464-
value: $(params.revision)
465-
466-
- name: get-kubeconfig
467-
ref:
468-
resolver: git
469-
params:
470-
- name: url
471-
value: https://github.com/konflux-ci/build-definitions.git
472-
- name: revision
473-
value: main
474-
- name: pathInRepo
475-
value: stepactions/eaas-get-ephemeral-cluster-credentials/0.1/eaas-get-ephemeral-cluster-credentials.yaml
476-
params:
477-
- name: eaasSpaceSecretRef
478-
value: $(tasks.provision-eaas-space.results.secretRef)
479-
- name: clusterName
480-
value: "$(tasks.provision-cluster.results.clusterName)"
481-
- name: credentials
482-
value: credentials
483-
484-
- name: configure-tekton-config
485-
image: $(params.image)
486-
workingDir: /source/repo
487-
env:
488-
- name: KUBECONFIG
489-
value: "/credentials/$(steps.get-kubeconfig.results.kubeconfig)"
490-
- name: GITHUB_TOKEN
491-
valueFrom:
492-
secretKeyRef:
493-
key: github-token
494-
name: github
495-
optional: true
496-
script: |
497-
gauge run --tags="" --log-level=debug --verbose specs/konflux-olm.spec
498-
499-
- name: run-e2e-tests
500-
image: $(params.image)
501-
workingDir: /source/repo
502-
env:
503-
- name: KUBECONFIG
504-
value: "/credentials/$(steps.get-kubeconfig.results.kubeconfig)"
505-
- name: CHAINS_DOCKER_CONFIG_JSON
506-
valueFrom:
507-
secretKeyRef:
508-
key: config.json
509-
name: quay-io-dockerconfig
510-
script: |
511-
512-
export CHAINS_REPOSITORY=quay.io/openshift-pipeline/chainstest
513-
gauge run --tags="" --log-level=debug --verbose specs/chains/
514-
515424
- name: e2e-test-manualapprovalgate
516425
runAfter:
517-
- e2e-test-chains
426+
- e2e-test-metrics
518427
onError: continue
519428
params:
520429
- name: SNAPSHOT

0 commit comments

Comments
 (0)