mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Pipeline: Revert a11y changes to fix publish frontend metrics step (#38452)
This commit is contained in:
parent
864c526d9a
commit
ef8e95ac7f
@ -440,7 +440,6 @@ steps:
|
|||||||
- name: test-a11y-frontend
|
- name: test-a11y-frontend
|
||||||
image: buildkite/puppeteer
|
image: buildkite/puppeteer
|
||||||
commands:
|
commands:
|
||||||
- ./e2e/wait-for-grafana
|
|
||||||
- yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2
|
- yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2
|
||||||
environment:
|
environment:
|
||||||
GRAFANA_MISC_STATS_API_KEY:
|
GRAFANA_MISC_STATS_API_KEY:
|
||||||
@ -3577,6 +3576,6 @@ get:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: ff4f66e40485ce90a3259d04ec562033e5b37013f0902d71a602c1a1572e1f27
|
hmac: fc2618815f2265330f70494b9b57bce4e4e45a4301726778f7698ec7fe97504f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -495,7 +495,6 @@ def test_a11y_frontend_step(edition, port=3001):
|
|||||||
},
|
},
|
||||||
'failure': 'ignore',
|
'failure': 'ignore',
|
||||||
'commands': [
|
'commands': [
|
||||||
'./e2e/wait-for-grafana',
|
|
||||||
'yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2',
|
'yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user