Skip to content

Improve nightly test manual and regenerate QoR results #2895

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 37 additions & 8 deletions .github/workflows/nightly_test_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,44 @@ jobs:
# Run all of the nightly tests.
# TODO: We could expose more parallelism if we had one task list which ran
# all of these.
- name: 'Run Nightly Tests'
- name: 'Run Nightly Test 1'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test1 \
vtr_reg_nightly_test2 \
vtr_reg_nightly_test3 \
vtr_reg_nightly_test4 \
vtr_reg_nightly_test5 \
vtr_reg_nightly_test6 \
vtr_reg_nightly_test7
vtr_reg_nightly_test1
- name: 'Run Nightly Test 2'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test2

- name: 'Run Nightly Test 3'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test3


- name: 'Run Nightly Test 4'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test4

- name: 'Run Nightly Test 5'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test5

- name: 'Run Nightly Test 6'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test6

- name: 'Run Nightly Test 7'
run: |
source .venv/bin/activate
./run_reg_test.py -j12 \
vtr_reg_nightly_test7

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.