From 53b3745e2a9b042483a149c73d764c2d7460a304 Mon Sep 17 00:00:00 2001 From: Brian McMahon Date: Mon, 12 Apr 2021 14:14:14 -0700 Subject: [PATCH] Split up CI to avoid disk issues --- .semaphore/semaphore.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 707539814f..d0e8b9ac43 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -148,9 +148,18 @@ blocks: - cache restore go-pkg-cache - cache restore go-mod-cache jobs: - - name: CI excluding FV + - name: Build All commands: - - make ci EXCEPT=fv + - make image-all + - name: UT + commands: + - make ut + - name: K8sfv with Typha + commands: + - make k8sfv-test JUST_A_MINUTE=true USE_TYPHA=true + - name: K8sfv without Typha + commands: + - make k8sfv-test JUST_A_MINUTE=true USE_TYPHA=false - name: Trigger pin updates dependencies: [] skip: