Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pr/tammach/new runner again #979

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-envoy-image-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-and-push-prs:
timeout-minutes: 360
name: Build and push multi-arch images
runs-on: ubuntu-latest-64-cores-256gb
runs-on: equinix-32cpu-256gb
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-envoy-images-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
test-cache-refresh:
timeout-minutes: 360
name: Build test cache and push images
runs-on: ubuntu-latest-64-cores-256gb
runs-on: equinix-32cpu-256gb
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
build-cache-and-push-images:
timeout-minutes: 360
name: Build cache and push images
runs-on: ubuntu-latest-64-cores-256gb
runs-on: equinix-32cpu-256gb
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI run integration tests
on:
pull_request_target:
types: [opened, synchronize, reopened]
# pull_request_target:
# types: [opened, synchronize, reopened]
pull_request: {}

# By specifying the access of one of the scopes, all of those that are not specified are set to 'none'.
permissions:
Expand Down Expand Up @@ -35,7 +36,7 @@ jobs:
tests:
timeout-minutes: 360
name: Run integration tests on amd64
runs-on: ubuntu-latest-64-cores-256gb
runs-on: equinix-32cpu-256gb
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
Expand Down
Loading