diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:39:25 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-04-07 16:39:25 -0400 |
commit | c91635332a051e51ddac793c1e253e04febd3d5b (patch) | |
tree | 9c6e6da87a4e45c949fce40a3da7ff564acff34f | |
parent | 841b47876a6ef229c90bf38ba9547b0cbef59436 (diff) | |
download | simple_pytest_test-c91635332a051e51ddac793c1e253e04febd3d5b.tar.gz |
sigh
-rw-r--r-- | libtest.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest.groovy b/libtest.groovy index d548187..a6a97ad 100644 --- a/libtest.groovy +++ b/libtest.groovy @@ -10,7 +10,7 @@ jobconfig.post_test_summary = true // Define each build configuration, copying and overriding values as necessary. bc0 = new BuildConfig() -bc0.nodetype = "linux-stable" +bc0.nodetype = "RHEL-7" bc0.name = "libtest" bc0.build_cmds = ["true"] bc0.test_cmds = ["pip install pytest", |