Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
- group: 16Explore
config: explore
test_location: source
- group: 17Explore
config: explore
test_location: source
container:
image: docker://opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2
options: "--user 1001 --shm-size=4g"
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/10906.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
- Split explore vis cypress tests into two ci group ([#10906](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10906))
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"osd:ciGroup14Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/04/*.spec.js\"",
"osd:ciGroup15Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/05/*.spec.js\"",
"osd:ciGroup16Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/*.spec.js\"",
"osd:ciGroup17Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/*.spec.js\"",
"osd:ciGroupS3Explore": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/s3_tests/*.spec.js\"",
"generate:grammars": "yarn workspace @osd/antlr-grammar generate:all",
"generate:grammars:sql": "yarn workspace @osd/antlr-grammar generate:opensearchsql",
Expand Down