Skip to content

Update gardener-controlplane to v1.90.2 (main) #173

Update gardener-controlplane to v1.90.2 (main)

Update gardener-controlplane to v1.90.2 (main) #173

Workflow file for this run

name: "Yake install"
on:
pull_request:
branches:
- "main"
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
install:
strategy:
matrix:
version:
- v1.26.14
- v1.27.11
- v1.28.7
runs-on: self-hosted
timeout-minutes: 60
name: "Yake install testrun"
steps:
- name: Checkout source
uses: actions/[email protected]
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: install
env:
K8S_VERSION: ${{ matrix.version }}
working-directory: hack/ci/yake-local
run: ./work.sh