Skip to content

Commit

Permalink
Added new versions for post submit testing (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganiredi authored May 2, 2024
1 parent 597cd30 commit e0fb412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdk-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [14, 16]
node-version: [16, 18]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kitctl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo mv kubectl /usr/local/bin/
- name: Build kitctl, provision Kit Environment and KIT guest cluster.
run: |
allVersions=("1-21" "1-22" "1-23" "1-24" "1-25")
allVersions=("1-21" "1-22" "1-23" "1-24" "1-25" "1-26" "1-27" "1-28" "1-29")
cd ${HOME}/work/kubernetes-iteration-toolkit/kubernetes-iteration-toolkit/substrate/cmd/kitctl
go build .
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Delete the Guest Control plane and Dataplane
if: always()
run: |
allVersions=("1-21" "1-22" "1-23" "1-24" "1-25")
allVersions=("1-21" "1-22" "1-23" "1-24" "1-25" "1-26" "1-27" "1-28" "1-29")
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
os_type="linux"
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then
Expand Down

0 comments on commit e0fb412

Please sign in to comment.