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

Cherry-pick #19960 to 7.x: [ci] Favor direct mage invocation on CI #20030

Merged
merged 2 commits into from
Jul 29, 2020

Conversation

andrewkroh
Copy link
Member

@andrewkroh andrewkroh commented Jul 17, 2020

Cherry-pick of PR #19960 to 7.x branch. Original message:

What does this PR do?

Favor direct mage invocation on CI.

This changes Jenkins and Travis to directly invoke mage where
possible instead of going through make. Some of the remaining
make don't yet have a mage equivalant (mainly crosscompile).

For Packetbeat this add Jenkins stages to test on darwin and Windows.

There were a few fixes I had to make related to these changes:

  • Add some mage target dependencies to ensure fields and dashboards
    are ready when tests use them.
  • Swap the order of the Go imports for dev-tools/mage/targets/integtest
    and unittest so that unit tests run before integ tests when running
    the 'mage test' target.
  • chown the shared Python venv that is in the root of the repo after
    Dockerized integ tests exit to ensure there are no permissions issues
    caused by root owned files.
  • I found a few Python string encoding issues that caused tests failures.
    I thought we fixed these during the Python 3 conversion, but something
    here exposed a few that we didn't address.

One thing of note that I did not correct. Journalbeat has system tests
but they are not executed. The existing/old Makefile has SYSTEM_TESTS=false
so they are not executed. So when I switched it to mage I left it as
'mage goUnitTest' to avoid the Python when failed when I tried it.

Why is it important?

We want to remove the older Makefile logic so we need to migrate towards mage.

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.

@andrewkroh andrewkroh requested a review from a team as a code owner July 17, 2020 14:51
@andrewkroh andrewkroh added [zube]: In Review backport Team:Automation Label for the Observability productivity team labels Jul 17, 2020
@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Jul 17, 2020
@andrewkroh
Copy link
Member Author

Looks like a mix of unrelated failures (failure to download Kafka, failure to upload code coverage reports).

This changes Jenkins and Travis to directly invoke mage where
possible instead of going through make. Some of the remaining
make don't yet have a mage equivalant (mainly crosscompile).

For Packetbeat this add Jenkins stages to test on darwin and Windows.

There were a few fixes I had to make related to these changes:

- Add some mage target dependencies to ensure fields and dashboards
  are ready when tests use them.
- Swap the order of the Go imports for dev-tools/mage/targets/integtest
  and unittest so that unit tests run before integ tests when running
  the 'mage test' target.
- chown the shared Python venv that is in the root of the repo after
  Dockerized integ tests exit to ensure there are no permissions issues
  caused by root owned files.
- I found a few Python string encoding issues that caused tests failures.
  I thought we fixed these during the Python 3 conversion, but something
  here exposed a few that we didn't address.

One thing of note that I did not correct. Journalbeat has system tests
but they are not executed. The existing/old Makefile has SYSTEM_TESTS=false
so they are not executed. So when I switched it to mage I left it as
'mage goUnitTest' to avoid the Python when failed when I tried it.

(cherry picked from commit 4a1f800)
@andrewkroh andrewkroh force-pushed the backport_19960_7.x branch from 6005cc7 to 9876b78 Compare July 28, 2020 21:00
@andrewkroh andrewkroh added the ci label Jul 28, 2020
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 28, 2020

