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

Auto branching: Add randomness to branch name #17647

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

ogajduse
Copy link
Member

Problem Statement

date '+%n was not random enough. When two jobs run in parallel, they create a branch with the same name.

Solution

Adding %N to add microseconds to add a bit of random to it.

Related Issues

@ogajduse ogajduse added the No-CherryPick PR doesnt need CherryPick to previous branches label Feb 20, 2025
@ogajduse ogajduse self-assigned this Feb 20, 2025
@ogajduse ogajduse requested a review from a team as a code owner February 20, 2025 16:54
@ogajduse ogajduse merged commit 27d9816 into SatelliteQE:master Feb 20, 2025
9 checks passed
@ogajduse ogajduse deleted the fix/add-random-to-branching branch February 20, 2025 16:59
damoore044 pushed a commit to damoore044/robottelo that referenced this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No-CherryPick PR doesnt need CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants