Skip to content

Commit 9f96ca5

Browse files
authored
CI - eliminate duplicate test report for Pytest Ubuntu (quantumlib#7839)
Follow-up to quantumlib#7838 which moves report generation to ci-monitoring.yml. Reverts quantumlib#7800 and quantumlib#7795 Related to b/467133647
1 parent 19c2c0d commit 9f96ca5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,7 @@ jobs:
216216
pip install --upgrade setuptools wheel
217217
pip install --upgrade --upgrade-strategy eager -r dev_tools/requirements/dev.env.txt
218218
- name: Pytest check
219-
run: check/pytest -n logical --durations=20 --junit-xml=pytest-ubuntu-report.xml
220-
- name: Persist the test report
221-
if: github.event_name == 'merge_group' && matrix.python-version == '3.11'
222-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
223-
with:
224-
name: pytest-ubuntu-report
225-
path: pytest-ubuntu-report.xml
219+
run: check/pytest -n logical --durations=20
226220
pip-compile:
227221
if: github.repository_owner == 'quantumlib'
228222
name: Check consistency of requirements

0 commit comments

Comments
 (0)