Skip to content

Commit

Permalink
update: what the CI does
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Aug 31, 2023
1 parent 8041dd7 commit 4e38a98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ The whole process should look like:

`Checkout` -> `Lint` -> `Test` -> `Coverage` -> `Benchmark` -> `Release`

There are some other stages that run for every push on the main branches:

* [Snapshoty](./snapshoty.yml)
* [Microbenchmark](./microbenchmark.yml)

### Scenarios

* Matrix compatibility runs on branches, tags and PRs basis.
Expand Down Expand Up @@ -41,7 +46,6 @@ Every time there is a merge to main or any release branches the whole workflow w

This process has been fully automated and it gets triggered when a tag release has been created, Continuous Deployment based, aka no input approval required.


### OpenTelemetry

There is a GitHub workflow in charge to populate what the workflow run in terms of jobs and steps. Those details can be seen in [here](https://ela.st/oblt-ci-cd-stats) (**NOTE**: only available for Elasticians).

0 comments on commit 4e38a98

Please sign in to comment.