Tingluo Huang
29c09c5bf8
ignore this test
2021-07-08 17:22:46 -04:00
Tingluo Huang
09821e2169
Check runner group when there is only default runner group. ( #1172 )
...
* Check runner group when there is only `default` runner group.
* L0
2021-07-02 12:31:54 -04:00
Thomas Boop
7c90b2a929
Composite Actions ( #1170 )
...
Composite Actions Refactoring
2021-07-01 13:34:28 -04:00
Darshan Sen
0a6c34669c
send SIGKILL after 30s in gracefulShutdown() ( #1156 )
...
This resolves the TODO.
Fixes: https://github.com/actions/runner/issues/680
Signed-off-by: Darshan Sen <raisinten@gmail.com >
2021-06-21 12:07:39 -04:00
jeff
42fe704132
Add message size in chars and bytes ( #1100 )
...
* Add message size in chars and bytes
* Log hash of message body
2021-06-10 15:58:56 -04:00
Ferenc Hammerl
a1bcd5996b
Check if service exists before stopping it (Linux) ( #1135 )
...
* Check if service exists before stopping it
* Remove empty line (formatting)
* Use the same way as status to check service
* Revert formatting change
2021-06-08 13:27:19 +02:00
eric sciple
31584f4451
add comments ( #1137 )
2021-06-07 11:58:00 -04:00
Yann Soubeyrand
11939832df
Return 1 on service status when service is not installed ( #1018 )
2021-06-04 10:52:13 -04:00
Rob Bos
ebadce7958
Typo: Changed dockerManger to dockerManager ( #1133 )
2021-06-04 10:51:30 -04:00
Tingluo Huang
4d5d5b74ee
Ignore changes from BuildConstants.cs ( #1132 )
2021-06-03 16:19:26 -04:00
Ferenc Hammerl
8e907b19dc
Vscode launch scripts ( #1117 )
...
* Stop ignoring .vscode (launch scripts)
* Check in launch scripts for config and run
This can cause an issue with existing launch configuration on the machines of contributors.
* Improve error msg when runner is not configured
* Unignore .vscode/launch and tasks only
* Remove stopAtEntry and add eof newline
* Remove Runner.Listener from error message
* Rename tasks and run configs
* Ignore BuildConstants.cs
* Use better error msg
* Explain development steps in depth
* Add launch config to directly debug worker
* Update docs with VS Code tips
* Remove auto-generated comments
* Fix link to quickstart in vscode.md
* Remove ':' from link to quickstart
* Revert "Ignore BuildConstants.cs"
This reverts commit 0f13922a87 .
* Replace `.sh` with `.(sh/cmd)` in docs
2021-06-02 08:34:16 -04:00
Ferenc Hammerl
93ec16e14f
Wait for debugger to attach in Runner.Worker process ( #1101 )
...
* Wait for debugger to attach in Worker
Only if GITHUB_ACTIONS_RUNNER_ATTACH_DEBUGGER is set
* Only wait if env variable parses to boolean 'true'
* Add 30s timeout to the wait
* Clean up leftover line
* Decrease wait to 20s
* Use ConvertToBoolean isntead of TryParse
2021-05-27 16:05:48 +02:00
eric sciple
3a5ab37153
Handle job not found when ensuring previous dispatch finished ( #1083 )
2021-05-11 09:19:23 -05:00
eric sciple
419ed24c1e
rename nestedSteps to embeddedSteps ( #1071 )
2021-05-01 12:51:01 -05:00
eric sciple
7cc689b0d9
minor cleanup in composite ( #1045 )
2021-04-30 15:48:53 -05:00
Tingluo Huang
5941cceb7c
Unset NODE_ICU_DATA before starting node in NodeHandler. ( #1060 )
...
* Unset NODE_ICU_DATA before starting node in NodeHandler.
* Update src/Runner.Worker/Handlers/NodeScriptActionHandler.cs
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com >
Co-authored-by: Ross Brodbeck <hross@users.noreply.github.com >
2021-04-23 11:10:22 -04:00
eric sciple
fc4027b3f1
Bump version ( #1048 )
2021-04-16 15:45:55 +00:00
eric sciple
d14881b970
do not trucate error message from template evaluation ( #1038 )
2021-04-06 16:45:40 -04:00
David Wolf
be9632302c
Make FileShare ReadWrite ( #1033 )
...
* Make FileShare ReadWrite
* Update FileAccess to ReadWrite
* Update dotnet-install.ps1
* Update dotnet-install.ps1
* Update dotnet-install.ps1
* Update dotnet-install.sh
2021-04-01 16:54:23 -04:00
Ross Brodbeck
2b5ddd7c21
Add a default BuildConstants and change encoding on save ( #1026 )
2021-03-26 12:26:24 -04:00
eric sciple
8109c962f0
mask secrets with double-quotes when passed to docker command line ( #1002 )
2021-03-05 15:17:55 -06:00
Tim Etchells
af198237ca
Delete script files before replacing during update ( #984 )
...
* Delete script files before replacing during update
Signed-off-by: Tim Etchells <tetchel@gmail.com >
* Use IOUtil.DelteFile()
Co-authored-by: Tingluo Huang <tingluohuang@github.com >
2021-02-22 23:38:15 -05:00
Alberto Gimeno
1559ff15ec
Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided ( #990 )
...
* Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided
* Use GITHUB_TOKEN also for containers in containers.pkg.github.com
2021-02-18 21:55:58 -05:00
Thomas Boop
67ff8d3460
Release 2.277.1 runner ( #977 )
...
* Revert "Enable tty output from Docker Actions (#916 )"
5972bd0060
* Release notes
* add pr
2021-02-09 14:45:33 -05:00
Thomas Boop
6cbfbc3186
Add 2.277.0 release notes ( #975 )
...
* add 2.276.2 release notes
* major version these changes
2021-02-09 11:18:55 -05:00
Thomas Boop
195c2db5ef
Check Runner Zip Hash on Upgrade ( #967 )
...
* Check Hash if it exists on runner update
2021-02-09 10:52:46 -05:00
Tingluo Huang
50994bbb3b
add --check to the output of run.sh --help. ( #970 )
...
* add --check to the output of run.sh --help.
* feedback.
2021-02-09 10:17:54 -05:00
Lucas Costi
7b03699fbe
--check strings grammar improvements (#972 )
2021-02-08 00:23:14 -05:00
Yang Cao
bc3099793f
Display GITHUB_TOKEN permissions ( #966 )
...
* Display GITHUB TOKEN permissions
* Display permission list is best effort
* Remove newtonsoft dependency
2021-02-04 23:10:00 -05:00
Santiago Roman
b76d229da0
Fix usage of /dev/null and ping flag in run.sh ( #968 )
...
- Use /dev/null instead of nul
- Use -c instead of -n as a ping flag to specify number of packets to be
sent
2021-02-04 23:09:27 -05:00
TingluoHuang
fe3994bf1d
skip dotnet script testing.
2021-02-04 22:58:10 -05:00
TingluoHuang
0ae09e6713
Revert "update dotnet install script."
...
This reverts commit 2b4d5542aa .
2021-02-04 22:46:15 -05:00
TingluoHuang
2b4d5542aa
update dotnet install script.
2021-02-04 22:32:57 -05:00
Denis Baryshev
6b0f0c00b1
use correct exit code and delay on runner update in run.sh ( #963 )
...
Fix runner update script
2021-02-04 22:12:55 -05:00
Tingluo Huang
09760c0d69
Trace process error in RunnerService.js ( #955 )
2021-02-01 10:03:15 -05:00
Tingluo Huang
8f14466cbb
Add http POST to --check. ( #949 )
...
* Add http POST to --check.
* feedback.
2021-01-30 22:35:45 -05:00
Lokesh Gopu
59b30262ac
Update AgentPlatform for job timeline record ( #939 )
...
* Update AgentPlatform for job timeline record
* removed unused using
2021-01-25 11:14:28 -05:00
eric sciple
9efcec38cc
support authenticated package download ( #920 )
2021-01-23 14:19:59 -05:00
Joel Dickson
5972bd0060
Enable tty output from Docker Actions ( #916 )
...
* Update DockerCommandManager.cs
* Update StepHost.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com >
2021-01-21 22:35:57 -05:00
Thomas Boop
239cc0d7ca
prep 2.276.1 runner release ( #929 )
2021-01-21 14:02:36 -05:00
Thomas Boop
3fb915450a
Runner v2.276.0 fixes ( #928 )
...
* Revert "always use Fips Cryptography (#896 )"
3b34e203dc
* Revert "Update ldd check with dotnet 5."
4b6ded0a01
* Revert "Update SDK to .NET 5 (#799 )"
fc3ca9bb92
* Update dotnet-install scripts
2021-01-21 13:45:16 -05:00
Tingluo Huang
4b6ded0a01
Update ldd check with dotnet 5.
2021-01-15 09:14:55 -05:00
TingluoHuang
0953ffa62b
Prepare 2.276.0 runner release.
2021-01-14 13:55:13 -05:00
Tingluo Huang
7ee333b5cd
Adding --check to run a serials network test against GitHub or GHES. ( #900 )
...
* add --check.
2021-01-14 13:26:07 -05:00
Tingluo Huang
3b34e203dc
always use Fips Cryptography ( #896 )
2021-01-12 11:05:01 -05:00
Tingluo Huang
e808190dd2
add warning when running out of disk. ( #873 )
2021-01-05 21:49:11 -05:00
Yang Cao
d2cb9d7685
Ignore certain scenarios so they are not counted as infra failures ( #889 )
...
* Ignore certain scenarios so they are not counted as infra failures
* Check to make sure request is not cancelled
2021-01-05 16:08:02 -05:00
Tiago Silva
5ba6a2c78d
Add new ANDROID_SDK_ROOT environment variable ( #892 )
2021-01-05 13:39:47 -05:00
Adeel Mujahid
fc3ca9bb92
Update SDK to .NET 5 ( #799 )
2020-12-26 00:01:45 -05:00
Tingluo Huang
81a00fff3e
config runner via PAT. ( #874 )
2020-12-25 21:54:23 -05:00