parameterize s3

pull/479/head
Frostebite 2023-01-19 01:39:05 +00:00
parent 16bd7bfef4
commit 389f33d259
1 changed files with 0 additions and 3 deletions

View File

@ -72,7 +72,6 @@ jobs:
cloudRunnerTests: true
versioning: None
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
AWS_BASE_STACK_NAME: game-ci-github-pipelines
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn run test "cloud-runner-run-twice-retaining" --detectOpenHandles --forceExit --runInBand
if: matrix.CloudRunnerCluster == 'aws' || matrix.CloudRunnerCluster == 'k8s'
@ -85,7 +84,6 @@ jobs:
cloudRunnerTests: true
versioning: None
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
AWS_BASE_STACK_NAME: game-ci-github-pipelines
- run: yarn run test-i --detectOpenHandles --forceExit --runInBand
if: matrix.CloudRunnerCluster == 'local-docker'
timeout-minutes: 180
@ -97,7 +95,6 @@ jobs:
cloudRunnerTests: true
versioning: None
CLOUD_RUNNER_CLUSTER: ${{ matrix.cloudRunnerCluster }}
AWS_BASE_STACK_NAME: game-ci-github-pipelines
localBuildTests:
name: Local Build Target Tests
runs-on: ubuntu-latest