Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

About Actions Runner Controller - GitHub Docs



Setting up organization wide runner

  1. Made personal organization for sandbox 'ad-build-test'
  2. Added a runner called runner1 in runner group ad-build-test-runner
  3. then i forked the build system repo to ad-build-test
  4. and the actions runner was automatically set to the organization runner
  5. So i clones the repo on s3df, did a gh repo set-default to set the repo to ad-build-test/BuildSystem
  6. then did a gh workflow run to see if it worked and it did.
  7. So i then created another runner called runner2, but ran the same commands, the only difference was i changed the actions-runner folder to actions-runner2
    Image Added


    Image Added
  8. So I ran 2 different workflows (content doesn't matter) And since workflow 'CI' occupied runner1, running workflow 'CI-2' didn't queue on runner1, the job moved to next available runner, since runner2.