Skip to content

Commit

Permalink
Merge "Change nodeset label to cloud-centos-9, and doc link update to…
Browse files Browse the repository at this point in the history
… zuul.microshift.sf.io"
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Nov 16, 2023
2 parents d7eb97f + 4083ebb commit 8ec745c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/developer/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to release the sf-operator

A CI job named [sf-operator-publish-olm-bundle-image](https://softwarefactory-project.io/zuul/t/local/builds?job_name=sf-operator-publish-olm-bundle-image&skip=0) runs in the `release` pipeline.
A CI job named [sf-operator-publish-olm-bundle-image](https://zuul.microshift.softwarefactory-project.io/zuul/t/local/builds?job_name=sf-operator-publish-olm-bundle-image&skip=0) runs in the `release` pipeline.
The `release` pipeline is triggered when a git tag is created on the `sf-operator` repository.
This job builds and pushes the following assets to Quay.io:

Expand All @@ -19,4 +19,4 @@ Here are the commands to run (assuming releasing HEAD to 0.0.6 version):
```sh
git tag 0.0.6 HEAD
git push gerrit 0.0.6
```
```
2 changes: 1 addition & 1 deletion zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
nodeset:
nodes:
name: controller
label: cloud-centos-9-stream
label: cloud-centos-9
secrets:
- name: final_registry_secret
secret: zuul_quay_sf
Expand Down

0 comments on commit 8ec745c

Please sign in to comment.