Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Jenkinsfile to not inspect removed vendor #19610

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

urso
Copy link

@urso urso commented Jul 2, 2020

  • Bug

What does this PR do?

Update the filter collection looking for dependencies in other beats, but removing vendor/

Why is it important?

The logic to create regex filters is currently broken, which leads to OSS code not getting tested at all at times. This is an attempt to fix the generation of the regular expressions.

Checklist

  • My code follows the style guidelines of this project
    - [ ] I have commented my code, particularly in hard-to-understand areas
    - [ ] I have made corresponding changes to the documentation
    ~~- [ ] I have made corresponding change to the default configuration files~~~~
    - [ ] I have added tests that prove my fix is effective or that my feature works
    - [ ] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Author's Checklist

Related issues

@urso urso requested a review from kuisathaverat July 2, 2020 14:30
@urso urso requested a review from a team as a code owner July 2, 2020 14:30
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label Team:Automation Label for the Observability productivity team and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 2, 2020
@kuisathaverat
Copy link
Contributor

These command lines generate the same output


go list -mod=mod -f '{{ .ImportPath }}{{ "\n" }}{{ join .Deps "\n" }}' ./metricbeat|awk '{print $1"/.*"}'|grep beats|sed -e "s#github.com/elastic/beats/v7/##g"|sort > old.txt
go list -deps ./metricbeat|awk '{print $1"/.*"}'|grep beats|sed -e "s#github.com/elastic/beats/v7/##g"|sort > new.txt

@urso
Copy link
Author

urso commented Jul 2, 2020

