Skip to content

Conversation

@cgwalters
Copy link
Member

This is a hack to work around the lack of
coreos/rpm-ostree@0556152
for RHEL 8.6 and below.

A recent PR in the MCO openshift/machine-config-operator#3243
tipped things over the edge and we now see failures a lot more often.

@openshift-ci openshift-ci bot requested review from aaradhak and saqibali-2k July 18, 2022 20:32
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 18, 2022
@cgwalters cgwalters changed the title Greatly raise StartLimitBurst for rpm-ostreed.service Bug 2108320: Greatly raise StartLimitBurst for rpm-ostreed.service Jul 18, 2022
@cgwalters
Copy link
Member Author

/bugzilla refresh

@openshift-ci openshift-ci bot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jul 18, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 18, 2022

@cgwalters: This pull request references Bugzilla bug 2108320, which is invalid:

  • expected the bug to target the "4.12.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 2108320: Greatly raise StartLimitBurst for rpm-ostreed.service

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
Copy link
Contributor

openshift-ci bot commented Jul 18, 2022

@cgwalters: This pull request references Bugzilla bug 2108320, which is invalid:

  • expected the bug to target the "4.12.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

/bugzilla refresh

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.

@cgwalters
Copy link
Member Author

/bugzilla refresh

@openshift-ci openshift-ci bot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Jul 18, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 18, 2022

@cgwalters: This pull request references Bugzilla bug 2108320, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.12.0) matches configured target release for branch (4.12.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @mike-nguyen

Details

In response to this:

/bugzilla refresh

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 requested a review from mike-nguyen July 18, 2022 20:40
#!/bin/bash
set -euo pipefail
# https://github.com/coreos/rpm-ostree/pull/3523/commits/0556152adb14a8e1cdf6c5d6f234aacbe8dd4e3f
for x in $(seq 10); do rpm-ostree status >/dev/null; done
Copy link
Member Author

@cgwalters cgwalters Jul 18, 2022

Choose a reason for hiding this comment

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

It's really this easy to reproduce the bug without this patch, just run this shell script one liner.

@mike-nguyen
Copy link
Member

ci logs show

2022-07-18T21:27:42Z kola: Found non-executable file with shebang: startlimit.sh

This is a hack to work around the lack of
coreos/rpm-ostree@0556152
for RHEL 8.6 and below.

A recent PR in the MCO openshift/machine-config-operator#3243
tipped things over the edge and we now see failures a lot more often.
@cgwalters cgwalters force-pushed the workaround-rpmostreed branch from 7f8348b to 88d6e1e Compare July 19, 2022 13:02
@cgwalters
Copy link
Member Author

2022-07-18T21:27:42Z kola: Found non-executable file with shebang: startlimit.sh

🙏 thanks! fixed

@travier
Copy link
Member

travier commented Jul 19, 2022

LGTM. Pending CI logs to make sure that the test ran.

@sinnykumari
Copy link

periodic-image test failed due to missing base kernel package:

 ERRO[2022-07-19T14:59:31Z] 
  * could not run steps: step rhcos-extensions failed: the build rhcos-extensions failed after 13m16s with reason DockerBuildFailed: Dockerfile build strategy has failed.
[2/4] STEP 8/8: RUN rpm-ostree compose extensions --rootfs...usr/share/rpm-ostree/extensions/ {manifest,extensions}.yaml 
error: parsing extensions.yaml: couldn't find base package kernel

Is this something flake?

@cgwalters
Copy link
Member Author

It's an unrelated failure #897 - this PR can't break that

@cgwalters
Copy link
Member Author

that prow context is not gating but might as well
/override ci/prow/periodic-images

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 19, 2022

@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/periodic-images

Details

In response to this:

that prow context is not gating but might as well
/override ci/prow/periodic-images

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
Copy link
Contributor

openshift-ci bot commented Jul 19, 2022

@cgwalters: all tests passed!

Full PR test history. Your PR dashboard.

Details

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.

@sinnykumari
Copy link

Since, there are no objection so far from reviewers and failing test is unrelated, adding my lgtm to get this in.
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 19, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 19, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cgwalters, sinnykumari

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

The pull request process is described here

Details 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 merged commit f9a029d into openshift:master Jul 19, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 19, 2022

@cgwalters: All pull requests linked via external trackers have merged:

Bugzilla bug 2108320 has been moved to the MODIFIED state.

Details

In response to this:

Bug 2108320: Greatly raise StartLimitBurst for rpm-ostreed.service

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.

@cgwalters
Copy link
Member Author

/cherrypick release-4.11

@openshift-cherrypick-robot

@cgwalters: new pull request created: #900

Details

In response to this:

/cherrypick release-4.11

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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants