-
Notifications
You must be signed in to change notification settings - Fork 1k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: actions/runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.313.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: actions/runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.314.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 35 files changed
- 7 contributors
Commits on Feb 7, 2024
-
Prepare v2.313.0 Release (#3137)
* update runnerversion * update releaseNote.md * update-releasenote
Configuration menu - View commit details
-
Copy full SHA for 31318d8 - Browse repository at this point
Copy the full SHA 31318d8View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7255957 - Browse repository at this point
Copy the full SHA 7255957View commit details
Commits on Feb 15, 2024
-
Process
snapshot
tokens (#3135)* Added Snapshot TemplateToken to AgentJobRequestMessage * WIP for processing the snapshot token * Changed snapshot post job step condition to Success, added comments * Refactored snapshot post-job step * Added evaluation of snapshot token to retrieve image name * Added snapshot to workflow schema * Fixed linter error * Migrated snapshot logic to new SnapshotOperationProvider * Fixed linter error * Fixed linter errors * Fixed linter error * Fixed linter errors * Updated L0 tests * Fixed linter errors * Added new JobExtensionL0 tests for snapshot post-job step * Added JobExtensionL0 test case for snapshot mappings * Added SnapshotOperationProviderL0 tests * Enabled nullable types for SnapshotOperationProvider and its tests * Added more assertions to SnapshotOperationProviderL0 tests * Fixed linter errors * Made sure TestHostContexts are disposed of properlyh in SnapshotOperationProviderL0 tests * Resolved PR comments * Fixed formatting * Removed redundant reference * Addressed PR comments
Configuration menu - View commit details
-
Copy full SHA for 927b26a - Browse repository at this point
Copy the full SHA 927b26aView commit details
Commits on Feb 19, 2024
-
Upgrade dotnet sdk to v6.0.419 (#3158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3db5c90 - Browse repository at this point
Copy the full SHA 3db5c90View commit details
Commits on Feb 21, 2024
-
handle broker run service exception handling (#3163)
* handle run service exception handling * force fail always * format * format
Configuration menu - View commit details
-
Copy full SHA for b19b946 - Browse repository at this point
Copy the full SHA b19b946View commit details -
Add a retry logic to docker login operation (#3089)
While there's an existing retry mechanism for the `docker pull` command [^1], it's missing for `docker login`. Similar to the `docker pull` scenario, the container registry could potentially be briefly unavailable or inaccessible, leading to failed `docker login` attempt and subsequent workflow run failures. Since it's container based workflow, there is not way to retry on customer side. The runner should retry itself. It also aligns with community feedback [^2]. [^1]: https://github.com/actions/runner/blob/8e0cd36cd8c74c3067ffe10189c1e42f7e753af2/src/Runner.Worker/ContainerOperationProvider.cs#L201 [^2]: https://github.com/orgs/community/discussions/73069 Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6603bfb - Browse repository at this point
Copy the full SHA 6603bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3449d5f - Browse repository at this point
Copy the full SHA 3449d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d296014 - Browse repository at this point
Copy the full SHA d296014View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 034c51c - Browse repository at this point
Copy the full SHA 034c51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 601d3de - Browse repository at this point
Copy the full SHA 601d3deView commit details -
Prepare v2.314.0 release (#3172)
* Prepare v2.314.0 release * update releaseNoteMd
Configuration menu - View commit details
-
Copy full SHA for d8bce88 - Browse repository at this point
Copy the full SHA d8bce88View commit details
There are no files selected for viewing