You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[9.1] [build] Fix snapshot Cloud deployment test (#241690) (#241718)
# Backport
This will backport the following commits from `main` to `9.1`:
- [[build] Fix snapshot Cloud deployment test
(#241690)](#241690)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT
[{"author":{"name":"Jon","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-11-03T22:45:14Z","message":"[build]
Fix snapshot Cloud deployment test
(#241690)\n\nhttps://github.com//pull/238634 introduced a
test\noptimization that modifies the refresh interval. We don't have
the\npermissions setup for this on our Cloud smoke test.\n\nThis removes
the FTR test entirely. This method of running tests is\noutdated, and
isn't matching on any tags
currently.\n\nFixes\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/7364#019a2abe-e18b-484f-b723-e90510f6fdf1\nVerified
at\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/7398","sha":"e2027bbab7ee96c397bfff530849337c0e565125","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","skip-ci","backport:all-open","v9.3.0"],"title":"[build]
Fix snapshot Cloud deployment
test","number":241690,"url":"https://github.com/elastic/kibana/pull/241690","mergeCommit":{"message":"[build]
Fix snapshot Cloud deployment test
(#241690)\n\nhttps://github.com//pull/238634 introduced a
test\noptimization that modifies the refresh interval. We don't have
the\npermissions setup for this on our Cloud smoke test.\n\nThis removes
the FTR test entirely. This method of running tests is\noutdated, and
isn't matching on any tags
currently.\n\nFixes\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/7364#019a2abe-e18b-484f-b723-e90510f6fdf1\nVerified
at\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/7398","sha":"e2027bbab7ee96c397bfff530849337c0e565125"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241690","number":241690,"mergeCommit":{"message":"[build]
Fix snapshot Cloud deployment test
(#241690)\n\nhttps://github.com//pull/238634 introduced a
test\noptimization that modifies the refresh interval. We don't have
the\npermissions setup for this on our Cloud smoke test.\n\nThis removes
the FTR test entirely. This method of running tests is\noutdated, and
isn't matching on any tags
currently.\n\nFixes\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/7364#019a2abe-e18b-484f-b723-e90510f6fdf1\nVerified
at\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/7398","sha":"e2027bbab7ee96c397bfff530849337c0e565125"}}]}]
BACKPORT-->
Co-authored-by: Jon <[email protected]>
# Enabling ansi color output for Node.js again as we don't need to use it as a script interpreter anymore
87
-
export FORCE_COLOR=1
88
-
89
-
export TEST_BROWSER_HEADLESS=1
90
-
91
-
# Error: attempted to use the "es" service to fetch Elasticsearch version info but the request failed: ConnectionError: self signed certificate in certificate chain
0 commit comments