Skip to content

Commit

Permalink
Update and rename README.md to DOC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sohomdatta1 authored Jun 19, 2023
1 parent 239bdd9 commit 628f61e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 114 deletions.
15 changes: 15 additions & 0 deletions .github/DOC.md
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 &
```
114 changes: 0 additions & 114 deletions .github/README.md

This file was deleted.

0 comments on commit 628f61e

Please sign in to comment.