Skip to content

Commit

Permalink
[ci] Update used nodesets
Browse files Browse the repository at this point in the history
Change-Id: I62126bc2a8cd7fa29d4428fd7d5a39acf221bc65
  • Loading branch information
andreykurilin committed Jan 17, 2022
1 parent 58b12c2 commit 2359cd4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .zuul.d/docker-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- job:
name: rally-docker-build
parent: build-docker-image
nodeset: ubuntu-bionic
nodeset: ubuntu-focal
run: tests/ci/playbooks/docker-build-and-check.yaml
post-run: tests/ci/playbooks/fetch-html-and-json-reports.yaml
timeout: 1800
Expand All @@ -37,7 +37,7 @@
- job:
name: rally-docker-build-and-push
parent: build-docker-image
nodeset: ubuntu-bionic
nodeset: ubuntu-focal
run: tests/ci/playbooks/docker-build-check-and-push.yaml
post-run: tests/ci/playbooks/fetch-html-and-json-reports.yaml
timeout: 1800
Expand Down
8 changes: 4 additions & 4 deletions .zuul.d/install-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
nodeset: ubuntu-focal

- job:
name: rally-install-centos-7
name: rally-install-centos-8s
parent: rally-install-base
nodeset: centos-7
nodeset: centos-8-stream

- job:
name: rally-install-centos-8
name: rally-install-centos-9s
parent: rally-install-base
nodeset: centos-8
nodeset: centos-8-stream
8 changes: 4 additions & 4 deletions .zuul.d/zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
- rally-tox-self
- rally-install-ubuntu-bionic
- rally-install-ubuntu-focal
- rally-install-centos-7
- rally-install-centos-8
- rally-install-centos-8s
- rally-install-centos-9s
- rally-docker-build
gate:
jobs:
Expand All @@ -35,8 +35,8 @@
- rally-tox-self
- rally-install-ubuntu-bionic
- rally-install-ubuntu-focal
- rally-install-centos-7
- rally-install-centos-8
- rally-install-centos-8s
- rally-install-centos-9s
post:
jobs:
- rally-docker-build-and-push:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ Fixed

`Launchpad-bug #1956956 <https://launchpad.net/bugs/1956956>`_

Changed
~~~~~~~

Check ability to install Rally on Centos 8 Stream and Centos 9 Stream and
stop checking Centos 7 and Centos 8

[3.3.0] - 2021-06-16
--------------------

Changed
~~~~~
~~~~~~~

* ``rally verify`` returns 0 on success, 1, 2 or 3 depending on detected issue.

Expand Down

0 comments on commit 2359cd4

Please sign in to comment.