Skip to content

Commit

Permalink
JCF: hack the v4 and v5 integration tests to run quickly and simultan…
Browse files Browse the repository at this point in the history
…eously for checking #425
  • Loading branch information
John Freeman committed Feb 3, 2025
1 parent e91f5b1 commit 3d94a95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly-v4-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
integration_tests:
name: integration_tests
runs-on: daq
runs-on: protodune-daq01
timeout-minutes: 30
needs: make_nightly_tag
outputs:
integtest_output_path: ${{ steps.setup_and_run_test.outputs.INTEGTEST_OUTPUT_PATH }}
strategy:
fail-fast: false
matrix:
test_name: ["minimal_system_quick", "fake_data_producer", "long_window_readout", "small_footprint_quick"]
test_name: [ "minimal_system_quick" ]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
rm -rf daqsystemtest
parse_results:
runs-on: daq
runs-on: protodune-daq01
if: always()
needs: [make_nightly_tag, integration_tests]
steps:
Expand All @@ -103,7 +103,7 @@ jobs:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

cleanup_xml_files:
runs-on: daq
runs-on: protodune-daq01
if: always()
needs: [make_nightly_tag, parse_results, send_slack_message]
steps:
Expand All @@ -115,7 +115,7 @@ jobs:
# Integration tests can sometimes collide with stale processes, leading to timeout
cleanup_stale_gunicorn_processes:
runs-on: daq
runs-on: protodune-daq01
if: always()
needs: integration_tests
steps:
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/nightly-v5-integtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,7 @@ jobs:
fail-fast: false
matrix:

test_name: ["listrev_test",
"3ru_1df_multirun_test",
"3ru_3df_multirun_test",
"example_system_test",
"fake_data_producer_test",
"long_window_readout_test",
"minimal_system_quick_test",
"readout_type_scan",
"small_footprint_quick_test",
"tpstream_writing_test"]
test_name: [ "small_footprint_quick_test" ]
defaults:
run:
shell: bash
Expand Down

0 comments on commit 3d94a95

Please sign in to comment.