Skip to content

Commit 5f02639

Browse files
committed
ci: drop eol argo 3.6 lane
Signed-off-by: Jeff Spahr <spahrj@gmail.com>
1 parent 0977744 commit 5f02639

4 files changed

Lines changed: 7 additions & 10 deletions

File tree

.github/workflows/api-server-tests.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,13 @@ jobs:
6666
k8s_version: [ "v1.34.0" ]
6767
cache_enabled: [ "true", "false" ]
6868
proxy: [ "true", "false" ]
69-
argo_version: [ "v3.7.3", "v3.6.19", "v4.0.5" ]
69+
argo_version: [ "v3.7.14", "v4.0.5" ]
7070
pipeline_store: [ "database" ]
7171
pod_to_pod_tls_enabled: [ "false" ]
7272
include:
7373
- k8s_version: "v1.29.2"
7474
cache_enabled: "true"
75-
argo_version: "v3.7.3"
76-
- k8s_version: "v1.29.2"
77-
cache_enabled: "true"
78-
argo_version: "v3.6.19"
75+
argo_version: "v3.7.14"
7976
- k8s_version: "v1.29.2"
8077
cache_enabled: "true"
8178
argo_version: "v4.0.5"
@@ -170,7 +167,7 @@ jobs:
170167
k8s_version: [ "v1.34.0", "v1.29.2" ]
171168
cache_enabled: [ "true" ]
172169
uploadPipelinesWithKubernetesClient: [ "true", "false" ]
173-
argo_version: [ "v3.7.3", "v3.6.19", "v4.0.5" ]
170+
argo_version: [ "v3.7.14", "v4.0.5" ]
174171
pipeline_store: [ "kubernetes" ]
175172
pod_to_pod_tls_enabled: [ "false" ]
176173
include:

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
matrix:
6464
k8s_version: ["v1.34.0"]
6565
cache_enabled: ["true", "false"]
66-
argo_version: [ "v3.7.3", "v3.6.19", "v4.0.5" ]
66+
argo_version: [ "v3.7.14", "v4.0.5" ]
6767
proxy: [ "false" ]
6868
test_label: [ "E2ECritical", "E2EEssential", "E2EParallelNested" ]
6969
pod_to_pod_tls_enabled: [ "false" ]
7070
include:
7171
- k8s_version: "v1.29.2"
7272
cache_enabled: "false"
73-
argo_version: "v3.6.19"
73+
argo_version: "v3.7.14"
7474
test_label: "E2ECritical"
7575
- k8s_version: "v1.34.0"
7676
cache_enabled: "false"

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ When changing an effect-heavy frontend component, add or run the smallest releva
525525
- Examples: `e2e-test.yml`, `sdk-execution.yml`, `upgrade-test.yml`, `kfp-kubernetes-execution-tests.yml`, `kfp-webhooks.yml`, `api-server-tests.yml`, `compiler-tests.yml`, `legacy-v2-api-integration-tests.yml`, `integration-tests-v1.yml`, and frontend integration in `e2e-test-frontend.yml`.
526526
- Pipeline store variants (v2 engine): tests run with `database` and `kubernetes` stores, and a dedicated job compiles pipelines to Kubernetes-native manifests.
527527
- Example: `e2e-test.yml` job "API integration tests v2 - K8s with ${pipeline_store}" and "compile pipelines with Kubernetes".
528-
- Argo Workflows version matrix for compatibility (where relevant): `e2e-test.yml` exercises `v3.6.19`, `v3.7.3`, and `v4.0.5` across the standard cache/test-label matrix, while `api-server-tests.yml` covers standalone and Kubernetes-native Argo compatibility across the standard matrices (with standalone low-Kubernetes spot lanes per supported Argo version).
528+
- Argo Workflows version matrix for compatibility (where relevant): `e2e-test.yml` exercises `v3.7.14` and `v4.0.5` across the standard cache/test-label matrix, while `api-server-tests.yml` covers standalone and Kubernetes-native Argo compatibility across the standard matrices (with standalone low-Kubernetes spot lanes per supported Argo version).
529529
- Proxy / cache toggles: dedicated jobs run with HTTP proxy enabled and with execution cache disabled to validate those modes.
530530
- Artifacts: failing logs and test outputs are uploaded as workflow artifacts for debugging.
531531

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Kubeflow pipelines service has the following goals:
2828

2929
| Dependency | Versions |
3030
| -------------- |------------------|
31-
| Argo Workflows | v3.6, v3.7, v4.0 |
31+
| Argo Workflows | v3.7, v4.0 |
3232
| MySQL | v8 |
3333

3434
## Documentation

0 commit comments

Comments
 (0)