Skip to content

Commit df75f74

Browse files
committed
update lock file and cypress workflow
Signed-off-by: Kawika Avilla <[email protected]>
1 parent 7d6c5a5 commit df75f74

File tree

3 files changed

+8
-33
lines changed

3 files changed

+8
-33
lines changed

.github/workflows/cypress_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
- group: 10
8484
config: query_enhanced
8585
test_location: source
86+
# Dashboard tests with query enhanced - group 1 but slow tests
87+
- group: 10Slow
88+
config: query_enhanced
89+
test_location: source
8690
# Dashboard tests with no query enhanced
8791
- group: 11
8892
config: dashboard
@@ -103,10 +107,6 @@ jobs:
103107
- group: 15
104108
config: query_enhanced
105109
test_location: source
106-
# Dashboard tests with query enhanced - group 6
107-
- group: 16
108-
config: query_enhanced
109-
test_location: source
110110
container:
111111
image: docker://opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2
112112
options: --user 1001

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"cypress:run-without-security": "env TZ=America/Los_Angeles NO_COLOR=1 cypress run --env SECURITY_ENABLED=false",
8888
"cypress:run-with-security": "env TZ=America/Los_Angeles NO_COLOR=1 cypress run --env SECURITY_ENABLED=true,openSearchUrl=https://localhost:9200,WAIT_FOR_LOADER_BUFFER_MS=500",
8989
"osd:ciGroup10": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/01/*.spec.js,!cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/01/saved_search.spec.js\"",
90+
"osd:ciGroup10Slow": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/01/saved_search.spec.js\"",
9091
"osd:ciGroup11": "echo \"cypress/integration/dashboard_sanity_test.spec.ts\"",
9192
"osd:ciGroup12": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/02/*.spec.js\"",
9293
"osd:ciGroup13": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/03/*.spec.js\"",
9394
"osd:ciGroup14": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/04/*.spec.js\"",
9495
"osd:ciGroup15": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/05/*.spec.js\"",
95-
"osd:ciGroup16": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/01/saved_search.spec.js\"",
9696
"osd:ciGroupS3": "echo \"cypress/integration/core_opensearch_dashboards/opensearch_dashboards/apps/query_enhancements/s3_tests/*.spec.js\"",
9797
"generate:opensearchsqlantlr": "./node_modules/antlr4ng-cli/index.js -Dlanguage=TypeScript -o ./src/plugins/data/public/antlr/opensearch_sql/.generated -visitor -no-listener -Xexact-output-dir ./src/plugins/data/public/antlr/opensearch_sql/grammar/OpenSearchSQLLexer.g4 ./src/plugins/data/public/antlr/opensearch_sql/grammar/OpenSearchSQLParser.g4",
9898
"generate:opensearchpplantlr": "./node_modules/antlr4ng-cli/index.js -Dlanguage=TypeScript -o ./src/plugins/data/public/antlr/opensearch_ppl/.generated -visitor -no-listener -Xexact-output-dir ./src/plugins/data/public/antlr/opensearch_ppl/grammar/OpenSearchPPLLexer.g4 ./src/plugins/data/public/antlr/opensearch_ppl/grammar/OpenSearchPPLParser.g4"

yarn.lock

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16941,7 +16941,7 @@ string-length@^4.0.1:
1694116941
char-regex "^1.0.2"
1694216942
strip-ansi "^6.0.0"
1694316943

16944-
"string-width-cjs@npm:string-width@^4.2.0":
16944+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1694516945
version "4.2.3"
1694616946
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1694716947
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -16976,15 +16976,6 @@ string-width@^3.0.0:
1697616976
is-fullwidth-code-point "^2.0.0"
1697716977
strip-ansi "^5.1.0"
1697816978

16979-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
16980-
version "4.2.3"
16981-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
16982-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
16983-
dependencies:
16984-
emoji-regex "^8.0.0"
16985-
is-fullwidth-code-point "^3.0.0"
16986-
strip-ansi "^6.0.1"
16987-
1698816979
string-width@^5.0.1, string-width@^5.1.2:
1698916980
version "5.1.2"
1699016981
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -17063,7 +17054,7 @@ stringify-entities@^3.0.1:
1706317054
character-entities-legacy "^1.0.0"
1706417055
xtend "^4.0.0"
1706517056

17066-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
17057+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1706717058
version "6.0.1"
1706817059
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1706917060
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -17105,13 +17096,6 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1710517096
dependencies:
1710617097
ansi-regex "^4.1.0"
1710717098

17108-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
17109-
version "6.0.1"
17110-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
17111-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
17112-
dependencies:
17113-
ansi-regex "^5.0.1"
17114-
1711517099
strip-ansi@^7.0.1:
1711617100
version "7.1.0"
1711717101
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -19272,7 +19256,7 @@ workerpool@^6.5.1:
1927219256
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1927319257
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1927419258

19275-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
19259+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1927619260
version "7.0.0"
1927719261
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1927819262
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -19298,15 +19282,6 @@ wrap-ansi@^6.2.0:
1929819282
string-width "^4.1.0"
1929919283
strip-ansi "^6.0.0"
1930019284

19301-
wrap-ansi@^7.0.0:
19302-
version "7.0.0"
19303-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
19304-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
19305-
dependencies:
19306-
ansi-styles "^4.0.0"
19307-
string-width "^4.1.0"
19308-
strip-ansi "^6.0.0"
19309-
1931019285
wrap-ansi@^8.1.0:
1931119286
version "8.1.0"
1931219287
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)