Skip to content
Snippets Groups Projects

Add Support for Benchmarking Strategies

All threads resolved!
3 files
+ 6
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
5
# Release Process
# Release Process
We assume that we are creating the release `v0.1.1`. Please make sure to update
We assume that we are creating the release `v0.1.1`. Please make sure to adjust
to modify the following steps according to the release, you are actually
the following steps according to the release, you are actually performing.
performing.
1. Create a new branch `v0.1` if not already exists. This branch will never
1. Create a new branch `v0.1` if not already exists. This branch will never
again be merged into master.
again be merged into master.
2. Checkout the `v0.1 branch.
2. Checkout the `v0.1` branch.
3. Update all references to Theodolite Docker images to tag `v0-1-1`. These are
3. Update all references to Theodolite Docker images to tag `v0.1.1`. These are
mainly the Kubernetes resource definitions in `execution` as well as the Docker
mainly the Kubernetes resource definitions in `execution` as well as the Docker
Compose files in `docker-test`.
Compose files in `docker-test`.
Loading