|
24 | 24 | default: https://github.com/pramodbindal/release-tests |
25 | 25 | - name: revision |
26 | 26 | type: string |
27 | | - default: remove-chains-steps-konflux-olm |
| 27 | + default: master |
28 | 28 |
|
29 | 29 | tasks: |
30 | 30 | - name: parse-metadata |
@@ -421,100 +421,9 @@ spec: |
421 | 421 | export CHAINS_REPOSITORY=quay.io/openshift-pipeline/chainstest |
422 | 422 | gauge run --tags="" --log-level=debug --verbose specs/metrics/ |
423 | 423 |
|
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 | | -
|
515 | 424 | - name: e2e-test-manualapprovalgate |
516 | 425 | runAfter: |
517 | | - - e2e-test-chains |
| 426 | + - e2e-test-metrics |
518 | 427 | onError: continue |
519 | 428 | params: |
520 | 429 | - name: SNAPSHOT |
|
0 commit comments