Skip to content

Commit 7c0ce3b

Browse files
authored
Merge pull request #2546 from yliaog/actions
updated to 1.35 cluster, removed outdated versions
2 parents 8c1a954 + 78cacc2 commit 7c0ce3b

15 files changed

Lines changed: 28 additions & 239 deletions

.github/workflows/deploy-wiki.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
deploy-wiki:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515
with:
1616
submodules: true
1717
- name: Install rsync
@@ -34,4 +34,4 @@ jobs:
3434
git add .
3535
git commit -m "$message"
3636
git push
37-
37+

.github/workflows/e2e-master.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.8", "3.9", "3.10"]
16+
python-version: ["3.10", "3.11", "3.12"]
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.14.0
22+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc
2323
with:
2424
cluster_name: kubernetes-python-e2e-master-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up
@@ -28,9 +28,9 @@ jobs:
2828
# Update the config here whenever a new client snapshot is performed
2929
# This would eventually point to cluster with the latest Kubernetes version
3030
# as we sync with Kubernetes upstream
31-
config: .github/workflows/kind-configs/cluster-1.25.yaml
31+
config: .github/workflows/kind-configs/cluster-1.35.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/e2e-release-11.0.yaml

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

.github/workflows/e2e-release-12.0.yaml

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

.github/workflows/e2e-release-17.0.yaml

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

.github/workflows/e2e-release-18.0.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
name: End to End Tests - release-26.0
1+
name: End to End Tests - release-35.0
22

33
on:
44
push:
55
branches:
6-
- release-26.0
6+
- release-35.0
77
pull_request:
88
branches:
9-
- release-26.0
9+
- release-35.0
1010

1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9]
16+
python-version: [3.10, 3.11, 3.12]
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.14.0
22+
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc
2323
with:
24-
cluster_name: kubernetes-python-e2e-release-26.0-${{ matrix.python-version }}
24+
cluster_name: kubernetes-python-e2e-release-35.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up
2626
# this needs to be updated whenever a new Kind version is released
2727
version: v0.17.0
2828
# Update the config here whenever a new client snapshot is performed
2929
# This would eventually point to cluster with the latest Kubernetes version
3030
# as we sync with Kubernetes upstream
31-
config: .github/workflows/kind-configs/cluster-1.26.yaml
31+
config: .github/workflows/kind-configs/cluster-1.35.yaml
3232
- name: Set up Python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v6
33+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: Install dependencies

.github/workflows/kind-configs/cluster-1.15.yaml

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

.github/workflows/kind-configs/cluster-1.16.yaml

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

.github/workflows/kind-configs/cluster-1.17.yaml

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

0 commit comments

Comments
 (0)