From 38fa6682f855f1f60e35c577a58709ed76dbf01b Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Wed, 24 Feb 2021 13:23:25 -0800 Subject: [PATCH] start running make test on all PRs, drop caching to match bazel test -race --- config/jobs/kubernetes/sig-testing/make-test.yaml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/config/jobs/kubernetes/sig-testing/make-test.yaml b/config/jobs/kubernetes/sig-testing/make-test.yaml index fca78c4ed612e..952957b647b0d 100644 --- a/config/jobs/kubernetes/sig-testing/make-test.yaml +++ b/config/jobs/kubernetes/sig-testing/make-test.yaml @@ -10,22 +10,15 @@ presubmits: labels: preset-service-account: "true" optional: true - always_run: false + always_run: true spec: containers: - image: gcr.io/k8s-testimages/kubekins-e2e:v20210224-a27864c-master command: - runner.sh - - bash args: - - -c - - | - # Restore the cache - time curl https://storage.googleapis.com/kubernetes-jenkins/cache/poc/k8s-test-cache.tar.gz -o cache.tar.gz - mkdir -p _output/local/go/ - time tar -xzf cache.tar.gz -C _output/local/go - # Run tests as usual - time make test KUBE_TIMEOUT=--timeout=240s + # TODO: stop depending on custom timeout + - make test KUBE_RACE=-race KUBE_TIMEOUT=--timeout=240s # TODO: direct copy from pull-kubernetes-bazel-test, tune these resources: limits: