Add Kubernetes host to the no proxy list #2965
pr-check.yml
on: pull_request
unit-tests
1m 24s
image-build
1m 55s
multiplatform-image-build
3m 38s
source-code-validation
30s
dependencies-md-validation
23s
Annotations
3 errors
unit-tests
Process completed with exit code 2.
|
image-build
Process completed with exit code 1.
|
multiplatform-image-build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ARCH=\"$(uname -m)\" && if [[ ${ARCH} == \"x86_64\" ]]; then export ARCH=\"amd64\"; elif [[ ${ARCH} == \"aarch64\" ]]; then export ARCH=\"arm64\"; fi && if [[ ${SKIP_TESTS} == \"false\" ]]; then export MOCK_API=true && go test -mod=vendor -v ./...; fi && GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go" did not complete successfully: exit code: 1
|