Skip to content

Commit 09e961a

Browse files
ci: add a new ci group for explore vis since it takes more time as the tests grow (#10906)
* 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]> * Changeset file for PR #10906 created/updated --------- Signed-off-by: Yulong Ruan <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
1 parent 88c93cf commit 09e961a

File tree

11 files changed

+6
-0
lines changed

11 files changed

+6
-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"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
- Split explore vis cypress tests into two ci group ([#10906](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10906))

0 commit comments

Comments
Β (0)