
This patch adds the OpenLab CI configuration to enable the support for arm build in OpenLab. After this, each pull request in containerd will trigger the containerd-arm64-build job which verified the arm build on OpenLab ARM cluster. Related: https://github.com/containerd/containerd/issues/2901 Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
15 lines
326 B
YAML
15 lines
326 B
YAML
- project:
|
|
name: containerd/containerd
|
|
check:
|
|
jobs:
|
|
- containerd-build-arm64
|
|
|
|
- job:
|
|
name: containerd-build-arm64
|
|
parent: init-test
|
|
description: |
|
|
Containerd build in openlab cluster.
|
|
run: .zuul/playbooks/containerd-build/run.yaml
|
|
nodeset: ubuntu-xenial-arm64
|
|
voting: false
|