Skip to content

Commit 132c482

Browse files
committed
ci: pause TestRail upload for now
TestRail has been creating spurious test case IDs, so disable it for now.
1 parent f728c1e commit 132c482

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/acceptance-sim.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -129,24 +129,24 @@ jobs:
129129
if [ -f ./acc-test-rerun.txt ]; then
130130
echo "::warning title=${{ github.job }} (${{ matrix.tf-binary }}) - test rerun::$(cat ./acc-test-rerun.txt)"
131131
fi
132-
- name: upload test results to TestRail
133-
if: always()
134-
continue-on-error: true
135-
env:
136-
TR_CLI_HOST: ${{ secrets.testrail-host }}
137-
TR_CLI_USERNAME: ${{ secrets.testrail-username }}
138-
TR_CLI_KEY: ${{ secrets.testrail-api-key }}
139-
TR_CLI_PROJECT: ${{ secrets.testrail-project }}
140-
run: |
141-
uvx trcli \
142-
--yes `# Auto-create new test cases.` \
143-
parse_junit \
144-
--file './acctest/acc-tests.xml' \
145-
--title 'Acceptance Tests (${{ matrix.tf-binary }}) - ${{ github.run_id }} - ${{ job.check_run_id }}' \
146-
--run-description 'GitHub workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ job.check_run_id }}' \
147-
--update-existing-cases 'yes' \
148-
--case-matcher 'auto' \
149-
--close-run
132+
#- name: upload test results to TestRail
133+
# if: always()
134+
# continue-on-error: true
135+
# env:
136+
# TR_CLI_HOST: ${{ secrets.testrail-host }}
137+
# TR_CLI_USERNAME: ${{ secrets.testrail-username }}
138+
# TR_CLI_KEY: ${{ secrets.testrail-api-key }}
139+
# TR_CLI_PROJECT: ${{ secrets.testrail-project }}
140+
# run: |
141+
# uvx trcli \
142+
# --yes `# Auto-create new test cases.` \
143+
# parse_junit \
144+
# --file './acctest/acc-tests.xml' \
145+
# --title 'Acceptance Tests (${{ matrix.tf-binary }}) - ${{ github.run_id }} - ${{ job.check_run_id }}' \
146+
# --run-description 'GitHub workflow: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/job/${{ job.check_run_id }}' \
147+
# --update-existing-cases 'yes' \
148+
# --case-matcher 'auto' \
149+
# --close-run
150150
- name: upload logs
151151
if: always()
152152
continue-on-error: true

0 commit comments

Comments
 (0)