aboutsummaryrefslogtreecommitdiff
path: root/libtest.groovy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-04-07 13:44:26 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-04-07 13:44:26 -0400
commit841b47876a6ef229c90bf38ba9547b0cbef59436 (patch)
tree7ac78e55b304c3c45b5bb1356adbc5460ee9acef /libtest.groovy
parent4e6fda2a6e086b88bf6f8a363356f6ef019bec74 (diff)
downloadsimple_pytest_test-841b47876a6ef229c90bf38ba9547b0cbef59436.tar.gz
old image
Diffstat (limited to 'libtest.groovy')
-rw-r--r--libtest.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtest.groovy b/libtest.groovy
index e804380..d548187 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 = "python37"
+bc0.nodetype = "linux-stable"
bc0.name = "libtest"
bc0.build_cmds = ["true"]
bc0.test_cmds = ["pip install pytest",