Skip to content

Commit

Permalink
fix failing larg img tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hgarvison committed Dec 18, 2023
1 parent 3fc8ae5 commit d8a4e94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
secrets: inherit
with:
example-name: simple_server
locations: ${{ inputs.locations || '["northeurope", "westeurope"]' }}
locations: ${{ inputs.locations || '["westeurope"]' }}
manifest-modifiers: "SIMPLE_SERVER_CORES=16;SIMPLE_SERVER_RAM=16"

simple-server-32core:
Expand All @@ -70,5 +70,5 @@ jobs:
secrets: inherit
with:
example-name: simple_server
locations: ${{ inputs.locations || '["northeurope", "westeurope"]' }}
locations: ${{ inputs.locations || '["westeurope"]' }}
manifest-modifiers: "SIMPLE_SERVER_CORES=32;SIMPLE_SERVER_RAM=32"

0 comments on commit d8a4e94

Please sign in to comment.