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

Allow Parallel Tasks if GitUrl is path. #2430

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jdhayes
Copy link
Contributor

@jdhayes jdhayes commented Oct 16, 2024

Check if Git starts with '/' (is path not url) then skip limiting tasks. This way we can allow concurrent tasks within the same template , as long as it is safe (ie. not running git pull).

Check if Git starts with '/' (is path not url) then skip limiting tasks.
This way we can allow concurrent tasks within the same template , as long as it is safe (ie. not running git pull).
@jdhayes
Copy link
Contributor Author

jdhayes commented Oct 16, 2024

@fiftin This is very useful, it will allow a Task Template to run multiple tasks without compromising the 1 task per limit for "normal" GitUrl based repositories.

@fiftin
Copy link
Collaborator

fiftin commented Oct 16, 2024

@jdhayes did you test it?

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.

2 participants