From a53fe4f4e706525d5dd72387761ba896d7335fb3 Mon Sep 17 00:00:00 2001 From: Prateek Pandey Date: Fri, 4 Sep 2020 13:57:33 +0530 Subject: [PATCH] chore(build): bump go version to 1.14.7 and allow ppc jobs to fail in travis (#1747) - bump go version to 1.14.7 - Allowed ppc job to fail in the build matrix without causing the entire build to fail Signed-off-by: prateekpandey14 --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57bbe6d6d5..32b4429034 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,12 @@ env: - MINIKUBE_HOME=$HOME - CHANGE_MINIKUBE_NONE_USER=true - KUBECONFIG=$HOME/.kube/config + - CAN_FAIL=true jobs: + allow_failures: + env: + - CAN_FAIL=true include: - os: linux arch: amd64 @@ -25,6 +29,7 @@ jobs: arch: ppc64le env: - RELEASE_TAG_DOWNSTREAM=0 + - CAN_FAIL=true services: - docker @@ -35,7 +40,7 @@ cache: directories: - $HOME/.cache/go-build go: - - 1.14.4 + - 1.14.7 addons: apt: