Skip to content

geomin12/ci-runner-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CI Runner Setup

Windows

(in admin powershell)

  • Open powershell with admin
  • Run Set-ExecutionPolicy RemoteSigned
  • Open notepad as admin, save contents of windows.ps1 to C:\
  • Run windows.ps1
  • Make sure C:\Program Files\Git\bin and C:\Program Files\7-Zip are added to your path
  • Restart the terminal and run pip install pyyaml
  • Run GitHub set up steps
    • ./config.cmd --url https://github.com/ROCm --token {TOKEN} --windowslogonaccount --windowslogonpassword --no-default-labels --labels {LABEL}
    • Make sure to allow security access to group in config step
  • Run Stop-Service "actions.runner.*"
  • Make sure to stop the service, run the below command
  • In CMD, run powershell "(Get-Service actions.runner.*).name", then sc config "NAME_OF_YOUR_SERVICE" obj= "NT AUTHORITY\SYSTEM" type= own
  • After, restart the service as admin Start-Service "actions.runner.*"
  • You can confirm all works with Get-Service "actions.runner.*"

Linux

  • Please run ./script.sh
  • After that is all done, please run sudo ./svc.sh start. You should be able to see the job status after running that script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published