Skip to content

Commit

Permalink
use equivilant machines
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Oct 10, 2023
1 parent 777bcda commit 11645e4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: make unit-tests

build-images:
runs-on: v3-starter-8
runs-on: v3-standard-4
if: contains(github.event.pull_request.body, '/build-new-image')
strategy:
fail-fast: false
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
path: ${{ matrix.os_distro }}-kube-${{ matrix.kube }}.qcow2

functional:
runs-on: v3-starter-8
runs-on: v3-standard-16
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -239,6 +239,11 @@ jobs:
with:
name: ${{ matrix.os_distro }}-kube-${{ matrix.kube }}.qcow2

- name: Update environment variables for GitHub Hosted Runners
if: contains(runner.name, 'GitHub Actions')
run: |
echo "DNS_NAMESERVER=168.63.129.16" >> $GITHUB_ENV
- name: Run functional tests
run: |
./hack/run-functional-tests.sh
Expand Down

0 comments on commit 11645e4

Please sign in to comment.