Skip to content

Commit

Permalink
test/README: update to describe new setup
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Apr 11, 2024
1 parent c2b154e commit b260f1d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ Images are built in GitLab CI when a change in an image definition is detected.
Each generator script is run separately for every distribution and architecture combination that the project supports. These are also generated dynamically using `./cmd/list-images`. The dynamic test generation workflow looks like this:

```
configure-generators
|
| (Dynamic: For each distro/arch)
|-- generate-build-configs-<distro>-<arch>
| |
| | (Dynamic: For each modified image type and config)
| |-- Build <distro>-<arch>-<image>-<config>
|
| (Dynamic: For each distro/arch)
|-- generate-ostree-build-configs-<distro>-<arch>
|
| (Dynamic: For each modified image type and config)
|-- Build <distro>-<arch>-<image>-<config>
gitlab-ci.yml
| For each distro/arch
|-- generate-build-configs-<distro>-<arch>
| |
| | (Dynamic: For each modified image type and config)
| |-- Build <distro>-<arch>-<image>-<config>
|
| For each distro/arch
|-- generate-ostree-build-configs-<distro>-<arch>
|
| (Dynamic: For each modified image type and config)
|-- Build <distro>-<arch>-<image>-<config>
```

The top-level `.gitlab-ci.yml` is generated using `./tools/prepare-source.sh` (which calls `./test/scripts/generate-gitlab-ci`) and must be updated when a change is made to the image configurations (distros, architectures, image types). A PR will fail if the generated version does not match the one checked into the repository.

### Dynamic pipelines

Expand Down

0 comments on commit b260f1d

Please sign in to comment.