Skip to content

Commit

Permalink
BSD-458: remove image from runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 17, 2024
1 parent 6f7a99f commit 97cd377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
builder-container-job:
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
- image:ubuntu-7.0
- instance-size:small
steps:
- name: clone repo
Expand Down Expand Up @@ -33,7 +32,6 @@ jobs:
runtime-container-job:
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
- image:ubuntu-7.0
- instance-size:small
steps:
- name: clone repo
Expand Down Expand Up @@ -64,7 +62,6 @@ jobs:
spacktainer: [py-brain-indexer, brayns]
runs-on:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
- image:ubuntu-7.0
- instance-size:xlarge
continue-on-error: true
needs: [builder-container-job, runtime-container-job]
Expand Down

0 comments on commit 97cd377

Please sign in to comment.