Skip to content

Commit

Permalink
Decrease evnt number so it finishes in a reasonable time
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 24, 2024
1 parent 5693665 commit 3a27768
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/asan_ubsan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

env:
LDMX_DOCKER_TAG: ldmx/dev:latest
LDMX_NUM_EVENTS: 7500

jobs:
build-with-asan-ubsan:
Expand All @@ -34,9 +33,9 @@ jobs:

- name: Run ecal_pn config
run: |
just setenv LDMX_NUM_EVENTS=7500
just setenv LDMX_NUM_EVENTS=1500
just setenv LDMX_RUN_NUMBER=1
export LDMX_NUM_EVENTS=7500
export LDMX_NUM_EVENTS=1500
export LDMX_RUN_NUMBER=1
just fire ${GITHUB_WORKSPACE}/.github/validation_samples/ecal_pn/config.py
shell: bash
Expand Down

0 comments on commit 3a27768

Please sign in to comment.