[ci] Update used nodesets

Change-Id: I62126bc2a8cd7fa29d4428fd7d5a39acf221bc65
This commit is contained in:
Andrey Kurilin 2022-01-17 12:54:02 +02:00
parent 58b12c2e0b
commit 2359cd4ea5
4 changed files with 17 additions and 11 deletions

View File

@ -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
@ -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

View File

@ -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

View File

@ -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:
@ -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:

View File

@ -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.