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

OCPBUGS-20198: Bump fedora-coreos-config #1371

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

coreosbot-releng
Copy link

@coreosbot-releng coreosbot-releng commented Sep 22, 2023

Created by GitHub workflow (source).

Aashish Radhakrishnan (2):
      denylist: snooze ext.config.docker.basic on rawhide
      denylist: drop ext.config.kdump.crash test

Jonathan Lebon (4):
      05core/dracut: enable `iscsi` module
      kola/expected-contents: only check for `iscsi_ibft` on supported arches
      manifests: add crun-wasm.yaml
      Revert "coreos-teardown-initramfs: use NetworkManager to teardown networking"

Michael Armijo (1):
      overrides: fast-track glibc-2.37-10.fc38

Steven Presti (1):
      manifest: add bash-color-prompt for >= f39 fixes coreos/fedora-coreos-tracker#1567

Timothée Ravier (3):
      tests/kola/docker: Add a basic docker run test
      ci & tests: Switch to quay.io/fedora/fedora
      tests/kola/docker/basic: Only run on FCOS

gursewak1997 (5):
      upgrade/extended: Get latest release from update server This test fails when it is run during the time period between the stream build and the release. Updated the test to get the last_release from update server and check if there's an edge pointing to it.
      upgrade/extended: Fix last_release_index extraction method Initially, I was getting the last_release_index from the update json file itself under key org.fedoraproject.coreos.releases.age_index whereas we are using the actual index value of the versions as edge values in edges array
      denylist: extend snooze for coreos.ignition.ssh.key
      denylist: bump snooze for ext.config.kdump.crash on aarch64 This test is still failing.
      denylist: snooze kdump.crash for ppc64le in rawhide

@coreosbot-releng coreosbot-releng force-pushed the fcc-sync branch 2 times, most recently from ecfb84d to 2c73636 Compare September 24, 2023 00:02
@jmarrero
Copy link
Member

/retest-required
/lgtm
/approve

@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 Sep 26, 2023
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 27, 2023
@coreosbot-releng coreosbot-releng force-pushed the fcc-sync branch 3 times, most recently from 4d6a997 to 232fd95 Compare September 29, 2023 14:48
@jlebon
Copy link
Member

jlebon commented Sep 29, 2023

This contains the fix for https://issues.redhat.com/browse/OCPBUGS-19811.

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 29, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD b86ac33 and 2 for PR HEAD 232fd95 in total

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Sep 30, 2023
@jmarrero
Copy link
Member

jmarrero commented Oct 1, 2023

/retest-required
/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 1, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD b86ac33 and 2 for PR HEAD eeda12e in total

@jmarrero
Copy link
Member

jmarrero commented Oct 2, 2023

/retest-required

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 3, 2023
@jmarrero
Copy link
Member

jmarrero commented Oct 3, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 3, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD b86ac33 and 2 for PR HEAD ef807cf in total

@openshift-merge-robot
Copy link
Contributor

@coreosbot-releng: 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/scos-9-build-test-qemu ef807cf link true /test scos-9-build-test-qemu
ci/prow/rhcos-92-build-test-qemu ef807cf link true /test rhcos-92-build-test-qemu

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.

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD b2cf889 and 1 for PR HEAD ef807cf in total

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 5, 2023
@travier
Copy link
Member

travier commented Oct 5, 2023

--- FAIL: ext.config.shared.docker.basic (56.67s)
        cluster.go:162: Error: Unit kola-runext.service exited with code 127

Arg, I missed making this test FCOS only. Will make a PR.

@travier
Copy link
Member

travier commented Oct 5, 2023

Aashish Radhakrishnan (2):
      denylist: snooze ext.config.docker.basic on rawhide
      denylist: drop ext.config.kdump.crash test

Jonathan Lebon (4):
      05core/dracut: enable `iscsi` module
      kola/expected-contents: only check for `iscsi_ibft` on supported arches
      manifests: add crun-wasm.yaml
      Revert "coreos-teardown-initramfs: use NetworkManager to teardown networking"

Michael Armijo (1):
      overrides: fast-track glibc-2.37-10.fc38

Steven Presti (1):
      manifest: add bash-color-prompt for >= f39 fixes coreos/fedora-coreos-tracker#1567

Timothée Ravier (3):
      tests/kola/docker: Add a basic docker run test
      ci & tests: Switch to quay.io/fedora/fedora
      tests/kola/docker/basic: Only run on FCOS

gursewak1997 (5):
      upgrade/extended: Get latest release from update server This test fails when it is run during the time period between the stream build and the release. Updated the test to get the last_release from update server and check if there's an edge pointing to it.
      upgrade/extended: Fix last_release_index extraction method Initially, I was getting the last_release_index from the update json file itself under key org.fedoraproject.coreos.releases.age_index whereas we are using the actual index value of the versions as edge values in edges array
      denylist: extend snooze for coreos.ignition.ssh.key
      denylist: bump snooze for ext.config.kdump.crash on aarch64 This test is still failing.
      denylist: snooze kdump.crash for ppc64le in rawhide
@jlebon
Copy link
Member

jlebon commented Oct 5, 2023

Forced a GHA rerun for this since it should now have everything we need. Thanks @travier for fixing the CI failure!

/approve
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 5, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 5, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coreosbot-releng, jlebon, jmarrero

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

openshift-ci bot commented Oct 5, 2023

@coreosbot-releng: all tests passed!

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.

@openshift-ci openshift-ci bot merged commit b539431 into openshift:master Oct 5, 2023
@sdodson
Copy link
Member

sdodson commented Oct 6, 2023

/retitle OCPBUGS-20198: Bump fedora-coreos-config

@openshift-ci openshift-ci bot changed the title Bump fedora-coreos-config OCPBUGS-20198: Bump fedora-coreos-config Oct 6, 2023
@openshift-ci-robot
Copy link

@coreosbot-releng: Jira Issue OCPBUGS-20198: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-20198 has been moved to the MODIFIED state.

In response to this:

Created by GitHub workflow (source).

Aashish Radhakrishnan (2):
     denylist: snooze ext.config.docker.basic on rawhide
     denylist: drop ext.config.kdump.crash test

Jonathan Lebon (4):
     05core/dracut: enable `iscsi` module
     kola/expected-contents: only check for `iscsi_ibft` on supported arches
     manifests: add crun-wasm.yaml
     Revert "coreos-teardown-initramfs: use NetworkManager to teardown networking"

Michael Armijo (1):
     overrides: fast-track glibc-2.37-10.fc38

Steven Presti (1):
     manifest: add bash-color-prompt for >= f39 fixes coreos/fedora-coreos-tracker#1567

Timothée Ravier (3):
     tests/kola/docker: Add a basic docker run test
     ci & tests: Switch to quay.io/fedora/fedora
     tests/kola/docker/basic: Only run on FCOS

gursewak1997 (5):
     upgrade/extended: Get latest release from update server This test fails when it is run during the time period between the stream build and the release. Updated the test to get the last_release from update server and check if there's an edge pointing to it.
     upgrade/extended: Fix last_release_index extraction method Initially, I was getting the last_release_index from the update json file itself under key org.fedoraproject.coreos.releases.age_index whereas we are using the actual index value of the versions as edge values in edges array
     denylist: extend snooze for coreos.ignition.ssh.key
     denylist: bump snooze for ext.config.kdump.crash on aarch64 This test is still failing.
     denylist: snooze kdump.crash for ppc64le in rawhide

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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants