Skip to content

Commit cb90c08

Browse files
Repin repaired R parity workflow to latest merged reference
1 parent 50aa92e commit cb90c08

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/repaired-r-parity.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
R_NNS_REPOSITORY: OVVO-Financial/NNS
16-
REPAIRED_NNS_R_SHA: "54c98418c2a11499ebb1c456570d2b66c37eb817"
17-
FIXTURE_DIR: tests/parity/fixtures/repaired_r_13_1_54c98418
16+
REPAIRED_NNS_R_SHA: "21be6d92d8ad23f0848191b094aded0dd6df8f74"
17+
FIXTURE_DIR: tests/parity/fixtures/repaired_r_13_1_21be6d92
1818
R_VALIDATION_LOG_DIR: artifacts/repaired-r-validation
19+
PYTEST_LOG: pytest-21be6d92.txt
1920
steps:
2021
- uses: actions/checkout@v4
2122

@@ -78,7 +79,7 @@ jobs:
7879
run: uv run python tests/parity/verify_repaired_r_fixtures.py "${FIXTURE_DIR}"
7980

8081
- name: Run Python parity tests against repaired fixtures
81-
run: uv run pytest -q tests/parity -m parity 2>&1 | tee pytest-54c98418.txt
82+
run: uv run pytest -q tests/parity -m parity 2>&1 | tee "${PYTEST_LOG}"
8283

8384
- name: Upload R validation logs
8485
if: always()
@@ -89,10 +90,11 @@ jobs:
8990
if-no-files-found: error
9091

9192
- name: Upload repaired fixture artifact
93+
if: always()
9294
uses: actions/upload-artifact@v4
9395
with:
94-
name: repaired-r-13-1-54c98418-fixtures-${{ env.R_NNS_COMMIT }}
96+
name: repaired-r-13-1-21be6d92-fixtures-${{ env.R_NNS_COMMIT }}
9597
path: |
9698
${{ env.FIXTURE_DIR }}
97-
pytest-54c98418.txt
98-
if-no-files-found: error
99+
${{ env.PYTEST_LOG }}
100+
if-no-files-found: warn

0 commit comments

Comments
 (0)