Skip to content

Commit

Permalink
Switch to GitHub based runners
Browse files Browse the repository at this point in the history
This is a temprorary measurement as we are investigating
alternatives to BuildJet. Runners from BuildJet do not
pick up our workflows and that affects us. We haven't
received response in 2 weeks now, so I want to find an
alternative. In the meantime, to stop the bleeding I
want to switch to GitHub-based runners, they're slower,
since they do not provide hardware virtualisation,
so we expect workflow to run 1.5 hr instead of 45 minutes.

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Dec 23, 2024
1 parent 7e410e6 commit 40b71c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- id: fork-check
run: |
if [[ "${{ github.event.repository.full_name}}" == "lf-edge/eve" ]] || [[ "${{ github.event.repository.full_name}}" == "lf-edge/eden" ]]; then
echo "runner=['buildjet-4vcpu-ubuntu-2204', 'buildjet-pinned-7950x']" >> "$GITHUB_OUTPUT"
echo "runner_virt=['buildjet-4vcpu-ubuntu-2204', 'buildjet-pinned-7950x']" >> "$GITHUB_OUTPUT"
echo "runner=['ubuntu-22.04']" >> "$GITHUB_OUTPUT"
echo "runner_virt=['ubuntu-22.04']" >> "$GITHUB_OUTPUT"
else
echo "runner=['ubuntu-22.04']" >> "$GITHUB_OUTPUT"
echo "runner_virt=['ubuntu-22.04']" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 40b71c2

Please sign in to comment.