File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,37 +44,37 @@ jobs:
4444 # Step 1: Validate Kubernetes manifests
4545 validate-manifests :
4646 uses : ./.github/workflows/k8s-validate-manifests.yml
47- with :
47+ with :
4848 kustomize_version : v5.7.1
4949
5050 # Step 2: Run kind cluster integration test
5151 kind-integration-test :
5252 uses : ./.github/workflows/k8s-kind-integration-test.yml
5353 needs : validate-manifests
54- with :
54+ with :
5555 kind_version : v0.20.0
5656 kustomize_version : v5.7.1
5757
5858 # Step 3: Run comprehensive API functionality tests
5959 test-api-functionality :
6060 uses : ./.github/workflows/k8s-api-functionality-test.yml
6161 needs : kind-integration-test
62- with :
62+ with :
6363 kind_version : v0.20.0
6464 kustomize_version : v5.7.1
6565
6666 # Step 4: Test with custom configurations
6767 test-with-custom-config :
6868 uses : ./.github/workflows/k8s-config-test.yml
6969 needs : validate-manifests
70- with :
70+ with :
7171 kustomize_version : v5.7.1
7272
7373 # Step 5: Run security scans
7474 security-scan :
7575 uses : ./.github/workflows/k8s-security-scan.yml
7676 needs : validate-manifests
77- with :
77+ with :
7878 kustomize_version : v5.7.1
7979
8080 # Step 6: Generate test summary
You can’t perform that action at this time.
0 commit comments