bump kubernetes version v1.24~1.28 #612
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
Patch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Verify patch | |
run: | | |
make verify-patch | |
- name: Verify patch format | |
run: | | |
make verify-patch-format | |
Test-v1-28-15-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-28-15-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.28.15-lts.0 | |
run: | | |
make v1.28.15-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-28-15-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-28-15-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.28.15-lts.0 | |
run: | | |
make v1.28.15-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-28-15-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-28-15-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.28.15-lts.0 | |
run: | | |
make v1.28.15-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-27-16-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-27-16-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.27.16-lts.0 | |
run: | | |
make v1.27.16-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-27-16-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-27-16-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.27.16-lts.0 | |
run: | | |
make v1.27.16-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-27-16-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-27-16-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.27.16-lts.0 | |
run: | | |
make v1.27.16-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-26-15-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-26-15-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.26.15-lts.0 | |
run: | | |
make v1.26.15-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-26-15-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-26-15-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.26.15-lts.0 | |
run: | | |
make v1.26.15-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-26-15-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-26-15-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.26.15-lts.0 | |
run: | | |
make v1.26.15-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-25-16-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-25-16-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.25.16-lts.0 | |
run: | | |
make v1.25.16-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-25-16-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-25-16-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.25.16-lts.0 | |
run: | | |
make v1.25.16-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-25-16-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-25-16-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.25.16-lts.0 | |
run: | | |
make v1.25.16-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-24-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-24-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.24.17-lts.0 | |
run: | | |
make v1.24.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-24-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-24-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.24.17-lts.0 | |
run: | | |
make v1.24.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-24-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-24-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.24.17-lts.0 | |
run: | | |
make v1.24.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-23-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.23.17-lts.0 | |
run: | | |
make v1.23.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-23-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.23.17-lts.0 | |
run: | | |
make v1.23.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-23-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-23-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.23.17-lts.0 | |
run: | | |
make v1.23.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-22-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.22.17-lts.0 | |
run: | | |
make v1.22.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-22-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.22.17-lts.0 | |
run: | | |
make v1.22.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-22-17-lts-0: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-22-17-lts-0 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.22.17-lts.0 | |
run: | | |
make v1.22.17-lts.0 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-21-14-lts-1: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-14-lts-1 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.21.14-lts.1 | |
run: | | |
make v1.21.14-lts.1 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-21-14-lts-1: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-14-lts-1 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.21.14-lts.1 | |
run: | | |
make v1.21.14-lts.1 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-21-14-lts-1: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-21-14-lts-1 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.21.14-lts.1 | |
run: | | |
make v1.21.14-lts.1 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-20-15-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-20-15-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.20.15-lts.2 | |
run: | | |
make v1.20.15-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-20-15-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-20-15-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.20.15-lts.2 | |
run: | | |
make v1.20.15-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-20-15-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-20-15-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.20.15-lts.2 | |
run: | | |
make v1.20.15-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-19-16-lts-3: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-19-16-lts-3 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.19.16-lts.3 | |
run: | | |
make v1.19.16-lts.3 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-19-16-lts-3: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-19-16-lts-3 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.19.16-lts.3 | |
run: | | |
make v1.19.16-lts.3 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-19-16-lts-3: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-19-16-lts-3 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.19.16-lts.3 | |
run: | | |
make v1.19.16-lts.3 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-18-20-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-18-20-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.18.20-lts.2 | |
run: | | |
make v1.18.20-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-18-20-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-18-20-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.18.20-lts.2 | |
run: | | |
make v1.18.20-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-18-20-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-18-20-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.18.20-lts.2 | |
run: | | |
make v1.18.20-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-17-17-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-17-17-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.17.17-lts.2 | |
run: | | |
make v1.17.17-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-17-17-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-17-17-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.17.17-lts.2 | |
run: | | |
make v1.17.17-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-17-17-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-17-17-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.17.17-lts.2 | |
run: | | |
make v1.17.17-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |
Test-v1-16-15-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-16-15-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.16.15-lts.2 | |
run: | | |
make v1.16.15-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test | |
run: | | |
make test | |
Test-Cmd-v1-16-15-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-16-15-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.16.15-lts.2 | |
run: | | |
make v1.16.15-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test cmd | |
run: | | |
make test-cmd | |
Test-Integration-v1-16-15-lts-2: | |
needs: Patch | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Cache | |
uses: actions/cache@v2 | |
env: | |
cache-name: src | |
with: | |
path: | | |
src | |
/tmp/kubernetes-lts/ | |
key: ${{ runner.os }}-build-${{ env.cache-name }}-v1-16-15-lts-2 | |
restore-keys: | | |
${{ runner.os }}-build-${{ env.cache-name }} | |
- name: Config Github | |
run: | | |
git config --global user.email "[email protected]" | |
git config --global user.name "GitHub" | |
- name: Install dependent | |
run: | | |
make dependent | |
- name: Checkout to v1.16.15-lts.2 | |
run: | | |
make v1.16.15-lts.2 | |
- name: Install etcd | |
run: | | |
make install-etcd | |
- name: Test integration | |
run: | | |
make test-integration | |