From 841867e734ebd0303add09f73891bcbecfabc811 Mon Sep 17 00:00:00 2001 From: Michele De La Pena Date: Fri, 7 Jul 2023 11:31:49 -0400 Subject: [PATCH] Re-enable the b3 dev test in JenkinsfileRT --- JenkinsfileRT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileRT b/JenkinsfileRT index 7e5d82bac..244c20ff2 100644 --- a/JenkinsfileRT +++ b/JenkinsfileRT @@ -55,4 +55,4 @@ bc4.conda_packages = ['python=3.11'] // Spawn a host (or workdir) for each combination and run in parallel. // Also apply the job configuration defined in `jobconfig` above. //utils.run([bc1, bc3, bc4, jobconfig]) -utils.run([bc1, jobconfig]) +utils.run([bc1, b3, jobconfig])