Thomas Boop
b1ebc2aae4
Hotfix 2.287.0 Release to remove entry point changes ( #1634 )
...
* Revert "Make `run.sh|cmd` handle update without quitting so containers using them as entrypoints don't exit on update (#1494 )"
d8251bf912
* update runnerversion
2022-01-27 16:01:12 -05:00
Tingluo Huang
8eacbdc79f
Runner config option to disable auto-update. ( #1558 )
...
* Runner config option to disable auto-update.
* Update src/Runner.Listener/Configuration/ConfigurationManager.cs
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
* Update src/Runner.Listener/Configuration/ConfigurationManager.cs
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
* Update src/Runner.Listener/Configuration/ConfigurationManager.cs
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
* Update src/Runner.Listener/Configuration/ConfigurationManager.cs
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
* feedback.
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
2022-01-26 13:23:24 -05:00
Ferenc Hammerl
d8251bf912
Make run.sh|cmd handle update without quitting so containers using them as entrypoints don't exit on update ( #1494 )
...
* Only execute post for actions that have one
* Working container runner update with run.sh
* Revert "Only execute post for actions that have one"
This reverts commit 9675941fdb .
* Relaunch the listener without quitting run.cmd
* Fix typo
* Extract most os run.sh logic so we can update it
* Add bash line endings
* Extract the logic from run.cmd
* Add EoF lines
* Add unexpected ERRORLEVEL messages to cmd
* Simplify contract between run and helper
* Remove unused exit
* WIP: run a copy of the helper so it's safe to update
* Throw NonRetryableException if not configured
* Log and format
* Fix typo
* Fix typo
* Use helper template system for bash as well
* Update run.sh
* Remove unnecessary comments
* Use ping instead of timeout
* Use localhost in ping-timeout (n times, w timeout)
Co-authored-by: Ferenc Hammerl <hammerl.ferenc@gmail.com >
2022-01-19 14:38:43 +01:00
Tingluo Huang
f2e210e5f3
Add trace to help debug IPC message corruption in runner. ( #1587 )
...
* Add trace to help debug IPC message corruption in runner.
* .
2022-01-05 13:42:20 -05:00
Ferenc Hammerl
e4f9e6ae26
Log current runner version in terminal ( #1441 )
2021-10-29 14:23:26 +02:00
Thomas Boop
afe7066e39
only cleanup runner local files on success ( #1384 )
2021-09-28 18:55:28 -04:00
Tingluo Huang
5afb52b272
Update the comment about the --once in Constants.cs ( #1360 )
...
* Update Constants.cs
* feedback.
* Update src/Runner.Listener/Runner.cs
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com >
2021-09-21 21:31:48 +00:00
Patrick Ellis
f259e5706f
Ephemeral runner deletes local .runner,.credentials files after completion ( #1344 )
...
Closes #1337
2021-09-16 11:00:27 -04:00
Tingluo Huang
7ffd9af644
Support --ephemeral flag ( #660 )
...
This optional flag will configure the runner to only take one job, and let the service un-configure the runner after that job finishes.
2021-09-13 11:28:09 -04: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
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
Christopher Johnson
7b608e3e92
Adding help text for the new runnergroup feature ( #626 )
...
Co-authored-by: Christopher Johnson <thchrisjohnson@github.com >
2020-07-30 12:03:40 -04:00
Tingluo Huang
911135e66c
add help info for '--labels' ( #472 )
2020-05-11 12:36:16 -04:00
Tingluo Huang
baa6ded3bc
Better Kusto Tracing for self-hosted runner. ( #405 )
2020-04-09 14:33:16 -04:00
David Kale
9cafe8c028
Update --help ( #282 )
...
* Update --help
* Tiny indent
* Remove once option
2020-01-17 13:55:11 -05:00
Tingluo Huang
d0a4a41a63
delete un-used code. ( #218 )
2019-12-16 17:05:26 -05:00
Julio Barba
c3c66bb14a
Replace remaining Agent -> Runner references ( #229 )
2019-12-16 15:45:00 -05:00
Julio Barba
275ab753a1
Runner cleanup - continuation ( #209 )
...
* Agent/AgentCredential -> Runner/RunnerCredential
* Test trait rename: Agent -> Runner
* Enable remaining RunnerL0 tests
* Remove job message PII variable masking code
* Remove unused Agent.ToolsDirectory variable
* Misc test Agent -> Runner renaming
* Some more misc cleaning
2019-12-09 17:54:41 -05:00