File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v6
2727 with :
2828 repository : QuantStrategyLab/QuantPlatformKit
29- ref : d0a081ca5868faaf1a6dd870cf4b93643978cd11
29+ ref : fcddef20eea5deb876e739263042acdcb3e9cd1b
3030 path : external/QuantPlatformKit
3131
3232 - name : Set up Python
@@ -199,7 +199,7 @@ jobs:
199199 contents : read
200200 issues : write
201201 id-token : write
202- uses : QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@d0a081ca5868faaf1a6dd870cf4b93643978cd11
202+ uses : QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@fcddef20eea5deb876e739263042acdcb3e9cd1b
203203 with :
204204 strategy_domain : crypto
205205 caller_event_name : ${{ github.event_name }}
@@ -208,7 +208,7 @@ jobs:
208208 snapshot_checkout_path : external/CryptoLivePoolPipelines
209209 snapshot_repository_ref : ${{ needs.preflight_backtests.outputs.snapshot_repository_ref }}
210210 ai_gateway_service_url : ${{ vars.AI_GATEWAY_SERVICE_URL }}
211- quant_platform_kit_ref : d0a081ca5868faaf1a6dd870cf4b93643978cd11
211+ quant_platform_kit_ref : fcddef20eea5deb876e739263042acdcb3e9cd1b
212212 lifecycle_preflight_artifact : lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}
213213 secrets :
214214 codex_audit_service_url : ${{ secrets.CODEX_AUDIT_SERVICE_URL }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
1919 assert "research_panel.csv.gz" in workflow
2020 assert "market_history.csv.gz" in workflow
2121 assert "repository: QuantStrategyLab/QuantPlatformKit" in workflow
22- assert "ref: d0a081ca5868faaf1a6dd870cf4b93643978cd11 " in workflow
22+ assert "ref: fcddef20eea5deb876e739263042acdcb3e9cd1b " in workflow
2323 assert "python -m pip install --no-deps -e external/QuantPlatformKit" in workflow
2424 assert "scripts/run_walk_forward_backtest.py" in workflow
2525 assert '"--list-profiles"' in workflow
@@ -29,7 +29,7 @@ def test_drift_workflow_wires_real_pipeline_inputs_and_preflight_bundle() -> Non
2929 assert "Upload lifecycle preflight artifact" in workflow
3030 assert "lifecycle-preflight-${{ github.run_id }}-${{ github.run_attempt }}" in workflow
3131 assert workflow .count ("github.ref == format('refs/heads/{0}', github.event.repository.default_branch)" ) == 2
32- assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@d0a081ca5868faaf1a6dd870cf4b93643978cd11 " in workflow
32+ assert "uses: QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml@fcddef20eea5deb876e739263042acdcb3e9cd1b " in workflow
3333 assert "strategy_domain: crypto" in workflow
3434 assert "snapshot_repository: QuantStrategyLab/CryptoLivePoolPipelines" in workflow
3535 assert "snapshot_checkout_path: external/CryptoLivePoolPipelines" in workflow
You can’t perform that action at this time.
0 commit comments