Skip to content

Commit 5bbc071

Browse files
committed
Merge remote-tracking branch 'origin/release-v2-dev' into feat/license_header
2 parents 4aab357 + 888fabe commit 5bbc071

36 files changed

+27
-14217
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Format Conformance Test Report
123123
if: ${{ github.event_name == 'pull_request' }}
124124
run: |
125-
echo '# conformance test report' > report.md
125+
echo '# conformance test report - ${{ matrix.provider_type }} mode' > report.md
126126
echo '```yaml' >> report.md
127127
cat apisix-ingress-controller-conformance-report.yaml >> report.md
128128
echo '```' >> report.md

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
provider_type:
5858
- apisix-standalone
5959
- apisix
60+
cases_subset:
61+
- apisix.apache.org
62+
- networking.k8s.io
63+
fail-fast: false
6064
runs-on: buildjet-2vcpu-ubuntu-2204
6165
steps:
6266
- name: Checkout
@@ -106,5 +110,6 @@ jobs:
106110
env:
107111
TEST_DIR: "./test/e2e/apisix/"
108112
PROVIDER_TYPE: ${{ matrix.provider_type }}
113+
TEST_LABEL: ${{ matrix.cases_subset }}
109114
run: |
110115
make e2e-test

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ jobs:
116116
shell: bash
117117
env:
118118
API7_EE_LICENSE: ${{ secrets.API7_EE_LICENSE }}
119+
PROVIDER_TYPE: api7ee
119120
run: |
120121
make e2e-test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ kind-e2e-test: kind-up build-image kind-load-images e2e-test
128128
.PHONY: e2e-test
129129
e2e-test:
130130
@kind get kubeconfig --name $(KIND_NAME) > $$KUBECONFIG
131-
DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test $(TEST_DIR) -test.timeout=$(TEST_TIMEOUT) -v -ginkgo.v -ginkgo.focus="$(TEST_FOCUS)"
131+
DASHBOARD_VERSION=$(DASHBOARD_VERSION) go test $(TEST_DIR) -test.timeout=$(TEST_TIMEOUT) -v -ginkgo.v -ginkgo.focus="$(TEST_FOCUS)" -ginkgo.label-filter="$(TEST_LABEL)"
132132

133133
.PHONY: download-api7ee3-chart
134134
download-api7ee3-chart:

charts/Chart.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

charts/crds/apisixic-crds.yaml

Lines changed: 0 additions & 3212 deletions
This file was deleted.

0 commit comments

Comments
 (0)