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

Upgrade kind version used for k8s testing #30732

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Mar 8, 2022

What does this PR do?

Upgrade kind version to the latest one.

@ChrsMark ChrsMark added backport-v8.2.0 Automated backport with mergify Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team labels Mar 8, 2022
@ChrsMark ChrsMark self-assigned this Mar 8, 2022
@ChrsMark ChrsMark requested a review from a team as a code owner March 8, 2022 08:57
@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 Mar 8, 2022
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview [preview](https://ci-stats.elastic.co/app/apm/services/beats-ci/transactions/view?rangeFrom=2022-03-08T08:47:20.583Z&rangeTo=2022-03-08T09:07:20.583Z&transactionName=BUILD Beats/beats/PR-{number}&transactionType=job&latencyAggregationType=avg&traceId=168b0d59ef7b2430b9c3a0721f2e8e36&transactionId=cf5739ff69b200d9)

Expand to view the summary

Build stats

  • Start Time: 2022-03-08T08:57:20.583+0000

  • Duration: 111 min 33 sec

Test stats 🧪

Test Results
Failed 0
Passed 43000
Skipped 3846
Total 46846

💚 Flaky test report

Tests succeeded.

🤖 GitHub comments

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

  • /test : Re-trigger the build.

  • /package : Generate the packages and run the E2E tests.

  • /beats-tester : Run the installation tests with beats-tester.

  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@ChrsMark ChrsMark merged commit a92e38f into elastic:main Mar 8, 2022
@ChrsMark
Copy link
Member Author

ChrsMark commented Mar 8, 2022

@mdelapenya seems like the backport bot does not really handle the backports 🤔 ? I checked in the history and found some others that backports were not opened like #30631.

@v1v
Copy link
Member

v1v commented Mar 8, 2022

@ChrsMark, I'm afraid the backport-v8.2.0 is not yet available, and likely it points to main since main is 8.2 based. What branch would you need to backport this particular PR to? The backport definitions can be found in

beats/.mergify.yml

Lines 210 to 248 in a92e38f

- name: backport patches to 7.17 branch
conditions:
- merged
- label=backport-v7.17.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.17"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.0 branch
conditions:
- merged
- label=backport-v8.0.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.0"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
- name: backport patches to 8.1 branch
conditions:
- merged
- label=backport-v8.1.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.1"
labels:
- "backport"
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"

@ChrsMark
Copy link
Member Author

ChrsMark commented Mar 8, 2022

@v1v my goal is to make sure that this PR will make it to 8.2 and since ff for 8.1 has passed already I would expect that backporting to 8.2/8.x is the way to go now. Does this mean that master==8.2 at the moment?

@v1v
Copy link
Member

v1v commented Mar 8, 2022

Does this mean that master==8.2 at the moment?

I think so, though I'm not part of the release process for Beats.

As far as I see, you can see those details in:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v8.2.0 Automated backport with mergify Team:Automation Label for the Observability productivity team Team:Cloudnative-Monitoring Label for the Cloud Native Monitoring team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants