feat: define result repository
This commit is contained in:
parent
31975e0496
commit
eca5989384
1 changed files with 9 additions and 3 deletions
|
@ -6,8 +6,8 @@ weight = 2
|
|||
|
||||
## Specimen
|
||||
|
||||
A specimen is an ActityPub or a ForgeFed instance that has to be tested
|
||||
on ftest.
|
||||
The target of a ftest test job. These are the ActityPub or ForgeFlux
|
||||
implementations that must be tested for compliance.
|
||||
|
||||
## Job Manifest
|
||||
|
||||
|
@ -45,8 +45,14 @@ Each specimen has it's own directory in the control repository:
|
|||
└── Dockerfile
|
||||
```
|
||||
|
||||
### specimen docker-compose.yml
|
||||
### Specimen docker-compose.yml
|
||||
|
||||
The control repository _MUST_ contain a `docker-compose.yml` to spin up
|
||||
the specimen. It may include configuration files in the same directory,
|
||||
which to docker-compose file can rely on using bind mounts within the container.
|
||||
|
||||
|
||||
## Result Repository
|
||||
|
||||
Result repository contains the results of all the targets' jobs in JSON
|
||||
format.
|
||||
|
|
Loading…
Reference in a new issue