
The old nodeset is unstable and apt source is unavailable, we change the nodeset from `ubuntu-xenial-arm64` to `ubuntu-xenial-arm64-openlab` to enable stable new nodeset. Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
15 lines
334 B
YAML
15 lines
334 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-openlab
|
|
voting: false
|