diff --git a/.github/workflows/cypress_workflow.yml b/.github/workflows/cypress_workflow.yml index 35bc782cabd7..6e30d1058fc2 100644 --- a/.github/workflows/cypress_workflow.yml +++ b/.github/workflows/cypress_workflow.yml @@ -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" diff --git a/changelogs/fragments/10906.yml b/changelogs/fragments/10906.yml new file mode 100644 index 000000000000..c286eb023874 --- /dev/null +++ b/changelogs/fragments/10906.yml @@ -0,0 +1,2 @@ +test: +- Split explore vis cypress tests into two ci group ([#10906](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10906)) \ No newline at end of file diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_bar_gauge.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_bar_gauge.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_bar_gauge.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_bar_gauge.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_gauge.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_gauge.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_gauge.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_gauge.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_heatmap.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_heatmap.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_heatmap.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_heatmap.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_histogram.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_histogram.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_histogram.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_histogram.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_metric.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_metric.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_metric.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_metric.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_pie.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_pie.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_pie.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_pie.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_scatter.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_scatter.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_scatter.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_scatter.spec.js diff --git a/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_table.spec.js b/cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_table.spec.js similarity index 100% rename from cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/06/rule_matching_vis_table.spec.js rename to cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/explore/07/rule_matching_vis_table.spec.js diff --git a/package.json b/package.json index 6cd8b4631f00..04afc011f481 100644 --- a/package.json +++ b/package.json @@ -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",