Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewige committed Dec 13, 2024
1 parent fde019b commit 0bae199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_STATE
echo "runs_on_pool=1ES.Pool=ebpf-cicd-runner-pool-$pool_name" >> $GITHUB_STATE
echo "runs_on=self-hosted" >> "$GITHUB_OUTPUT"
echo "runs_on_pool=1ES.Pool=ebpf-cicd-runner-pool-$pool_name" >> "$GITHUB_OUTPUT"
else
echo "runs_on=${{ inputs.environment }}" >> $GITHUB_STATE
echo "runs_on=${{ inputs.environment }}" >> "$GITHUB_OUTPUT"
run_test:
needs: set-job-environment
# Due to app-verifier, unit tests take a lot longer to execute. Increase the timeout to 90 minutes.
Expand Down

0 comments on commit 0bae199

Please sign in to comment.