From fde019ba28933386637c95f2f3ccd01f32cc4ba1 Mon Sep 17 00:00:00 2001 From: "Matt Ige (from Dev Box)" Date: Thu, 12 Dec 2024 15:27:34 -0800 Subject: [PATCH] WIP --- .github/workflows/reusable-test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index d9d45ba61f..c3db9edacd 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -76,10 +76,10 @@ jobs: run: | if [[ "${{ inputs.environment }}" == *"1es"* ]]; then pool_name=$(echo "${{ inputs.environment }}" | sed 's/.*1es-//') - echo "runs_on=self-hosted" >> $GITHUB_OUTPUT - echo "runs_on_pool=1ES.Pool=ebpf-cicd-runner-pool-$pool_name" >> $GITHUB_OUTPUT + echo "runs_on=self-hosted" >> $GITHUB_STATE + echo "runs_on_pool=1ES.Pool=ebpf-cicd-runner-pool-$pool_name" >> $GITHUB_STATE else - echo "runs_on=${{ inputs.environment }}" >> $GITHUB_OUTPUT + echo "runs_on=${{ inputs.environment }}" >> $GITHUB_STATE run_test: needs: set-job-environment # Due to app-verifier, unit tests take a lot longer to execute. Increase the timeout to 90 minutes. @@ -162,7 +162,6 @@ jobs: .github/workflows/reusable-test.yml sparse-checkout-cone-mode: false - - name: Set up choco cache folder # Set the choco cache to a local folder so that it can be cached. if: (inputs.gather_dumps == true) && (steps.skip_check.outputs.should_skip != 'true')