The Jenkinsfile does not include the 'grep beats', plus I moved the AWK to the end to generate the regex: ^<path>/*

@kuisathaverat
Copy link
Contributor

on Go 1.13.10 the command go list -mod=mod is failing, so we have to change the command to go list -deps

0-07-02T13:39:50.937Z] -mod=mod not supported (can be '', 'readonly', or 'vendor')

@elasticmachine
Copy link
Collaborator

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #19610 opened]

  • Start Time: 2020-07-02T14:30:59.479+0000

  • Duration: 86 min 34 sec

Test stats 🧪

Test Results
Failed 4
Passed 9502
Skipped 1440
Total 10946

Test errors

Expand to view the tests failures

  • Name: Build and Test / Auditbeat oss Mac OS X / TestEventReader – file_integrity

    • Age: 1
    • Duration: 2.92
    • Error Details: Failed
  • Name: Build and Test / Auditbeat oss Mac OS X / TestEventReader/created – file_integrity

    • Age: 1
    • Duration: 1.15
    • Error Details: Failed
  • Name: Build and Test / Auditbeat oss Mac OS X / TestRaces – file_integrity

    • Age: 1
    • Duration: 7.59
    • Error Details: Failed
  • Name: Build and Test / Auditbeat oss Mac OS X / TestActions – file_integrity

    • Age: 1
    • Duration: 10.64
    • Error Details: Failed

Steps errors

Expand to view the steps failures

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 10 min 8 sec

    • Start Time: 2020-07-02T14:58:15.785+0000

    • log

  • Name: Recursively delete the current directory from the workspace

    • Description: script returned exit code 1

    • Duration: 0 min 11 sec

    • Start Time: 2020-07-02T15:08:39.257+0000

    • log

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 4 min 48 sec

    • Start Time: 2020-07-02T15:00:21.088+0000

    • log

  • Name: Recursively delete the current directory from the workspace

    • Description: script returned exit code 1

    • Duration: 0 min 26 sec

    • Start Time: 2020-07-02T15:04:19.097+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-02T15:43:36.204+0000

    • log

  • Name: Report to Codecov

    • Description: curl -sSLo codecov https://codecov.io/bash for i in auditbeat filebeat heartbeat libbeat metricbeat packetbeat winlogbeat journalbeat do FILE="${i}/build/coverage/full.cov" if [ -f "${FILE}" ]; then bash codecov -f "${FILE}" fi done

    • Duration: 2 min 22 sec

    • Start Time: 2020-07-02T15:01:01.480+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-02T15:55:40.285Z] + FILE=winlogbeat/build/coverage/full.cov
[2020-07-02T15:55:40.285Z] + [ -f winlogbeat/build/coverage/full.cov ]
[2020-07-02T15:55:40.285Z] + FILE=journalbeat/build/coverage/full.cov
[2020-07-02T15:55:40.285Z] + [ -f journalbeat/build/coverage/full.cov ]
[2020-07-02T15:56:00.526Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats
[2020-07-02T15:56:00.874Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-02T15:56:00.899Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Lint
[2020-07-02T15:56:01.082Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-02T15:56:01.264Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-02T15:56:01.445Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-02T15:56:01.661Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-02T15:56:01.844Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-02T15:56:02.019Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-02T15:56:02.182Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-02T15:56:02.366Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-02T15:56:02.530Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-02T15:56:02.699Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-02T15:56:02.867Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-02T15:56:03.031Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-02T15:56:03.183Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-02T15:56:03.347Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-02T15:56:03.535Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-02T15:56:03.731Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-02T15:56:03.923Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-02T15:56:04.083Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-02T15:56:04.237Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-02T15:56:04.412Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-02T15:56:04.601Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-02T15:56:04.753Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-02T15:56:04.904Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-02T15:56:05.077Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-02T15:56:05.247Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-02T15:56:05.424Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-02T15:56:05.631Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Packetbeat-oss
[2020-07-02T15:56:05.789Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-02T15:56:05.961Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-02T15:56:06.143Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-02T15:56:06.322Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-02T15:56:06.498Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-02T15:56:06.661Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-02T15:56:06.824Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Filebeat-oss
[2020-07-02T15:56:07.000Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-02T15:56:07.156Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests
[2020-07-02T15:56:07.308Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-Python-integration-tests
[2020-07-02T15:56:07.460Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Libbeat-oss
[2020-07-02T15:56:07.617Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-02T15:56:07.854Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Libbeat-crosscompile
[2020-07-02T15:56:08.026Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-02T15:56:08.186Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-02T15:56:08.367Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Libbeat-stress-tests
[2020-07-02T15:56:08.569Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-02T15:56:08.745Z] Running in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-02T15:56:09.193Z] + cat
[2020-07-02T15:56:09.193Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-02T15:56:09.193Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-02T15:56:15.766Z] runbld>>> runbld started
[2020-07-02T15:56:15.766Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-02T15:56:16.701Z] runbld>>> The following profiles matched the job 'Beats/beats-beats-mbp/PR-19610' in order of occurrence in the config (last value wins).
[2020-07-02T15:56:18.108Z] runbld>>> Debug logging enabled.
[2020-07-02T15:56:18.108Z] runbld>>> Storing result
[2020-07-02T15:56:18.108Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-02T15:56:18.108Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200702155617-7E336CE5
[2020-07-02T15:56:18.108Z] runbld>>> Adding system facts.
[2020-07-02T15:56:19.055Z] runbld>>> Adding vcs info for the latest commit:  b6377c87b2d3bcb7902c9ff08f8b7188c5051291
[2020-07-02T15:56:19.055Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-02T15:56:19.055Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-02T15:56:19.055Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-02T15:56:19.055Z] Processing JUnit reports with runbld...
[2020-07-02T15:56:19.316Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-02T15:56:19.316Z] runbld>>> DURATION: 23ms
[2020-07-02T15:56:19.316Z] runbld>>> STDOUT: 40 bytes
[2020-07-02T15:56:19.316Z] runbld>>> STDERR: 49 bytes
[2020-07-02T15:56:19.316Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-02T15:56:19.316Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats
[2020-07-02T15:56:20.282Z] runbld>>> Storing build metadata: 
[2020-07-02T15:56:20.283Z] runbld>>> Adding test report.
[2020-07-02T15:56:20.283Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats
[2020-07-02T15:56:21.247Z] runbld>>> Found 113 test output files
[2020-07-02T15:56:21.845Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-02T15:56:21.845Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-OSS-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-02T15:56:21.845Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-02T15:56:21.845Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-02T15:56:22.113Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-02T15:56:22.113Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-02T15:56:22.113Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-02T15:56:23.675Z] runbld>>> Test output logs contained: Errors: 0 Failures: 4 Tests: 10796 Skipped: 1201
[2020-07-02T15:56:23.675Z] runbld>>> Storing result
[2020-07-02T15:56:23.675Z] runbld>>> FAILURES: 4
[2020-07-02T15:56:24.366Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-02T15:56:24.366Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200702155617-7E336CE5
[2020-07-02T15:56:24.651Z] runbld>>> Email notification disabled by environment variable.
[2020-07-02T15:56:24.652Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-02T15:56:31.219Z] Running on Jenkins in /var/lib/jenkins/workspace/Beats_beats-beats-mbp_PR-19610
[2020-07-02T15:56:31.702Z] [INFO] getVaultSecret: Getting secrets
[2020-07-02T15:56:31.910Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-02T15:56:33.775Z] + chmod 755 generate-build-data.sh
[2020-07-02T15:56:33.776Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19610/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19610/runs/1 FAILURE 5133995
[2020-07-02T15:56:33.776Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19610/runs/1/steps/?limit=10000 -o steps-info.json
[2020-07-02T15:56:40.258Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19610/runs/1/tests/?status=FAILED -o tests-errors.json
[2020-07-02T15:56:40.508Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats-beats-mbp/PR-19610/runs/1/log/ -o pipeline-log.txt

@urso urso merged commit 4b5fca9 into elastic:master Jul 2, 2020
@urso urso deleted the try-to-run-ci branch July 2, 2020 15:58
kuisathaverat pushed a commit to kuisathaverat/beats that referenced this pull request Jul 2, 2020
kuisathaverat added a commit that referenced this pull request Jul 3, 2020
Co-authored-by: Steffen Siering <steffen.siering@elastic.co>
v1v added a commit to v1v/beats that referenced this pull request Jul 3, 2020
…ne-beats

* upstream/master: (35 commits)
  [ci] fix env variable name for xpack filebeats (elastic#19617)
  Cache error responses for cloudfoundry apps metadata (elastic#19181)
  ci: user fixed type of agent (elastic#19625)
  Input v2 cursor testing (elastic#19573)
  Update Jenkinsfile to not inspect removed vendor (elastic#19610)
  Fix ordering and duplicate configs on autodiscover (elastic#19317)
  Prepare input/file for changes in the registrar (elastic#19516)
  Cursor input and manager implementation (elastic#19571)
  [Filebeat] Fix tls mapping in suricata module (elastic#19494)
  [Ingest Manager] Make Agent beta and Constraints experimental (elastic#19586)
  Accept prefix as metric_types for stackdriver metricset in GCP (elastic#19345)
  Implement memlog store operations (elastic#19533)
  introduce journalbeat/pkg in order to provide reusable shared code (elastic#19581)
  Add descriptions to HAProxy fields in Metricbeat (elastic#19561)
  ci: apm-server-update trigered only on upstream, comments, and manual triggered (elastic#19590)
  ci: enable upstream triggering on the packaging job (elastic#19589)
  ci: some jjbb improvements (elastic#19588)
  [MetricBeat] set tags correctly if the dimension value is ARN (elastic#19433)
  [Filebeat] Add default_fields: false to fields.yml in aws module (elastic#19568)
  Add publisher implementation for stateful inputs (elastic#19530)
  ...
melchiormoulin pushed a commit to melchiormoulin/beats that referenced this pull request Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci review skip-test-plan Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants