mirror of
https://github.com/containerd/containerd.git
synced 2026-06-30 19:58:29 +00:00
Merge pull request #13234 from chrishenzie/parameterize-k8s-version
Parameterize K8s version in node-e2e workflow
This commit is contained in:
8
.github/workflows/node-e2e.yml
vendored
8
.github/workflows/node-e2e.yml
vendored
@@ -1,7 +1,12 @@
|
||||
name: E2E
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
inputs:
|
||||
k8s_version:
|
||||
description: 'Kubernetes branch or tag to test against'
|
||||
required: false
|
||||
default: 'master'
|
||||
type: string
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -41,6 +46,7 @@ jobs:
|
||||
with:
|
||||
repository: kubernetes/kubernetes
|
||||
path: src/k8s.io/kubernetes
|
||||
ref: ${{ inputs.k8s_version }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Install Go
|
||||
|
||||
Reference in New Issue
Block a user