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

build: Reduce number of job history to 5 #5462

Merged
merged 1 commit into from
Oct 21, 2024
Merged

build: Reduce number of job history to 5 #5462

merged 1 commit into from
Oct 21, 2024

Conversation

MMaiero
Copy link
Contributor

@MMaiero MMaiero commented Oct 19, 2024

Setting build history size to 5 for CI jobs as suggested in https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2660#note_2839525

@mattdibi mattdibi merged commit 60c3201 into develop Oct 21, 2024
12 checks passed
@mattdibi mattdibi deleted the MMaiero-patch-1 branch October 21, 2024 06:20
@eclipse-kura-bot
Copy link

The backport to release-5.0.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-5.0.0 release-5.0.0
# Navigate to the new working tree
cd .worktrees/backport-release-5.0.0
# Create a new branch
git switch --create backport-5462-to-release-5.0.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 60c3201e3f61b9d5757f37e293201fc6c2e21169
# Push it to GitHub
git push --set-upstream origin backport-5462-to-release-5.0.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-5.0.0

Then, create a pull request where the base branch is release-5.0.0 and the compare/head branch is backport-5462-to-release-5.0.0.

@eclipse-kura-bot
Copy link

The backport to release-5.1.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-5.1.0 release-5.1.0
# Navigate to the new working tree
cd .worktrees/backport-release-5.1.0
# Create a new branch
git switch --create backport-5462-to-release-5.1.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 60c3201e3f61b9d5757f37e293201fc6c2e21169
# Push it to GitHub
git push --set-upstream origin backport-5462-to-release-5.1.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-5.1.0

Then, create a pull request where the base branch is release-5.1.0 and the compare/head branch is backport-5462-to-release-5.1.0.

@eclipse-kura-bot
Copy link

The backport to release-5.2.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-5.2.0 release-5.2.0
# Navigate to the new working tree
cd .worktrees/backport-release-5.2.0
# Create a new branch
git switch --create backport-5462-to-release-5.2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 60c3201e3f61b9d5757f37e293201fc6c2e21169
# Push it to GitHub
git push --set-upstream origin backport-5462-to-release-5.2.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-5.2.0

Then, create a pull request where the base branch is release-5.2.0 and the compare/head branch is backport-5462-to-release-5.2.0.

@eclipse-kura-bot
Copy link

The backport to release-5.3.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-5.3.0 release-5.3.0
# Navigate to the new working tree
cd .worktrees/backport-release-5.3.0
# Create a new branch
git switch --create backport-5462-to-release-5.3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 60c3201e3f61b9d5757f37e293201fc6c2e21169
# Push it to GitHub
git push --set-upstream origin backport-5462-to-release-5.3.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-5.3.0

Then, create a pull request where the base branch is release-5.3.0 and the compare/head branch is backport-5462-to-release-5.3.0.

@eclipse-kura-bot
Copy link

The backport to release-5.4.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-5.4.0 release-5.4.0
# Navigate to the new working tree
cd .worktrees/backport-release-5.4.0
# Create a new branch
git switch --create backport-5462-to-release-5.4.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 60c3201e3f61b9d5757f37e293201fc6c2e21169
# Push it to GitHub
git push --set-upstream origin backport-5462-to-release-5.4.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-5.4.0

Then, create a pull request where the base branch is release-5.4.0 and the compare/head branch is backport-5462-to-release-5.4.0.

eclipse-kura-bot pushed a commit that referenced this pull request Oct 21, 2024
eclipse-kura-bot pushed a commit that referenced this pull request Oct 21, 2024
mattdibi pushed a commit that referenced this pull request Oct 21, 2024
)

build: Reduce number of job history to 5 (#5462)

(cherry picked from commit 60c3201)

Co-authored-by: Matteo Maiero <[email protected]>
MMaiero added a commit that referenced this pull request Oct 21, 2024
)

build: Reduce number of job history to 5 (#5462)

(cherry picked from commit 60c3201)

Co-authored-by: Matteo Maiero <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants