Cory Miller
b18bda773f
Add generateServiceConfig option for configure command ( #2226 )
...
For runners that are already configured but need to add systemd services after the fact, a new command option is added to generate the file only. Once generated, ./svc.sh install and other commands will be available.
This also adds support for falling back to the tenant name in the Actions URL in cases when the GitHub URL is not provided, such as for our hosted larger runners.
2022-10-26 08:48:23 -04:00
Cory Miller
b87b4aac5c
Fix IDE0090 ( #2211 )
2022-10-18 10:54:08 -04:00
JoannaaKL
3a1c89715c
Remove unused imports ( #2126 )
2022-09-15 15:55:45 +02:00
Tingluo Huang
e646b6fec4
Move --jitconfig to valid ./run.sh args. ( #2013 )
2022-07-22 11:14:09 -04:00
Tingluo Huang
761785620f
Support pass runner JitConfig as arg. ( #1925 )
2022-06-22 10:59:29 -04:00
ruvceskistefan
ead3509d5a
Added warning in case of invalid combination of command and flags and/or arguments ( #1781 )
...
* Added warning in case of invalid combination of command and flags and/or arguments
* Deleting unnecessary comments
* Added separate list for generic options
* Added PAT to the valid remove options
* Added command name to the error message
2022-04-11 09:23:58 -04: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
Tingluo Huang
801a02ec89
Bump runtime to dotnet 6 ( #1471 )
...
* bump runtime to dotnet 6
2021-11-30 22:00:15 -05: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
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
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
81a00fff3e
config runner via PAT. ( #874 )
2020-12-25 21:54:23 -05:00
Christopher Johnson
48ac96307c
Add ability to register a runner to the non-default self-hosted runner group ( #613 )
...
Co-authored-by: Christopher Johnson <thchrisjohnson@github.com >
2020-07-23 17:46:48 -04:00
Lokesh Gopu
f9baec4b32
Added support for custom labels ( #414 )
...
* Added support for custom labels
* ignore case
* Added interactive config for labels
* Fixing L0s
* pr comments
2020-04-13 21:33:13 -04:00
Alberto Gimeno
2e0e8eb822
Change prompt message when removing a runner ( #303 )
...
* Change prompt message to be consistent with the UI/API
* Update test
2020-01-26 18:40:06 -05:00
Tingluo Huang
d0a4a41a63
delete un-used code. ( #218 )
2019-12-16 17:05:26 -05:00
Mike Coutermarsh
d778f13dee
Remove runner flow: Change from PAT to "deletion token" in prompt ( #225 )
...
* Updating prompt deletion token
Currently if you leave the token off the command, we're showing "Enter your personal access token:"
Which won't work. This updates prompt to "deletion token"
* Call correct function in test
* Fix command text in test
2019-12-15 21:38:42 -05:00
Julio Barba
a3c6a8c201
Introduce name config argument ( #217 )
2019-12-11 13:26:06 -05:00
Tingluo Huang
d81a7656a4
Add Proxy Support for self-hosted runner. ( #206 )
2019-12-09 15:15:54 -05:00
Julio Barba
cd2cec8282
Another runner code cleanup round ( #197 )
...
* Remove remaining non-SDK references of capabilities/demands
* Remove unused Runner.Common constants
* Remove more variables
* Clean up RU link, and named-pipe support
* Remove NotificationSocketAddress
* Re-add legacy OnPremises JobDispatcher code (commented out)
* More misc cleanup
2019-12-04 10:18:37 -05:00
Tingluo Huang
c8afc84840
GitHub Actions Runner
2019-10-10 00:52:42 -04:00