|  | 
| 55 | 55 |     runs-on: ubuntu-latest | 
| 56 | 56 |     strategy: | 
| 57 | 57 |       matrix: | 
| 58 |  | -        k8s_version: [ "v1.31.0" ] | 
|  | 58 | +        k8s_version: [ "v1.34.0" ] | 
| 59 | 59 |         cache_enabled: [ "true", "false" ] | 
| 60 | 60 |         proxy: [ "true", "false" ] | 
| 61 | 61 |         argo_version: [ "v3.7.1", "v3.6.10" ] | 
|  | 
| 68 | 68 |           - k8s_version: "v1.29.2" | 
| 69 | 69 |             cache_enabled: "true" | 
| 70 | 70 |             argo_version: "v3.5.15" | 
| 71 |  | -          - k8s_version: "v1.31.0" | 
|  | 71 | +          - k8s_version: "v1.34.0" | 
| 72 | 72 |             cache_enabled: "true" | 
| 73 | 73 |             pod_to_pod_tls_enabled: "true" | 
| 74 | 74 |       fail-fast: false # So that failure in 1 type of parameterized job does not cause other jobs to terminate prematurely | 
| @@ -159,14 +159,14 @@ jobs: | 
| 159 | 159 |     runs-on: ubuntu-latest | 
| 160 | 160 |     strategy: | 
| 161 | 161 |       matrix: | 
| 162 |  | -        k8s_version: [ "v1.31.0", "v1.29.2" ] | 
|  | 162 | +        k8s_version: [ "v1.34.0", "v1.29.2" ] | 
| 163 | 163 |         cache_enabled: [ "true" ] | 
| 164 | 164 |         uploadPipelinesWithKubernetesClient: [ "true", "false" ] | 
| 165 | 165 |         argo_version: [ "v3.7.1", "v3.6.10" ] | 
| 166 | 166 |         pipeline_store: [ "kubernetes" ] | 
| 167 | 167 |         pod_to_pod_tls_enabled: [ "false" ] | 
| 168 | 168 |         include: | 
| 169 |  | -          - k8s_version: "v1.31.0" | 
|  | 169 | +          - k8s_version: "v1.34.0" | 
| 170 | 170 |             cache_enabled: "true" | 
| 171 | 171 |             # Pod to Pod TLS manifests are not yet implemented for Kubernetes Native API mode | 
| 172 | 172 |             pipeline_store: "database" | 
| @@ -225,7 +225,7 @@ jobs: | 
| 225 | 225 |     runs-on: ubuntu-latest | 
| 226 | 226 |     strategy: | 
| 227 | 227 |       matrix: | 
| 228 |  | -        k8s_version: [ "v1.31.0"] | 
|  | 228 | +        k8s_version: [ "v1.34.0"] | 
| 229 | 229 |         cache_enabled: [ "true", "false" ] | 
| 230 | 230 |         multi_user: [ "true" ] | 
| 231 | 231 |       fail-fast: false # So that failure in 1 type of parameterized job does not cause other jobs to terminate prematurely | 
|  | 
0 commit comments