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

[bot] Update jsonnet dependencies #1647

Conversation

openshift-monitoring-bot[bot]
Copy link

Description

This pull request updates all jsonnet dependencies listed in jsonnet/jsonnetfile.json to their latest versions and regenerates all assets.

If you wish to perform this manually, execute the following commands from the cluster-monitoring-operator repository:

make update
make generate

@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 25, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 25, 2022

Hi @openshift-monitoring-bot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@arajkumar
Copy link
Contributor

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 25, 2022
@jan--f
Copy link
Contributor

jan--f commented Apr 25, 2022

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 25, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jan--f, openshift-monitoring-bot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 25, 2022
@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch from a59a087 to 85b55ea Compare May 2, 2022 02:13
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 2, 2022

New changes are detected. LGTM label has been removed.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 2, 2022
@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch from 85b55ea to 83f3816 Compare May 9, 2022 02:08
expr: |
(
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 5
node_filesystem_avail_bytes{job="node-exporter",fstype!=""} / node_filesystem_size_bytes{job="node-exporter",fstype!=""} * 100 < 3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm the change comes from prometheus/node_exporter#2352 which is supposed to fix the critical/warning thresholds, not sure why we get the opposite result 🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️ the thresholds are swapped in mixin config. Thanks for the PR :)

@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch 2 times, most recently from 1db07cb to 293caff Compare May 16, 2022 01:56
@arajkumar
Copy link
Contributor

/skip
/retest

@arajkumar
Copy link
Contributor

/retest
/skip

1 similar comment
@JoaoBraveCoding
Copy link
Contributor

/retest
/skip

@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch from 01ed967 to 307c189 Compare May 30, 2022 02:12
@arajkumar
Copy link
Contributor

/retest

@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch from 307c189 to e6edca0 Compare June 6, 2022 02:07
@jan--f
Copy link
Contributor

jan--f commented Jun 10, 2022

Needs one more update, prometheus/node_exporter#2373 merged 1 day after the last bot push.

@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch from e6edca0 to 0d35cc9 Compare June 13, 2022 02:15
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@monitoring-commit-bot monitoring-commit-bot bot force-pushed the automated-updates-master-update-generate branch from 0d35cc9 to b4546e2 Compare June 20, 2022 02:08
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 20, 2022

@openshift-monitoring-bot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-agnostic-upgrade b4546e2 link true /test e2e-agnostic-upgrade
ci/prow/e2e-aws-single-node b4546e2 link false /test e2e-aws-single-node
ci/prow/images b4546e2 link true /test images
ci/prow/e2e-agnostic-operator b4546e2 link true /test e2e-agnostic-operator
ci/prow/e2e-agnostic b4546e2 link true /test e2e-agnostic

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@simonpasquier
Copy link
Contributor

/close

@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 23, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 23, 2022

@openshift-monitoring-bot[bot]: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot closed this Jun 23, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 23, 2022

@simonpasquier: Closed this PR.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants