From 3a002da40673c833466c8cf906aa3bdab0c22c44 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 17 Sep 2021 14:59:10 -0400 Subject: [PATCH] Pipeline: Make Pa11y ci not mandatory on PR stage (#39285) (#39368) (cherry picked from commit ef36bbbfbd7f77d5311df38b9576d8ff5d16dabc) Co-authored-by: Maria Alexandra <239999+axelavargas@users.noreply.github.com> --- .drone.yml | 3 ++- scripts/drone/steps/lib.star | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 067b1751d46..44416f8336a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -156,6 +156,7 @@ steps: from_secret: grafana_misc_stats_api_key HOST: end-to-end-tests-server PORT: 3001 + failure: ignore depends_on: - end-to-end-tests-server @@ -3491,6 +3492,6 @@ get: --- kind: signature -hmac: 974d6cc07d690099a1e1ac4581c6ccafc6c6c2998289c09655c70932088dce40 +hmac: 9211e316cd24660667ba57b860129d2f06b0a4a669aa4d5c1f13156667ae027f ... diff --git a/scripts/drone/steps/lib.star b/scripts/drone/steps/lib.star index 3f54bbccac0..52bcf0d9d65 100644 --- a/scripts/drone/steps/lib.star +++ b/scripts/drone/steps/lib.star @@ -435,6 +435,7 @@ def test_a11y_frontend_step_pr(edition, port=3001): 'HOST': 'end-to-end-tests-server' + enterprise2_suffix(edition), 'PORT': port, }, + 'failure': 'ignore', 'commands': [ 'yarn wait-on http://$HOST:$PORT', 'yarn -s test:accessibility-pr',