Recent runs || View in Spyglass
PR | humblec: introduce control variable for non alpha feature gate configuration |
Result | ABORTED |
Tests | 0 failed / 7 succeeded |
Started | |
Elapsed | 1m53s |
Revision | cf4d8b0fa1a0336d98b1e948241dad36edd94273 |
Refs |
196 |
test-fmt
test-go
test-sanity
test-shellcheck
test-subtree
test-vendor
test-vet
... skipping 193 lines ... export os_arch_seen="" && echo '' | tr ';' '\n' | while read -r os arch suffix base_image addon_image; do \ os_arch_seen_pre=${os_arch_seen%%$os-$arch*}; \ if ! [ ${#os_arch_seen_pre} = ${#os_arch_seen} ]; then \ continue; \ fi; \ if ! (set -x; cd ./cmd/hostpathplugin && CGO_ENABLED=0 GOOS="$os" GOARCH="$arch" go build -mod=vendor -a -ldflags ' -X main.version=v1.7.3-0-gd068b01a -extldflags "-static"' -o "/home/prow/go/src/github.com/kubernetes-csi/csi-test/bin/hostpath-source/bin/hostpathplugin$suffix" .); then \ echo "Building hostpathplugin for GOOS=$os GOARCH=$arch failed, see error(s) above."; \ exit 1; \ fi; \ os_arch_seen+=";$os-$arch"; \ done + cd ./cmd/hostpathplugin + CGO_ENABLED=0 ... skipping 4 lines ...