From a24bf5110addf5cb6f2f6c589f0fc3c76954de1d Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 16 Feb 2021 18:22:41 -0500 Subject: Change 'make test' os on VPP/master to ubuntu-20.04 - remove beta job templates which should have been done in a previous gerrit change. Change-Id: Id27bc54b86fa0affaaae40e97149ed49d760bdc3 Signed-off-by: Dave Wallace --- jjb/global-macros.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'jjb/global-macros.yaml') diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index 03b99f5ec..1146607f1 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -48,6 +48,14 @@ default: '{make-parallel-jobs}' description: "The number of cores to use for builds." +- parameter: + name: make-test-os-parameter + parameters: + - string: + name: MAKE_TEST_OS + default: '{make-test-os}' + description: "The OS on which 'make test' is run." + - parameter: name: csit-fail-on-crc-mismatch-parameter parameters: -- cgit 1.2.3-korg