Skip to content

Commit

Permalink
Adjust ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Aug 2, 2024
1 parent 5192284 commit 3858ab9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .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
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: main

- 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: main

- name: Preemptively potential QE namespaces
run: ./scripts/delete-namespaces.sh
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The test suite has the ability to create the JUNit XML File output containing th
To enable this, set:

```shell
export CERTSUITE_ENABLE_XML_CREATION=true
--create-xml-junit-file true
```

This will create a file named `cnf-certification-test/cnf-certification-tests_junit.xml`.
Expand Down
2 changes: 1 addition & 1 deletion docs/test-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The "20230620-110654" sample prefix means "June-20th 2023, 11:06:54"
This is the content of the tar.gz file:

* claim.json
* cnf-certification-tests_junit.xml (Only if enabled via `CERTSUITE_ENABLE_XML_CREATION` environment variable)
* cnf-certification-tests_junit.xml (Only if enabled via flag)
* claimjson.js
* classification.js
* results.html
Expand Down

0 comments on commit 3858ab9

Please sign in to comment.