explicitly specify cloud runner cluster aws for caching tests
parent
3fb1992822
commit
5e3068e92e
|
|
@ -29,6 +29,8 @@ jobs:
|
||||||
awsBuild:
|
awsBuild:
|
||||||
name: AWS Fargate Build
|
name: AWS Fargate Build
|
||||||
if: github.event.pull_request.draft == false
|
if: github.event.pull_request.draft == false
|
||||||
|
env:
|
||||||
|
CLOUD_RUNNER_CLUSTER: aws
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,6 @@ describe('Cloud Runner', () => {
|
||||||
unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')),
|
unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')),
|
||||||
targetPlatform: 'StandaloneLinux64',
|
targetPlatform: 'StandaloneLinux64',
|
||||||
cacheKey: `test-case-${uuidv4()}`,
|
cacheKey: `test-case-${uuidv4()}`,
|
||||||
cloudRunnerCluster: `aws`,
|
|
||||||
};
|
};
|
||||||
const buildParameter = await CreateParameters(overrides);
|
const buildParameter = await CreateParameters(overrides);
|
||||||
const baseImage = new ImageTag(buildParameter);
|
const baseImage = new ImageTag(buildParameter);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue