Skip to content

Commit cf7a403

Browse files
Update release doc to include the upgrade test update
This change ensure the upgrade test is working as expected. Change-Id: I5f6bdbb65a9ea0399da7b828c9994798e51c1e46
1 parent 01d656b commit cf7a403

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

docs/developer/release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ git tag v0.0.20 HEAD
4242
git push gerrit v0.0.20
4343
```
4444

45+
Once the new release is deployed, update the "sf_operator_stable_version" variable in zuul.d/jobs.yaml.
4546

4647
# Release Automation
4748

48-
The release process is currently manual. This section will be updated once the automation is in place.
49+
The release process is currently manual. This section will be updated once the automation is in place.

playbooks/minikube-upgrade.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
# The goal of this playbook is to validate the upgrade to 0.0.63
2-
# by reproducing a deployment that went from 0.0.60 (before ZK HA) to 0.0.60 (to trigger ZK HA secret issue)
3-
- name: "Perform upgrade from 0.0.60"
1+
- name: "Perform upgrade test"
42
hosts: controller
53
tasks:
6-
- name: Deploy version before ZooKeeper HA
7-
command: ./hack/deploy-version.sh v0.0.60
8-
args:
9-
chdir: "{{ zuul.project.src_dir }}"
10-
11-
- name: Deploy version with incompleted ZooKeeper HA (deploying this one first would work because the secrets would be properly created)
12-
command: ./hack/deploy-version.sh v0.0.62
4+
- name: Deploy last stable version
5+
command: ./hack/deploy-version.sh "{{ sf_operator_stable_version }}"
136
args:
147
chdir: "{{ zuul.project.src_dir }}"
158

zuul.d/jobs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@
120120
run: playbooks/minikube-upgrade.yaml
121121
vars:
122122
with_loki: false
123+
sf_operator_stable_version: v0.0.64

0 commit comments

Comments
 (0)