You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unsure what value to pass to $TOKEN for registering the runner
To Reproduce
Steps to reproduce the behavior:
Follow the setup guide in the antmicro/runner README
# Sudo into the runner user
sudo -i -u runner bash
cd /home/runner/github-actions-runner
# Modified file is listed at the end of the issue for reference
cp .vm_specs.example.json .vm_specs.json
vim .vm_specs.json
# Register the runner in the desired repository.
export SLOTS=1
./config.sh --url https://github.com/idea-fasoc/OpenFASOC --token $TOKEN --num $SLOTS
Expected behavior
Able to register the repo to the gha-main runner service.
Runner Version and Platform
Everything is grabbed from the vm-runner branch of antmicro/runner
OS of the machine running the runner?
GCP e2-medium (2 vCPUs, 4 GB memory)
What's not working?
./config.sh cannot be run out of the box.
Currently attempted fixes:
Unsure what to pass to $TOKEN, passing an arbitrary value leads to an infinite loop
_layout directory not found (Currently commented out)
Hey @erictaur, you need to pass the token obtained from the Runners settings page (which is located in the settings tab of a repository). I added this information to README.
Describe the bug
Unsure what value to pass to
$TOKEN
for registering the runnerTo Reproduce
Steps to reproduce the behavior:
Follow the setup guide in the antmicro/runner
README
Expected behavior
Able to register the repo to the
gha-main
runner service.Runner Version and Platform
Everything is grabbed from the
vm-runner
branch ofantmicro/runner
OS of the machine running the runner?
What's not working?
./config.sh
cannot be run out of the box.Currently attempted fixes:
$TOKEN
, passing an arbitrary value leads to an infinite loop_layout
directory not found (Currently commented out)Current status of
vm_specs.json
Installation script is believed to be executed successfully since
supervisord
and thegha-main@
service is detectable by the system.Job Log Output
N/A
Runner and Worker's Diagnostic Logs
N/A
FYI @msaligane
The text was updated successfully, but these errors were encountered: