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 11- hosts : all
22 become : yes
33 roles :
4- - role : config-golang
5- arch : arm64
4+ - role : config-golang
5+ go_version : ' 1.13.10'
6+ arch : arm64
67 tasks :
7- - name : Build containerd
8- shell :
9- cmd : |
10- set -xe
11- set -o pipefail
12- apt-get update
13- apt-get install -y btrfs-tools libseccomp-dev git pkg-config
8+ - name : Build 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
1415
15- make | tee $LOGS_PATH/make.txt
16- make test | tee $LOGS_PATH/make_test.txt
16+ go version
17+ make | tee $LOGS_PATH/make.txt
18+ make test | tee $LOGS_PATH/make_test.txt
1719
18- cp -r ./bin $RESULTS_PATH
19- chdir : ' {{ zuul.project.src_dir }}'
20- executable : /bin/bash
21- environment : ' {{ global_env }}'
20+ cp -r ./bin $RESULTS_PATH
21+ chdir : ' {{ zuul.project.src_dir }}'
22+ executable : /bin/bash
23+ environment : ' {{ global_env }}'
You can’t perform that action at this time.
0 commit comments