forked from actions/runner
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync main into feature/s390x-support-gb-3-314-1 #2
Merged
mattrwi
merged 69 commits into
s390x-support-gb-3-314-1-sync-main
from
merge-conflicts/main
Oct 10, 2024
Merged
Sync main into feature/s390x-support-gb-3-314-1 #2
mattrwi
merged 69 commits into
s390x-support-gb-3-314-1-sync-main
from
merge-conflicts/main
Oct 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix summaries for actions results * remove negative
* Remove -f flag in wait when manually trap signal * Remove extra empty line
* consume pipelines service url if present updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility. * consume pipelines url updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
Add options to enforce actions execute on node20
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Handle new non-retryable exception type * Update ActionManager.cs
* Delete Actions Service session always * update tes
* Add new SessionConflict return code * formatting * Change return type of CreateSessionAsync to new enum * Update entry scripts to handle new exit code * Move enum
actions#3232) * backoff if we retried polling for more than 50 times in less than 30minutes * run dotnet format * move delay to after no message trace * run dotnet format
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Cleanup FF 'DistributedTask.UseWhich2'. * more ff.
…ns#3269) * Preserve dates when deserializing job message from Run Service * Preserve dates when deserializing job message from "Actions Run Service"
Nothing uses them anymore after actions#3074.
* Upgrade node20: 20.8.1 → 20.13.1 * Call out the release process for `alpine_nodejs` in a comment * move the comment to the end of the line so it's more obvious which variable it's talking about
(We don't actually install `git`. We simply get the prerequisites out of the way.)
* Bump xunit from 2.4.1 to 2.7.1 in /src Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.7.1. - [Commits](xunit/xunit@2.4.1...2.7.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Appease xunit warnings after upgrading to v2.7.1 * Appease the whitespace linter * Appease the whitespace linter --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Ellis <[email protected]>
* Revert "Upgrade dotnet sdk to v8.0.303 (actions#3388)" This reverts commit dbcaa7c. * Revert "Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (actions#3347)" This reverts commit 3dab1f1. * Revert "Upgrade dotnet sdk to v8.0.302 (actions#3346)" This reverts commit 8f1c723. * Revert "Bump runner to dotnet 8 (actions#3345)" This reverts commit 1e74a81.
* Revert "Warn for soon to be deprecated OS versions (actions#3413)" This reverts commit ae04147. * Add .NET 8 OS compatibility test * feedback
…n to match output, 3) modify output truncation length (actions#3427)
actions#3056) * fix: add `git` and `curl` to default packages installed Hi 👋🏼 These packages are used in a ton of actions on the marketplace. It would be nice if they were installed and ready for use instead of having to install them with `apt-get` on every single Github workflow. * Update Dockerfile * Update images/Dockerfile Co-authored-by: Guillermo Caracuel <[email protected]> * Update images/Dockerfile Co-authored-by: Tingluo Huang <[email protected]> --------- Co-authored-by: Guillermo Caracuel <[email protected]> Co-authored-by: Tingluo Huang <[email protected]>
* Adding Snapshot additional mapping tokens * Lint failure fixes * Lint failure fixes - 2 * Lint failure fixes - 3 * Fixed a few nits * Lint fixes * Removed unncessary white space
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add ref and type to job completion in run service * lint
mattrwi
changed the base branch from
feature/s390x-support-gb-3-314-1
to
feature/s390x-support-gb-3-314-1-test
October 10, 2024 10:16
mattrwi
changed the base branch from
feature/s390x-support-gb-3-314-1-test
to
s390x-support-gb-3-314-1-sync-main
October 10, 2024 10:38
mattrwi
merged commit Oct 10, 2024
6441e23
into
s390x-support-gb-3-314-1-sync-main
1 of 10 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.