Use divingbell-single-node nodeset
Change-Id: I7704225267a006ec687613dbda290ca4284f80ba
This commit is contained in:
parent
502a74064c
commit
a72d9a9b89
18
.zuul.yaml
18
.zuul.yaml
@ -10,6 +10,16 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
- nodeset:
|
||||||
|
name: divingbell-single-node
|
||||||
|
nodes:
|
||||||
|
- name: primary
|
||||||
|
label: ubuntu-focal
|
||||||
|
groups:
|
||||||
|
- name: primary
|
||||||
|
nodes:
|
||||||
|
- primary
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- docs-on-readthedocs
|
- docs-on-readthedocs
|
||||||
@ -43,14 +53,14 @@
|
|||||||
- job:
|
- job:
|
||||||
name: airship-divingbell-linter
|
name: airship-divingbell-linter
|
||||||
run: tools/gate/playbooks/zuul-linter.yaml
|
run: tools/gate/playbooks/zuul-linter.yaml
|
||||||
nodeset: openstack-helm-single-node
|
nodeset: divingbell-single-node
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: airship-divingbell-chart-build-gate
|
name: airship-divingbell-chart-build-gate
|
||||||
description: Builds charts using pinned Helm toolkit.
|
description: Builds charts using pinned Helm toolkit.
|
||||||
timeout: 7200
|
timeout: 7200
|
||||||
run: ./tools/gate/playbooks/build-charts.yaml
|
run: ./tools/gate/playbooks/build-charts.yaml
|
||||||
nodeset: openstack-helm-single-node
|
nodeset: divingbell-single-node
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: airship-divingbell-chart-build-latest-htk
|
name: airship-divingbell-chart-build-latest-htk
|
||||||
@ -58,7 +68,7 @@
|
|||||||
timeout: 7200
|
timeout: 7200
|
||||||
voting: false
|
voting: false
|
||||||
run: ./tools/gate/playbooks/build-charts.yaml
|
run: ./tools/gate/playbooks/build-charts.yaml
|
||||||
nodeset: openstack-helm-single-node
|
nodeset: divingbell-single-node
|
||||||
vars:
|
vars:
|
||||||
HTK_COMMIT: master
|
HTK_COMMIT: master
|
||||||
|
|
||||||
@ -82,7 +92,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: airship-divingbell-ubuntu
|
name: airship-divingbell-ubuntu
|
||||||
parent: airship-divingbell
|
parent: airship-divingbell
|
||||||
nodeset: openstack-helm-single-node
|
nodeset: divingbell-single-node
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: divingbell-upload-git-mirror
|
name: divingbell-upload-git-mirror
|
||||||
|
Loading…
Reference in New Issue
Block a user