File tree Expand file tree Collapse file tree
.zuul/playbooks/containerd-build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 check :
55 jobs :
66 - containerd-build-arm64
7+ - containerd-test-arm64
78
89- job :
910 name : containerd-build-arm64
1314 run : .zuul/playbooks/containerd-build/run.yaml
1415 nodeset : ubuntu-xenial-arm64-openlab
1516 voting : false
17+
18+ - job :
19+ name : containerd-test-arm64
20+ parent : init-test
21+ description : |
22+ Containerd unit tests in openlab cluster.
23+ run : .zuul/playbooks/containerd-build/unit-test.yaml
24+ nodeset : ubuntu-xenial-arm64-openlab
25+ voting : false
Original file line number Diff line number Diff line change 1515
1616 go version
1717 make | tee $LOGS_PATH/make.txt
18- make test | tee $LOGS_PATH/make_test.txt
1918
2019 cp -r ./bin $RESULTS_PATH
2120 chdir : ' {{ zuul.project.src_dir }}'
Original file line number Diff line number Diff line change 1+ - hosts : all
2+ become : yes
3+ roles :
4+ - role : config-golang
5+ go_version : ' 1.16.3'
6+ arch : arm64
7+ tasks :
8+ - name : Build and test containerd
9+ shell :
10+ cmd : |
11+ set -xe
12+ set -o pipefail
13+ apt-get update
14+ apt-get install -y btrfs-tools libseccomp-dev git pkg-config
15+
16+ go version
17+ make build test | tee $LOGS_PATH/make_test.txt
18+ chdir : ' {{ zuul.project.src_dir }}'
19+ executable : /bin/bash
20+ environment : ' {{ global_env }}'
You can’t perform that action at this time.
0 commit comments