Merge "Gate project using basic ARM64 functional job"

This commit is contained in:
Zuul 2022-01-24 12:33:57 +00:00 committed by Gerrit Code Review
commit d5c244abe2
1 changed files with 20 additions and 6 deletions

View File

@ -6,21 +6,23 @@
Docker jobs intended to gate Tobiko container related changes
check: &CHECK
jobs:
- tobiko-docker-functional
- tobiko-docker-infrared
- tobiko-docker-linters
- tobiko-docker-lower-constraints
- tobiko-docker-py3
- tobiko-docker-py39
- tobiko-docker-py310
- tobiko-docker-functional
- tobiko-docker-infrared
- tobiko-docker-linters
check-arm64:
jobs:
- tobiko-docker-functional-arm64
- tobiko-docker-lower-constraints-arm64
- tobiko-docker-py3-arm64
- tobiko-docker-py310-arm64
gate:
jobs:
- tobiko-docker-functional
- tobiko-docker-functional-arm64
periodic: *CHECK
@ -105,12 +107,14 @@
docker_compose_service: linters
# --- ARM64 jobs ----------------------------------------------------------------------
- job:
name: tobiko-docker-py3-arm64
description: |
Run unit tests for an OpenStack Python project inside a Docker container on top
of arm64 architecture
voting: false
voting: true
parent: tobiko-docker-py3
nodeset: ubuntu-focal-arm64
@ -120,7 +124,7 @@
description: |
Run unit tests for an OpenStack Python project inside a Docker container on top
of arm64 architecture
voting: false
voting: true
parent: tobiko-docker-py310
nodeset: ubuntu-focal-arm64
@ -130,6 +134,16 @@
description: |
Run unit tests for an OpenStack Python project inside a Docker container on top
of arm64 architecture
voting: false
voting: true
parent: tobiko-docker-lower-constraints
nodeset: ubuntu-focal-arm64
- job:
name: tobiko-docker-functional-arm64
description: |
Run unit tests for an OpenStack Python project inside a Docker container on top
of arm64 architecture
voting: true
parent: tobiko-docker-functional
nodeset: ubuntu-focal-arm64