Skip to content

Commit

Permalink
Adjust ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Aug 1, 2024
1 parent 5192284 commit 04072a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/qe-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env:
CERTSUITE_IMAGE_NAME: quay.io/testnetworkfunction/cnf-certification-test
CERTSUITE_IMAGE_NAME_NEW: quay.io/testnetworkfunction/k8s-best-practices-certsuite
TEST_CERTSUITE_IMAGE_TAG: localtest
CERTSUITE_CONFIG_DIR: '/tmp/certsuite_config'
CERTSUITE_REPORT_DIR: '/tmp/certsuite_report'


concurrency:
Expand Down Expand Up @@ -104,7 +106,7 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: main
ref: tnf_rename

- name: Extract dependent Pull Requests
uses: depends-on/depends-on-action@9e8a61fce18b15281e831f1bba0e14c71d1e1f46 # main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qe-ocp-pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: tnf_rename

- name: Run the script to pull the unstable image
run: ./scripts/download-unstable.sh
Expand Down Expand Up @@ -67,6 +68,7 @@ jobs:
with:
repository: ${{ env.QE_REPO }}
path: cnfcert-tests-verification
ref: tnf_rename

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down

0 comments on commit 04072a3

Please sign in to comment.