mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Replace docker-puppeteer with the one in grafana dockerhub repo (#44145)
This commit is contained in:
parent
bc74d44cee
commit
118cc0d735
@ -283,7 +283,7 @@ steps:
|
|||||||
HOST: end-to-end-tests-server
|
HOST: end-to-end-tests-server
|
||||||
PORT: 3001
|
PORT: 3001
|
||||||
failure: always
|
failure: always
|
||||||
image: hugohaggmark/docker-puppeteer
|
image: grafana/docker-puppeteer:1.0.0
|
||||||
name: test-a11y-frontend
|
name: test-a11y-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./scripts/ci-reference-docs-lint.sh ci
|
- ./scripts/ci-reference-docs-lint.sh ci
|
||||||
@ -730,7 +730,7 @@ steps:
|
|||||||
HOST: end-to-end-tests-server
|
HOST: end-to-end-tests-server
|
||||||
PORT: 3001
|
PORT: 3001
|
||||||
failure: ignore
|
failure: ignore
|
||||||
image: hugohaggmark/docker-puppeteer
|
image: grafana/docker-puppeteer:1.0.0
|
||||||
name: test-a11y-frontend
|
name: test-a11y-frontend
|
||||||
- commands:
|
- commands:
|
||||||
- ./scripts/ci-frontend-metrics.sh | ./bin/grabpl publish-metrics $${GRAFANA_MISC_STATS_API_KEY}
|
- ./scripts/ci-frontend-metrics.sh | ./bin/grabpl publish-metrics $${GRAFANA_MISC_STATS_API_KEY}
|
||||||
@ -5504,6 +5504,6 @@ kind: secret
|
|||||||
name: gcp_upload_artifacts_key
|
name: gcp_upload_artifacts_key
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: dbd70fd70a25696521e6b0005d2aebcc03e05cc504f34055bfdccf9868b64a68
|
hmac: 9df8ada188b84934ba449a62dbea9eb81f2ba8feff2d5a04a7ec94a718d8cd74
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -552,7 +552,7 @@ def test_a11y_frontend_step(ver_mode, edition, port=3001):
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
'name': 'test-a11y-frontend' + enterprise2_suffix(edition),
|
'name': 'test-a11y-frontend' + enterprise2_suffix(edition),
|
||||||
'image': 'hugohaggmark/docker-puppeteer',
|
'image': 'grafana/docker-puppeteer:1.0.0',
|
||||||
'depends_on': [
|
'depends_on': [
|
||||||
'end-to-end-tests-server' + enterprise2_suffix(edition),
|
'end-to-end-tests-server' + enterprise2_suffix(edition),
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user