This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-tns-csi-plugin/.github/workflows/e2e.yaml
T
Chris Farhood f55f76a3be fix(e2e): add plugin-name input to plugin-e2e workflow
Required after PR #157 merges — plugin-name is now a required input to plugin-e2e.yaml.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-06 17:09:04 +00:00

25 lines
439 B
YAML

name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: e2e-${{ github.repository }}
cancel-in-progress: false
jobs:
e2e:
uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main
with:
node-version: '22'
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev
plugin-name: tns-csi