Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Conversation

@v1v
Copy link
Member

@v1v v1v commented Apr 25, 2022

What does this PR do?

Rename special chars

Why is it important?

Avoid issues with some special chars if the provider is Google

Issue

See elastic/elastic-package#799

@v1v v1v added backport-v8.3.0 Automated backport with mergify backport-v8.1.0 Automated backport with mergify backport-v8.2.0 Automated backport with mergify backport-v7.17.0 Automated backport with mergify labels Apr 25, 2022
@v1v v1v self-assigned this Apr 25, 2022
@v1v v1v requested a review from a team April 25, 2022 15:22
@elasticmachine
Copy link
Contributor

💔 Tests Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-04-25T15:22:10.416+0000

  • Duration: 84 min 38 sec

Test stats 🧪

Test Results
Failed 7
Passed 308
Skipped 0
Total 315

Test errors 7

Expand to view the tests failures

Initializing / End-To-End Tests / fleet_debian_amd64_system_integration / Adding cpu system/metrics Integration to a Policy – System Integration
    Expand to view the error details

     Step "system/metrics" with "cpu" metrics are present in the datastreams 
    

  • no stacktrace
Initializing / End-To-End Tests / fleet_debian_arm64_system_integration / Adding core system/metrics Integration to a Policy – System Integration
    Expand to view the error details

     Step "system/metrics" with "core" metrics are present in the datastreams 
    

  • no stacktrace
Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from running pod – elastic-agent standalone
    Expand to view the error details

     Step "elastic-agent" collects events with "kubernetes.pod.name:a-pod": context deadline exceeded 
    

  • no stacktrace
Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from a pod with an init container – elastic-agent standalone
    Expand to view the error details

     Step "elastic-agent" collects events with "kubernetes.container.name:container-in-pod" 
    

  • no stacktrace
Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from short-living cronjobs – elastic-agent standalone
    Expand to view the error details

     Step "elastic-agent" collects events with "kubernetes.container.name:cronjob-container": context deadline exceeded 
    

  • no stacktrace
Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from failing pod – elastic-agent standalone
    Expand to view the error details

     Step "elastic-agent" collects events with "kubernetes.pod.name:a-failing-pod": context deadline exceeded 
    

  • no stacktrace
Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Metrics collection configured from targeted Redis Pod – elastic-agent standalone
    Expand to view the error details

     Step "elastic-agent" collects events with "kubernetes.pod.name:redis": context deadline exceeded 
    

  • no stacktrace

Steps errors 6

Expand to view the steps failures

Shell Script
  • Took 21 min 58 sec . View more details here
  • Description: ssh -tt -o TCPKeepAlive=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=10 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /var/lib/jenkins/workspace/PR-2419-1-b252e0bc-3079-4adc-ad43-f095fee52a8b/e2essh [email protected] -- 'sudo bash /home/admin/e2e-testing/.ci/scripts/functional-test.sh "system_integration && ~@nightly" '
Archive the artifacts
  • Took 0 min 1 sec . View more details here
  • Description: [2022-04-25T16:20:19.208Z] Archiving artifacts script returned exit code 2
Shell Script
  • Took 17 min 41 sec . View more details here
  • Description: ssh -tt -o TCPKeepAlive=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=10 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /var/lib/jenkins/workspace/PR-2419-1-27a62407-b5ae-464e-8a67-95076c669c1f/e2essh [email protected] -- 'sudo bash /home/admin/e2e-testing/.ci/scripts/functional-test.sh "system_integration && ~@nightly" '
Archive the artifacts
  • Took 0 min 1 sec . View more details here
  • Description: [2022-04-25T16:16:56.919Z] Archiving artifacts script returned exit code 2
Shell Script
  • Took 45 min 8 sec . View more details here
  • Description: ssh -tt -o TCPKeepAlive=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=10 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /var/lib/jenkins/workspace/PR-2419-1-b88b1e34-4e57-472b-9076-684191752b66/e2essh [email protected] -- 'sudo bash /home/admin/e2e-testing/.ci/scripts/functional-test.sh "elastic-agent && ~@nightly" '
Archive the artifacts
  • Took 0 min 1 sec . View more details here
  • Description: [2022-04-25T16:45:35.912Z] Archiving artifacts script returned exit code 2

🐛 Flaky test report

❕ There are test failures but not known flaky tests.

Expand to view the summary

Genuine test errors 7

💔 There are test failures but not known flaky tests, most likely a genuine test failure.

  • Name: Initializing / End-To-End Tests / fleet_debian_amd64_system_integration / Adding cpu system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / fleet_debian_arm64_system_integration / Adding core system/metrics Integration to a Policy – System Integration
  • Name: Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from running pod – elastic-agent standalone
  • Name: Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from a pod with an init container – elastic-agent standalone
  • Name: Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from short-living cronjobs – elastic-agent standalone
  • Name: Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Logs collection from failing pod – elastic-agent standalone
  • Name: Initializing / End-To-End Tests / kubernetes-autodiscover_debian_amd64_elastic-agent / Metrics collection configured from targeted Redis Pod – elastic-agent standalone

🤖 GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@amannocci amannocci self-requested a review April 25, 2022 23:02
@v1v v1v merged commit 33505ac into elastic:main Apr 26, 2022
mergify bot pushed a commit that referenced this pull request Apr 26, 2022
(cherry picked from commit 33505ac)

# Conflicts:
#	.ci/Jenkinsfile
mergify bot pushed a commit that referenced this pull request Apr 26, 2022
(cherry picked from commit 33505ac)

# Conflicts:
#	.ci/Jenkinsfile
mergify bot pushed a commit that referenced this pull request Apr 26, 2022
(cherry picked from commit 33505ac)

# Conflicts:
#	.ci/Jenkinsfile
mdelapenya added a commit that referenced this pull request Apr 26, 2022
… naming (#2426)

* ci: transform branch to allow the Google Labels naming (#2419)

(cherry picked from commit 33505ac)

# Conflicts:
#	.ci/Jenkinsfile

* fix: resolve conflicts

Co-authored-by: Victor Martinez <[email protected]>
Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya added a commit that referenced this pull request Apr 26, 2022
… naming (#2427)

* ci: transform branch to allow the Google Labels naming (#2419)

(cherry picked from commit 33505ac)

# Conflicts:
#	.ci/Jenkinsfile

* fix: resolve conflicts

Co-authored-by: Victor Martinez <[email protected]>
Co-authored-by: Manuel de la Peña <[email protected]>
v1v added a commit that referenced this pull request Apr 26, 2022
…s naming (#2428)

* ci: transform branch to allow the Google Labels naming (#2419)

(cherry picked from commit 33505ac)

# Conflicts:
#	.ci/Jenkinsfile

* fix: resolve conflicts

Co-authored-by: Victor Martinez <[email protected]>
Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya added a commit to mdelapenya/e2e-testing that referenced this pull request Apr 26, 2022
* main:
  fix: use empty string instead of null for ES' network.host (elastic#2429)
  ci: transform branch to allow the Google Labels naming (elastic#2419)
  Add metadata tags (elastic#2407)
  Add link to the users used to SSH into the Cloud EC2s (elastic#2392)
  fix: add EOF (elastic#2387)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

backport-v7.17.0 Automated backport with mergify backport-v8.1.0 Automated backport with mergify backport-v8.2.0 Automated backport with mergify backport-v8.3.0 Automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants