Skip to content

Commit dd994ee

Browse files
committed
Merge remote-tracking branch 'origin/master' into backport/part_2
2 parents ec5f88e + 1726af5 commit dd994ee

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
provider_type:
4141
- apisix-standalone
4242
- apisix
43-
runs-on: buildjet-2vcpu-ubuntu-2204
43+
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4

.github/workflows/apisix-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- apisix.apache.org
4141
- networking.k8s.io
4242
fail-fast: false
43-
runs-on: buildjet-2vcpu-ubuntu-2204
43+
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4

.github/workflows/conformance-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232
jobs:
3333
prepare:
3434
name: Prepare
35-
runs-on: buildjet-2vcpu-ubuntu-2204
35+
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
3838
uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
5757
timeout-minutes: 60
5858
needs:
5959
- prepare
60-
runs-on: buildjet-2vcpu-ubuntu-2204
60+
runs-on: ubuntu-latest
6161
steps:
6262
- name: Checkout
6363
uses: actions/checkout@v4

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131
jobs:
3232
prepare:
3333
name: Prepare
34-
runs-on: buildjet-2vcpu-ubuntu-2204
34+
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4
@@ -55,7 +55,7 @@ jobs:
5555
e2e-test:
5656
needs:
5757
- prepare
58-
runs-on: buildjet-4vcpu-ubuntu-2204
58+
runs-on: ubuntu-latest
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@v4

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
- master
2828
jobs:
2929
check-license:
30-
runs-on: buildjet-2vcpu-ubuntu-2204
30+
runs-on: ubuntu-latest
3131

3232
steps:
3333
- uses: actions/checkout@v4

.github/workflows/push-docker-v2-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
workflow_dispatch:
2626
jobs:
2727
docker:
28-
runs-on: buildjet-2vcpu-ubuntu-2204
28+
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v4

.github/workflows/push-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
docker:
26-
runs-on: buildjet-2vcpu-ubuntu-2204
26+
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v4

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
update_release_draft:
2929
if: github.repository == 'api7/api7-ingress-controller'
30-
runs-on: buildjet-2vcpu-ubuntu-2204
30+
runs-on: ubuntu-latest
3131
steps:
3232
- name: Drafting release
3333
id: release_drafter

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
- 1.8.0
2929
jobs:
3030
run-test:
31-
runs-on: buildjet-2vcpu-ubuntu-2204
31+
runs-on: ubuntu-latest
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Setup Go Env

0 commit comments

Comments
 (0)