From 620443ca23e9894089711a1feb4b1d08ab09fb8d Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 17 Nov 2021 18:24:15 +0000 Subject: [PATCH] Put workspace-in-sidecar example into no-ci The workspace-in-sidecar example has been a relatively consistent flake in our CI suite. The issue https://github.com/tektoncd/pipeline/issues/4169 was created in August describing this problem and there have been relatively regular reports related to the example since then. To a first approximation I've found 31 individual instances of the test's failure since May across 24 separate Pull Requests. Attempts to reduce the flakiness of this example have not been successful yet. So in order to reduce the amount of noise in our CI (and hopefully increase overall trust in the suite) this commit moves the example into the no-ci folder, preventing its execution, while we continue to try and figure out why it is so flakey. --- .../v1beta1/taskruns/alpha/{ => no-ci}/workspace-in-sidecar.yaml | 0 examples/v1beta1/taskruns/{ => no-ci}/workspace-in-sidecar.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/v1beta1/taskruns/alpha/{ => no-ci}/workspace-in-sidecar.yaml (100%) rename examples/v1beta1/taskruns/{ => no-ci}/workspace-in-sidecar.yaml (100%) diff --git a/examples/v1beta1/taskruns/alpha/workspace-in-sidecar.yaml b/examples/v1beta1/taskruns/alpha/no-ci/workspace-in-sidecar.yaml similarity index 100% rename from examples/v1beta1/taskruns/alpha/workspace-in-sidecar.yaml rename to examples/v1beta1/taskruns/alpha/no-ci/workspace-in-sidecar.yaml diff --git a/examples/v1beta1/taskruns/workspace-in-sidecar.yaml b/examples/v1beta1/taskruns/no-ci/workspace-in-sidecar.yaml similarity index 100% rename from examples/v1beta1/taskruns/workspace-in-sidecar.yaml rename to examples/v1beta1/taskruns/no-ci/workspace-in-sidecar.yaml