-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename README.md to DOC.md
- Loading branch information
1 parent
239bdd9
commit 628f61e
Showing
2 changed files
with
15 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Runner documentation | ||
|
||
VisibleV8 uses a array of three self-hosted runners on a single computer on the ncsu network. These workers are labelled as follows: | ||
- `vv8-builder` | ||
- `postprocessor-builder` | ||
- `workflow-finish-runner` | ||
corresponding to each of the workflows. This is done to make sure that even if one workflow fails, the other workflows are able to continue building without any difficulty. | ||
|
||
## Running the runners | ||
|
||
The runner are using Github's default runner configuration. The `./run.sh` script is being run with the following command: | ||
|
||
```sh | ||
nohup ./run.sh &> ./output.log & | ||
``` |
This file was deleted.
Oops, something went wrong.