Skip to content

Commit

Permalink
[8.10] profiling: fix binary instructions (#169215) (#169657)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.10`:
- [profiling: fix binary instructions
(#169215)](#169215)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Francesco
Gualazzi","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-24T09:47:49Z","message":"profiling:
fix binary instructions (#169215)\n\n## Summary\r\n\r\nFix a bug in the
Universal Profiling instructions \"Binary\" tab, due to\r\nhow packages
are created.\r\n\r\nSigned-off-by: inge4pres
<[email protected]>","sha":"90da0214604dc8f497d997def664dab5b26543f2","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","backport","release_note:skip","ci:cloud-deploy","ci:cloud-redeploy","v8.11.0","v8.12.0","v8.11.1","v8.10.5"],"number":169215,"url":"https://github.com/elastic/kibana/pull/169215","mergeCommit":{"message":"profiling:
fix binary instructions (#169215)\n\n## Summary\r\n\r\nFix a bug in the
Universal Profiling instructions \"Binary\" tab, due to\r\nhow packages
are created.\r\n\r\nSigned-off-by: inge4pres
<[email protected]>","sha":"90da0214604dc8f497d997def664dab5b26543f2"}},"sourceBranch":"main","suggestedTargetBranches":["8.11","8.10"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169215","number":169215,"mergeCommit":{"message":"profiling:
fix binary instructions (#169215)\n\n## Summary\r\n\r\nFix a bug in the
Universal Profiling instructions \"Binary\" tab, due to\r\nhow packages
are created.\r\n\r\nSigned-off-by: inge4pres
<[email protected]>","sha":"90da0214604dc8f497d997def664dab5b26543f2"}},{"branch":"8.10","label":"v8.10.5","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
  • Loading branch information
inge4pres authored Oct 24, 2023
1 parent eb4b6b7 commit 64486b1
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 433 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

describe('Functions page', () => {
describe.skip('Functions page', () => {
const rangeFrom = '2023-04-18T00:00:00.000Z';
const rangeTo = '2023-04-18T00:00:30.000Z';

Expand Down
Loading

0 comments on commit 64486b1

Please sign in to comment.