-
Notifications
You must be signed in to change notification settings - Fork 28
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
enhance(starlark): make execution step limit configurable #947
Merged
Commits on Aug 28, 2023
-
Increase Starlark execution limit, abstract limit resolver
5,000 was too few to enable the example added to the testdata to work, so was 6,000. I chose 7,500 arbitrarily after a test at 10,000 and both worked. In the long term, this should probably be configurable so as not to require recompilation. For now, this kicks the can down the road while allowing this build matrix use case to exist.
Configuration menu - View commit details
-
Copy full SHA for 1b95cf6 - Browse repository at this point
Copy the full SHA 1b95cf6View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2c5db6 - Browse repository at this point
Copy the full SHA d2c5db6View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3547e2a - Browse repository at this point
Copy the full SHA 3547e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a477d - Browse repository at this point
Copy the full SHA 85a477dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d98328 - Browse repository at this point
Copy the full SHA 4d98328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a9da6 - Browse repository at this point
Copy the full SHA 20a9da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df7a196 - Browse repository at this point
Copy the full SHA df7a196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 294a893 - Browse repository at this point
Copy the full SHA 294a893View commit details -
Configuration menu - View commit details
-
Copy full SHA for c588a46 - Browse repository at this point
Copy the full SHA c588a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ee3eb - Browse repository at this point
Copy the full SHA b7ee3ebView commit details -
Merge branch 'enhance/configurable-starlark-exec-limit' of github.com…
…:go-vela/server into enhance/configurable-starlark-exec-limit
Configuration menu - View commit details
-
Copy full SHA for afc99b7 - Browse repository at this point
Copy the full SHA afc99b7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.