From 26196e8d5635770180256f9b231f04754cb1d4fc Mon Sep 17 00:00:00 2001 From: Rafal Korepta Date: Tue, 17 Dec 2024 15:04:19 +0100 Subject: [PATCH] Re-add operator v2 e2e test stub to pass Github required check --- .buildkite/pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 42fb7bcf2..2e3aaf94d 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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 \ No newline at end of file