Skip to content

Commit

Permalink
Re-add operator v2 e2e test stub to pass Github required check
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalKorepta committed Dec 17, 2024
1 parent c06d836 commit 26196e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,14 @@ steps:
failed: true
branches:
- main

- key: k8s-operator-v2-helm
label: K8s Operator v2 Helm
if: build.env("NIGHTLY_RELEASE") != "true"
notify:
- github_commit_status:
context: k8s-operator-v2-helm
commands:
- echo Tests where failing and K8S disabled this test suite. K8S team want to sunset kuttle base tests to new testing framework. If any of those test would be beneficial then they will be backported
agents:
queue: pipeline-uploader

0 comments on commit 26196e8

Please sign in to comment.