Skip to content

Commit

Permalink
put back the docker step as dep - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Sep 25, 2024
1 parent 78e7cd1 commit effe3c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
PY_COLORS: "1"
BOT_NAME: wipacdevbot
BOT_EMAIL: [email protected]
DOCKER_IMAGE_TAG: icecube/skymap_scanner:local
DOCKER_IMAGE_TAG: ${{ env.DOCKER_IMAGE_TAG }}
CI_TEST_RUN_STDOUT_STDERR_DIR: /home/runner/work/skymap_scanner/testrun_outputs
N_CLIENTS: 1 # TODO: bump to 2
REALTIME_EVENTS_DIR: /home/runner/work/skymap_scanner/skymap_scanner/tests/data/realtime_events
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: icecube/skymap_scanner:local
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- uses: eWaterCycle/setup-apptainer@v2
with:
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: icecube/skymap_scanner:local
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 10 # on average max~=5min
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: icecube/skymap_scanner:local
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 10 # on average ~6min # yes, `timeout` is used below but this is insurance
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: icecube/skymap_scanner:local
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 35 # on average max~=26min
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: icecube/skymap_scanner:local
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
run: |
Expand Down Expand Up @@ -590,7 +590,7 @@ jobs:
cache-from: type=gha
# cache-to: type=gha,mode=min
file: Dockerfile
tags: icecube/skymap_scanner:local
tags: ${{ env.DOCKER_IMAGE_TAG }}
load: true
- name: run
timeout-minutes: 15 # on average max~=7min
Expand Down

0 comments on commit effe3c2

Please sign in to comment.