From 1d38f8aa2ad0f4a912c7e7136a8a7b296c207785 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 21 Dec 2023 06:14:30 +0000 Subject: [PATCH] fix --- .github/workflows/cloud-runner-ci-pipeline.yml | 3 ++- src/model/cloud-runner/tests/cloud-runner-hooks.test.ts | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-runner-ci-pipeline.yml b/.github/workflows/cloud-runner-ci-pipeline.yml index 77b31ca0..9077003a 100644 --- a/.github/workflows/cloud-runner-ci-pipeline.yml +++ b/.github/workflows/cloud-runner-ci-pipeline.yml @@ -78,7 +78,6 @@ jobs: - 'cloud-runner-end2end-locking' - 'cloud-runner-end2end-caching' - 'cloud-runner-end2end-retaining' - - 'cloud-runner-environment' - 'cloud-runner-remote-client' steps: - name: Checkout (default) @@ -164,6 +163,8 @@ jobs: name: AWS Tests if: github.event.event_type != 'pull_request_target' runs-on: ubuntu-latest + needs: + - k8sTests strategy: fail-fast: false matrix: diff --git a/src/model/cloud-runner/tests/cloud-runner-hooks.test.ts b/src/model/cloud-runner/tests/cloud-runner-hooks.test.ts index b3201c26..058b4fe1 100644 --- a/src/model/cloud-runner/tests/cloud-runner-hooks.test.ts +++ b/src/model/cloud-runner/tests/cloud-runner-hooks.test.ts @@ -92,7 +92,6 @@ commands: echo "test"`; unityVersion: UnityVersioning.determineUnityVersion('test-project', UnityVersioning.read('test-project')), targetPlatform: 'StandaloneLinux64', cacheKey: `test-case-${uuidv4()}`, - image: 'ubuntu', containerHookFiles: `my-test-step-pre-build,my-test-step-post-build`, commandHookFiles: `my-test-hook-pre-build,my-test-hook-post-build`, };