💔 Tests Failed

Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: [Pull request #20030 updated]

  • Start Time: 2020-07-28T21:40:59.568+0000

  • Duration: 126 min 26 sec

Test stats 🧪

Test Results
Failed 14
Passed 17563
Skipped 1822
Total 19399

Test errors

Expand to view the tests failures

  • Name: Build and Test / Libbeat / Libbeat oss / TestDockerStart – docker

    • Age: 1
    • Duration: 12.39
    • Error Details: Failed
  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.115
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_connected_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.133
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_enrichment – test_system_socket.Test

    • Age: 1
    • Duration: 60.121
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_long_request – test_system_socket.Test

    • Age: 1
    • Duration: 60.137
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.118
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_dns_unidirectional_udp – test_system_socket.Test

    • Age: 1
    • Duration: 60.118
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_multi_udp_upv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.128
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_no_dns_enrichment – test_system_socket.Test

    • Age: 1
    • Duration: 60.112
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_tcp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.114
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_tcp_ipv6_disabled – test_system_socket.Test

    • Age: 1
    • Duration: 60.107
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv4 – test_system_socket.Test

    • Age: 1
    • Duration: 60.106
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv6 – test_system_socket.Test

    • Age: 1
    • Duration: 60.113
    • Error Details: Expected exit code to be 0, but it was 1
  • Name: Build and Test / Auditbeat x-pack / test_udp_ipv6_disabled – test_system_socket.Test

    • Age: 1
    • Duration: 60.131
    • Error Details: Expected exit code to be 0, but it was 1

Steps errors

Expand to view the steps failures

  • Name: Report to Codecov

    • Description: .ci/scripts/report-codecov.sh auditbeat filebeat heartbeat journalbeat libbeat metricbeat packetbeat winlogbeat

    • Duration: 1 min 26 sec

    • Start Time: 2020-07-28T22:29:01.160+0000

    • log

  • Name: Mage build unitTest

    • Description: mage build unitTest

    • Duration: 5 min 38 sec

    • Start Time: 2020-07-28T23:42:11.497+0000

    • log

  • Name: Mage update build test

    • Description: mage update build test

    • Duration: 22 min 17 sec

    • Start Time: 2020-07-28T22:15:52.659+0000

    • log

  • Name: Mage build test

    • Description: mage build test

    • Duration: 25 min 6 sec

    • Start Time: 2020-07-28T22:15:51.299+0000

    • log

Log output

Expand to view the last 100 lines of log output

[2020-07-28T23:46:52.038Z] Stashed 1 file(s)
[2020-07-28T23:46:52.055Z] Archiving artifacts
[2020-07-28T23:46:52.567Z] [INFO] system-tests=''. If no empty then let's create a tarball
[2020-07-28T23:46:53.886Z] Failed in branch Heartbeat
[2020-07-28T23:46:54.037Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats
[2020-07-28T23:46:54.356Z] + find . -type f -name TEST*.xml -path */build/* -delete
[2020-07-28T23:46:54.368Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Lint
[2020-07-28T23:46:54.452Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Elastic-Agent-Mac-OS-X
[2020-07-28T23:46:54.538Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Elastic-Agent-x-pack
[2020-07-28T23:46:54.624Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Winlogbeat-oss
[2020-07-28T23:46:54.708Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-x-pack-Mac-OS-X
[2020-07-28T23:46:54.791Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-oss-Mac-OS-X
[2020-07-28T23:46:54.873Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-crosscompile
[2020-07-28T23:46:54.957Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Journalbeat-oss
[2020-07-28T23:46:55.041Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Dockerlogbeat
[2020-07-28T23:46:55.178Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Generators-Metricbeat-Linux
[2020-07-28T23:46:55.261Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-Mac-OS-X
[2020-07-28T23:46:55.345Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Functionbeat-x-pack
[2020-07-28T23:46:55.430Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Elastic-Agent-x-pack-Windows
[2020-07-28T23:46:55.518Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Packetbeat-Linux
[2020-07-28T23:46:55.601Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack-Mac-OS-X
[2020-07-28T23:46:55.679Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-OSS-Unit-tests
[2020-07-28T23:46:55.758Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Heartbeat-oss
[2020-07-28T23:46:55.836Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-oss-Windows
[2020-07-28T23:46:55.914Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Winlogbeat-Windows-x-pack
[2020-07-28T23:46:55.992Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-crosscompile
[2020-07-28T23:46:56.071Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-x-pack-Windows
[2020-07-28T23:46:56.150Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Functionbeat-Mac-OS-X-x-pack
[2020-07-28T23:46:56.229Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-oss-Linux
[2020-07-28T23:46:56.313Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Filebeat-x-pack-Mac-OS-X
[2020-07-28T23:46:56.394Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Libbeat-x-pack
[2020-07-28T23:46:56.472Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Heartbeat-Mac-OS-X
[2020-07-28T23:46:56.551Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Filebeat-x-pack-Windows
[2020-07-28T23:46:56.637Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Packetbeat-Mac-OS-X
[2020-07-28T23:46:56.721Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Filebeat-Windows
[2020-07-28T23:46:56.804Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Winlogbeat-Windows
[2020-07-28T23:46:56.896Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack-Windows
[2020-07-28T23:46:56.977Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-Windows
[2020-07-28T23:46:57.066Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Generators-Beat-Linux
[2020-07-28T23:46:57.147Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Auditbeat-x-pack
[2020-07-28T23:46:57.225Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Filebeat-Mac-OS-X
[2020-07-28T23:46:57.316Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Libbeat-oss
[2020-07-28T23:46:57.400Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Functionbeat-Windows
[2020-07-28T23:46:57.489Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Filebeat-x-pack
[2020-07-28T23:46:57.573Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Packetbeat-Windows
[2020-07-28T23:46:57.651Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Filebeat-oss
[2020-07-28T23:46:57.731Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-OSS-Python-Integration-tests
[2020-07-28T23:46:57.812Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests
[2020-07-28T23:46:57.890Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Generators-Metricbeat-Mac-OS-X
[2020-07-28T23:46:57.970Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Generators-Beat-Mac-OS-X
[2020-07-28T23:46:58.049Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack
[2020-07-28T23:46:58.130Z] Running in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Heartbeat-Windows
[2020-07-28T23:46:58.490Z] + cat
[2020-07-28T23:46:58.490Z] + /usr/local/bin/runbld ./runbld-script
[2020-07-28T23:46:58.490Z] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[2020-07-28T23:47:05.089Z] runbld>>> runbld started
[2020-07-28T23:47:05.089Z] runbld>>> 1.6.12/f45d832f2ba0aa2722ab4ec1fda8ad140f027f8b
[2020-07-28T23:47:07.008Z] runbld>>> The following profiles matched the job 'Beats/beats/PR-20030' in order of occurrence in the config (last value wins).
[2020-07-28T23:47:08.389Z] runbld>>> Debug logging enabled.
[2020-07-28T23:47:08.389Z] runbld>>> Storing result
[2020-07-28T23:47:08.389Z] runbld>>> Store result: created {:total 2, :successful 2, :failed 0} 1
[2020-07-28T23:47:08.389Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200728234708-B4412232
[2020-07-28T23:47:08.389Z] runbld>>> Adding system facts.
[2020-07-28T23:47:09.815Z] runbld>>> Adding vcs info for the latest commit:  7bef11b84b054969b55334ba2174e5c4ab1e6dbe
[2020-07-28T23:47:09.815Z] runbld>>> >>>>>>>>>>>> SCRIPT EXECUTION BEGIN >>>>>>>>>>>>
[2020-07-28T23:47:09.815Z] runbld>>> Adding /usr/lib/jvm/java-8-openjdk-amd64/bin to the path.
[2020-07-28T23:47:09.815Z] Processing JUnit reports with runbld...
[2020-07-28T23:47:09.815Z] + echo 'Processing JUnit reports with runbld...'
[2020-07-28T23:47:10.075Z] runbld>>> <<<<<<<<<<<< SCRIPT EXECUTION END <<<<<<<<<<<<
[2020-07-28T23:47:10.075Z] runbld>>> DURATION: 42ms
[2020-07-28T23:47:10.075Z] runbld>>> STDOUT: 40 bytes
[2020-07-28T23:47:10.075Z] runbld>>> STDERR: 49 bytes
[2020-07-28T23:47:10.075Z] runbld>>> WRAPPED PROCESS: SUCCESS (0)
[2020-07-28T23:47:10.075Z] runbld>>> Searching for build metadata in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats
[2020-07-28T23:47:11.014Z] runbld>>> Storing build metadata: 
[2020-07-28T23:47:11.014Z] runbld>>> Adding test report.
[2020-07-28T23:47:11.014Z] runbld>>> Searching for junit test output files with the pattern: TEST-.*\.xml$ in: /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats
[2020-07-28T23:47:11.953Z] runbld>>> Found 134 test output files
[2020-07-28T23:47:12.892Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-openmetrics.xml
[2020-07-28T23:47:12.892Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-iis.xml
[2020-07-28T23:47:13.152Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-istio.xml
[2020-07-28T23:47:13.152Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-tomcat.xml
[2020-07-28T23:47:13.152Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-x-pack/x-pack/metricbeat/build/TEST-go-integration-activemq.xml
[2020-07-28T23:47:13.152Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-graphite.xml
[2020-07-28T23:47:13.152Z] runbld>>> No testsuite node found in /var/lib/jenkins/workspace/Beats_beats_PR-20030/src/github.com/elastic/beats/Metricbeat-OSS-Go-Integration-tests/metricbeat/build/TEST-go-integration-windows.xml
[2020-07-28T23:47:15.688Z] runbld>>> Test output logs contained: Errors: 0 Failures: 14 Tests: 19253 Skipped: 1545
[2020-07-28T23:47:15.688Z] runbld>>> Storing result
[2020-07-28T23:47:15.688Z] runbld>>> FAILURES: 14
[2020-07-28T23:47:18.978Z] runbld>>> Store result: updated {:total 2, :successful 2, :failed 0} 2
[2020-07-28T23:47:18.978Z] runbld>>> BUILD: https://c150076387b5421f9154dfbf536e5c60.us-west1.gcp.cloud.es.io:9243/build-1587637540455/t/20200728234708-B4412232
[2020-07-28T23:47:18.979Z] runbld>>> Email notification disabled by environment variable.
[2020-07-28T23:47:18.979Z] runbld>>> Slack notification disabled by environment variable.
[2020-07-28T23:47:24.487Z] Running on worker-395930 in /var/lib/jenkins/workspace/Beats_beats_PR-20030
[2020-07-28T23:47:24.592Z] [INFO] getVaultSecret: Getting secrets
[2020-07-28T23:47:24.670Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2020-07-28T23:47:26.665Z] + chmod 755 generate-build-data.sh
[2020-07-28T23:47:26.665Z] + ./generate-build-data.sh https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20030/ https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20030/runs/3 FAILURE 7585695
[2020-07-28T23:47:26.665Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20030/runs/3/steps/?limit=10000 -o steps-info.json
[2020-07-28T23:47:28.926Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20030/runs/3/tests/?status=FAILED -o tests-errors.json
[2020-07-28T23:47:30.379Z] INFO: curl https://beats-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/Beats/beats/PR-20030/runs/3/log/ -o pipeline-log.txt

@andrewkroh andrewkroh merged commit 4c6dba2 into elastic:7.x Jul 29, 2020
@zube zube bot removed the [zube]: Done label Oct 27, 2020
@andrewkroh andrewkroh deleted the backport_19960_7.x branch January 14, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport ci Team:Automation Label for the Observability productivity team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants