-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating READMEs and general cleanup
- Loading branch information
1 parent
c2fee22
commit 8db3ac4
Showing
6 changed files
with
24 additions
and
52 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -12,3 +12,4 @@ Credits | |
* Nile Graddis @nilegraddis | ||
* Sergey Gratiy @sgratiy | ||
* Yang Yu @gnayuy | ||
* Sherif Soliman @sheriferson |
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
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,21 @@ | ||
# Docker images for on premise testing | ||
|
||
This directory contains Dockerfiles for building images for running on-prem tests that require internal Allen Institute resources. On-prem tests use GitHub self-hosted runners that will run tests on docker images built from these Dockerfiles. | ||
|
||
Our light and on-prem tests are defined in [our workflow file](../.github/workflows/github-actions-ci.yml "Link to GitHub Actions workflow for light and on-prem tests"). | ||
|
||
- See [here](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) for more information on self-hosted runners. | ||
- See [here](https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners) for more information on adding self-hosted runners to a GitHub repository. | ||
|
||
## Building images | ||
|
||
If you are an Allen Institute developer, you will have instructions on how to access the machine running the IPFX self-hosted runner. | ||
|
||
On this machine you can create the Docker image corresponding to the Python versions we test on by running: | ||
|
||
``` | ||
cd ipfx/docker/py39 | ||
docker build -t ipfx_py39:latest . | ||
``` | ||
|
||
And this should be sufficient for the on-prem tests defined in our GitHub workflow to run. |
This file was deleted.
Oops, something went wrong.