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

[testing] tree: promote changes from testing-devel at f9458601ee8fa05286fa5157bce952da029a249b #3279

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

coreosbot-releng
Copy link

It's causing a CI failure and isn't used for <F42 for now.
@dustymabe
Copy link
Member

I had to add a commit to drop the fedora-bootc submodule temporarily as it was blocking CI and I don't understand why:

[2024-11-24T21:06:59.581Z] The recommended git tool is: git
[2024-11-24T21:07:02.355Z] using credential github-coreosbot-token-username-password
[2024-11-24T21:07:02.469Z] Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@61c8843a; decorates RemoteLauncher[hudson.remoting.Channel@7787fa36:JNLP4-connect connection from 10.129.3.250/10.129.3.250:40090] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
[2024-11-24T21:07:02.473Z] Cloning the remote Git repository
[2024-11-24T21:07:02.473Z] Cloning with configured refspecs honoured and without tags
[2024-11-24T21:07:02.529Z] Cloning repository https://github.com/coreos/fedora-coreos-config.git
[2024-11-24T21:07:02.543Z]  > git init /home/jenkins/agent/workspace/fedora-coreos-config_PR-3279/config # timeout=10
[2024-11-24T21:07:02.568Z] Fetching upstream changes from https://github.com/coreos/fedora-coreos-config.git
[2024-11-24T21:07:02.568Z]  > git --version # timeout=10
[2024-11-24T21:07:02.630Z]  > git --version # 'git version 2.27.0'
[2024-11-24T21:07:02.630Z] using GIT_ASKPASS to set credentials GitHub coreosbot token as username/password
[2024-11-24T21:07:02.637Z]  > git fetch --no-tags --force --progress -- https://github.com/coreos/fedora-coreos-config.git +refs/pull/3279/head:refs/remotes/origin/PR-3279 +refs/heads/testing:refs/remotes/origin/testing # timeout=10
[2024-11-24T21:07:03.068Z]  > git config remote.origin.url https://github.com/coreos/fedora-coreos-config.git # timeout=10
[2024-11-24T21:07:03.074Z]  > git config --add remote.origin.fetch +refs/pull/3279/head:refs/remotes/origin/PR-3279 # timeout=10
[2024-11-24T21:07:03.078Z]  > git config --add remote.origin.fetch +refs/heads/testing:refs/remotes/origin/testing # timeout=10
[2024-11-24T21:07:03.574Z] Fetching without tags
[2024-11-24T21:07:03.734Z] Merging remotes/origin/testing commit 5f10a0e6c417bb40edf4626a778f057a4e10d0a8 into PR head commit 752c17bdb888cf1e0b160a6dbee6c2eae89dfde6
[2024-11-24T21:07:03.877Z] Merge succeeded, producing 752c17bdb888cf1e0b160a6dbee6c2eae89dfde6
[2024-11-24T21:07:03.877Z] Checking out Revision 752c17bdb888cf1e0b160a6dbee6c2eae89dfde6 (PR-3279)
[2024-11-24T21:07:04.150Z] Commit message: "tree: promote changes from testing-devel at f9458601ee8fa05286fa5157bce952da029a249b"
[2024-11-24T21:07:03.569Z]  > git config remote.origin.url https://github.com/coreos/fedora-coreos-config.git # timeout=10
[2024-11-24T21:07:03.577Z] Fetching upstream changes from https://github.com/coreos/fedora-coreos-config.git
[2024-11-24T21:07:03.577Z] using GIT_ASKPASS to set credentials GitHub coreosbot token as username/password
[2024-11-24T21:07:03.578Z]  > git fetch --no-tags --force --progress -- https://github.com/coreos/fedora-coreos-config.git +refs/pull/3279/head:refs/remotes/origin/PR-3279 +refs/heads/testing:refs/remotes/origin/testing # timeout=10
[2024-11-24T21:07:03.739Z]  > git config core.sparsecheckout # timeout=10
[2024-11-24T21:07:03.754Z]  > git checkout -f 752c17bdb888cf1e0b160a6dbee6c2eae89dfde6 # timeout=10
[2024-11-24T21:07:03.856Z]  > git remote # timeout=10
[2024-11-24T21:07:03.861Z]  > git config --get remote.origin.url # timeout=10
[2024-11-24T21:07:03.865Z] using GIT_ASKPASS to set credentials GitHub coreosbot token as username/password
[2024-11-24T21:07:03.866Z]  > git merge 5f10a0e6c417bb40edf4626a778f057a4e10d0a8 # timeout=10
[2024-11-24T21:07:03.872Z]  > git rev-parse HEAD^{commit} # timeout=10
[2024-11-24T21:07:03.879Z]  > git config core.sparsecheckout # timeout=10
[2024-11-24T21:07:03.883Z]  > git checkout -f 752c17bdb888cf1e0b160a6dbee6c2eae89dfde6 # timeout=10
[2024-11-24T21:07:04.152Z]  > git rev-list --no-walk 752c17bdb888cf1e0b160a6dbee6c2eae89dfde6 # timeout=10
[2024-11-24T21:07:04.174Z]  > git remote # timeout=10
[2024-11-24T21:07:04.231Z]  > git submodule init # timeout=10
Could not perform submodule update

@dustymabe
Copy link
Member

Note: "Check promotion diffs" succeeded before the extra commit so I think we can ignore the failure here.

@c4rt0
Copy link
Member

c4rt0 commented Nov 25, 2024

Note: "Check promotion diffs" succeeded before the extra commit so I think we can ignore the failure here.

link

Copy link
Member

@c4rt0 c4rt0 left a comment

Choose a reason for hiding this comment

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

/lgtm

@dustymabe dustymabe merged commit 4bf6411 into coreos:testing Nov 25, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants