Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 742 Bytes

E2E.md

File metadata and controls

23 lines (16 loc) · 742 Bytes

This document explains about the e2e configuration in Konflux.

Release Test Repo:

Release tests are executed from this repo https://github.com/openshift-pipelines/release-tests

Required Secrets:

To run the release tests we need to have below secrets in konflux tenant.

  • github
    This Secret is required to access private repositories on Github. in absence of this tests related to private repos will fail.
    oc create secret generic github --from-literal=github-token=$GITHUB_TOKEN
  • quay-io-dockerconfig
    This secret is used to access repos from quay.io/openshift-pipeline
    oc create secret generic quay-io-dockerconfig --from-literal=config.json=$QUAY_DOCKERCONFIG