Skip to content

Commit 31c9ab3

Browse files
committed
ci: add a new ci group for explore vis since it takes more time as the tests grow
Signed-off-by: Yulong Ruan <[email protected]>
1 parent 06a1ba8 commit 31c9ab3

File tree

10 files changed

+4
-0
lines changed

10 files changed

+4
-0
lines changed

β€Ž.github/workflows/cypress_workflow.ymlβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
- group: 16Explore
142142
config: explore
143143
test_location: source
144+
- group: 17Explore
145+
config: explore
146+
test_location: source
144147
container:
145148
image: docker://opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2
146149
options: "--user 1001 --shm-size=4g"

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
"osd:ciGroup14Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/04/*.spec.js\"",
107107
"osd:ciGroup15Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/05/*.spec.js\"",
108108
"osd:ciGroup16Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/*.spec.js\"",
109+
"osd:ciGroup17Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/*.spec.js\"",
109110
"osd:ciGroupS3Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/s3_tests/*.spec.js\"",
110111
"generate:grammars": "yarn workspace @osd/antlr-grammar generate:all",
111112
"generate:grammars:sql": "yarn workspace @osd/antlr-grammar generate:opensearchsql",

0 commit comments

Comments
Β (0)