@@ -21,23 +21,23 @@ def test_drift_workflow_wires_real_snapshot_history_and_preflight_bundle() -> No
2121 assert '"conclusion": "success"' in workflow
2222 assert '"QuantStrategyLab/UsEquitySnapshotPipelines"' in workflow
2323 assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
24- assert "ref: b939522701b527096e5d028346e777714466bcc5 " in workflow
24+ assert "ref: 8b8ce3543c04bf12920e38b0f45d2b32a8896580 " in workflow
2525 assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2626 assert "scripts/run_walk_forward_backtest.py" in workflow
2727 assert '"--list-lifecycle-profiles"' in workflow
2828 assert "--market-history" in workflow
2929 assert "--returns-output" in workflow
3030 assert "LIFECYCLE_PREFLIGHT_BUNDLE_ROOT" in workflow
3131 assert "Upload lifecycle preflight artifact" in workflow
32- assert "actions/upload-artifact@v6 " in workflow
33- assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@b939522701b527096e5d028346e777714466bcc5 " in workflow
32+ assert "actions/upload-artifact@v7 " in workflow
33+ assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@8b8ce3543c04bf12920e38b0f45d2b32a8896580 " in workflow
3434 assert "strategy_domain: us_equity" in workflow
3535 assert "caller_event_name: ${{ github.event_name }}" in workflow
3636 assert "caller_pr_head_repository: ${{ github.event.pull_request.head.repo.full_name || '' }}" in workflow
3737 assert "snapshot_repository: QuantStrategyLab/UsEquitySnapshotPipelines" in workflow
3838 assert "snapshot_checkout_path: external/UsEquitySnapshotPipelines" in workflow
3939 assert "ai_gateway_service_url: ${{ vars.AI_GATEWAY_SERVICE_URL }}" in workflow
4040 assert "lifecycle_preflight_artifact: lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow
41- assert "quant_platform_kit_ref: b939522701b527096e5d028346e777714466bcc5 " in workflow
41+ assert "quant_platform_kit_ref: 8b8ce3543c04bf12920e38b0f45d2b32a8896580 " in workflow
4242 assert "codex_audit_service_url: ${{ secrets.CODEX_AUDIT_SERVICE_URL }}" in workflow
4343 assert "secrets.SNAPSHOT_REPOSITORY_TOKEN || secrets.QSL_REPO_SYNC_TOKEN || github.token" in workflow
0 commit comments