Chore: Add timeout for storybook e2e, only run on changes to @grafana/ui (#90035)

* add timeout for storybook, only run on changes to @grafana/ui

* add comment to trigger verify-storybook

* remove test comment

* add comment

* use a later version of wait-on

* remove comment and hardcode wait-on version
This commit is contained in:
Ashley Harrison
2024-07-04 11:19:07 +01:00
committed by GitHub
parent 4671b7d5ae
commit 5ed5a2de2a
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ def pr_pipelines():
),
verify_storybook(
get_pr_trigger(
exclude_paths = ["pkg/**", "packaging/**", "go.sum", "go.mod"],
include_paths = ["packages/grafana-ui/**"],
),
ver_mode,
),
+1 -1
View File
@@ -799,7 +799,7 @@ def e2e_storybook_step():
"PORT": "9001",
},
"commands": [
"npx wait-on@7.0.1 http://$HOST:$PORT",
"npx wait-on@7.2.0 -t 1m http://$HOST:$PORT",
"yarn e2e:storybook",
],
}