ci: run e2e group by resource api group#180
Merged
Merged
Conversation
Contributor
conformance test report - apisix modeapiVersion: gateway.networking.k8s.io/v1
date: "2025-06-26T07:24:02Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: APISIX
project: apisix-ingress-controller
url: https://github.com/apache/apisix-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
result: partial
skippedTests:
- HTTPRouteHTTPSListener
statistics:
Failed: 0
Passed: 32
Skipped: 1
name: GATEWAY-HTTP
summary: Core tests partially succeeded with 1 test skips. |
Contributor
conformance test reportapiVersion: gateway.networking.k8s.io/v1
date: "2025-06-26T07:27:05Z"
gatewayAPIChannel: standard
gatewayAPIVersion: v1.2.0
implementation:
contact: null
organization: APISIX
project: apisix-ingress-controller
url: https://github.com/apache/apisix-ingress-controller.git
version: v2.0.0
kind: ConformanceReport
mode: default
profiles:
- core:
result: partial
skippedTests:
- HTTPRouteHTTPSListener
statistics:
Failed: 0
Passed: 32
Skipped: 1
name: GATEWAY-HTTP
summary: Core tests partially succeeded with 1 test skips. |
- Introduced `EnvKeyProviderType` constant for environment variable reference. - Added support for dynamically configuring `config_provider` based on provider type. - Enabled etcd deployment for `apisix` provider type in E2E tests. - Embedded `etcd` manifests for streamlined test setup.
- Allow dynamic configuration of ADC_BACKEND via `EnvKeyProviderType`.
- Introduced Ginkgo labels for categorizing E2E test cases based on apisix resource type and networking components. - Updated Makefile and GitHub Actions workflow to include label-based test execution. - Improved ADC output handling and extended backend mode validation logic.
- Replaced shorthand labels like "apisix" and "networking" with "apisix.apache.org" and "networking.k8s.io" respectively across E2E test cases. - Adjusted GitHub Actions workflows to reflect updated labels.
# Conflicts: # .github/workflows/apisix-e2e-test.yml # internal/provider/adc/adc.go
…t-admin-api-mode # Conflicts: # .github/workflows/apisix-e2e-test.yml
…t-admin-api-mode # Conflicts: # .github/workflows/apisix-e2e-test.yml
AlinsRan
approved these changes
Jun 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change:
What this PR does / why we need it:
按 API Group 分组跑测试,以
Pre-submission checklist: