[savedObjects field count] run in baseline job#70999
Conversation
|
Pinging @elastic/kibana-operations (Team:Operations) |
| # source "test/scripts/jenkins_xpack_page_load_metrics.sh" | ||
|
|
||
| cd "$XPACK_DIR" | ||
| source "$KIBANA_DIR/test/scripts/jenkins_xpack_saved_objects_field_metrics.sh" |
There was a problem hiding this comment.
isn't test/scripts/jenkins_xpack_visual_regression.sh going to be called outside of the baseline job?
If so, jenkins_xpack_saved_objects_field_metrics.sh is run elsewhere, so would run twice
There was a problem hiding this comment.
It isn't currently, and we won't be re-enabling the visual regression tests on master/PRs until after I've refactored the baseline job (and a few other blockers are resolved) so I don't think it's a serious issue.
There was a problem hiding this comment.
Definitely crufty though
💚 Build SucceededBuild metrics
To update your PR or re-run it, just comment with: |
* master: (36 commits) fixed api url in example plugin (elastic#70934) [data.search.aggs]: Remove remaining client dependencies (elastic#70251) [Security Solution][Endpoint] Fix base64 download bug and adopt new user artifact/manifest format (elastic#70998) [Security Solution][Exceptions] - Exception Modal Part I (elastic#70639) [SIEM][Detection Engine][Lists] Adds additional data types to value based lists [SIEM][Detection Engine][Lists] Removes feature flag for lists [APM] Show license callout in ML settings (elastic#70959) Migrate service settings test to jest (elastic#70992) [APM] Add cloud attributes to data telemetry (elastic#71008) Fix breadcrumb on panels for visibility / round corners (elastic#71010) Improve search typescript (elastic#69333) [savedObjects field count] run in baseline job (elastic#70999) [Security Solution] [Timeline] Timeline manager tweaks (elastic#69988) [Endpoint] Support redirect from Policy Details to Ingest when user initiates Edit Policy from Datasource Edit page (elastic#70874) [APM] Add API tests (elastic#70740) [Security Solution][Exceptions] - Tie server and client code together (elastic#70918) [Audit Logging] Add AuditTrail service (elastic#69278) [Usage Collection] Ensure no type duplicates (elastic#70946) [Security Solution] [Timeline] Bugfix for timeline row actions disappear sometimes (elastic#70958) [CI] Add pipeline task queue framework and merge workers into one (elastic#64011) ...
This reverts commit 53ee7a7.
* Revert "temporarily disable firefox functional tests in PRs (#71116)" This reverts commit 54bd07f. * Revert "[savedObjects field count] run in baseline job (#70999)" This reverts commit 53ee7a7. * Revert "[CI] Add pipeline task queue framework and merge workers into one (#64011)" This reverts commit 465ed21. * Revert revert of change to jenkins_xpack_visual_regression.sh Co-authored-by: spalger <spalger@users.noreply.github.com>
|
Reverted a tiny portion of this that touched the new |
This reverts commit 53ee7a7.
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Co-authored-by: spalger <spalger@users.noreply.github.com> # Conflicts: # vars/tasks.groovy
(cherry picked from commit 3153dff)
…11y-overlay * 'master' of github.com:elastic/kibana: (33 commits) address index templates feedback (elastic#71353) Upgrade EUI to v26.3.1 (elastic#70243) [build] Creates Linux aarch64 archive (elastic#69165) [SIEM][Detection Engine] Fixes skipped tests (elastic#71347) [SIEM][Detection Engine][Lists] Adds read_privileges route for lists and list items [kbn/optimizer] implement "requiredBundles" property of KP plugins (elastic#70911) [Security Solution][Exceptions] - Exceptions modal pt 2 (elastic#70886) [ML] DF Analytics: stop status polling when job stopped (elastic#71159) [SIEM][CASE] IBM Resilient Connector (elastic#66385) jenkins_xpack_saved_objects_field_metrics.sh expects to be run from the KIBANA_DIR in CI Deduplication of entries and items before sending to endpoint (elastic#71297) [services/remote/webdriver] fix eslint error (elastic#71346) send slack notifications on visual baseline failures fix visual regression job (elastic#70999) [Ingest Manager] Add schema to usageCollector. (elastic#71219) [ftr] use typed chromeOptions object, adding TEST_BROWSER_BINARY_PATH (elastic#71279) [Ingest Manager] Fix limited packages incorrect response (elastic#71292) Support multiple features declaring same properties (elastic#71106) [Security_Solution][Resolver]Add beta badge to Resolver panel (elastic#71183) [DOCS] Clarify trial subscription levels (elastic#70636) ...
We added saved object field count metrics in #70580 but didn't add it to the baseline job, so there are sometimes metrics available from master and sometimes not. This adds the task to the
test/scripts/jenkins_xpack_visual_regression.shscript so that it runs against a version of Kibana with xpack included.