commit | 08900f7ed6256a15556a15631de839823730491a | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Sep 07 15:01:10 2021 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Sep 08 08:32:00 2021 -0700 |
tree | 1e1e61ea2a410564ca2a8eed030f4cd9a06f3ea9 | |
parent | 6b7c4c8bdea9a6a870c155619348705089f0d360 [diff] [blame] |
scheduling jobs with grpc images Change-Id: I566f64366799a80bb82f3726bac647d941c1f8ff
diff --git a/Makefile b/Makefile index 15a66ee..af7a30a 100644 --- a/Makefile +++ b/Makefile
@@ -1,7 +1,7 @@ # Makefile for testing JJB jobs in a virtualenv - .PHONY: test clean +SHELL = bash -e -o pipefail VENV_DIR ?= venv-jjb JJB_VERSION ?= 3.2.0 JOBCONFIG_DIR ?= job-configs