Check project using basic ARM64 functional job

This reverts commit 913a28308db24753e056ee30979c6fc963c3b199.

Change-Id: I3f95425ae3618aea3967d049c94fa092196b42b5
This commit is contained in:
Federico Ressi 2022-01-26 09:50:23 +01:00
parent 913a28308d
commit e86f973003

View File

@ -6,14 +6,15 @@
Docker jobs intended to gate Tobiko container related changes
check: &CHECK
jobs:
- tobiko-docker-lower-constraints
- tobiko-docker-py39
- tobiko-docker-py310
- tobiko-docker-functional
- tobiko-docker-infrared
- tobiko-docker-linters
- tobiko-docker-lower-constraints
- tobiko-docker-py39
- tobiko-docker-py310
check-arm64:
jobs:
- tobiko-docker-functional-arm64
- tobiko-docker-lower-constraints-arm64
- tobiko-docker-py3-arm64
- tobiko-docker-py310-arm64
@ -105,12 +106,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 +123,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 +133,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