aboutsummaryrefslogtreecommitdiff
path: root/libtest.groovy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-04-07 12:49:41 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-04-07 12:49:41 -0400
commit1bc8f8c1f0e09981beff178a87c7993fcf9df1ac (patch)
tree8bd537e9dd2b704ebac7558119a957ec3bcf94b6 /libtest.groovy
parent14f05eebc9401f197a30961a0a6048b5a22b15fa (diff)
downloadsimple_pytest_test-1bc8f8c1f0e09981beff178a87c7993fcf9df1ac.tar.gz
different 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 2e35fc4..2774278 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 = "python37"
bc0.name = "libtest"
bc0.build_cmds = ["true"]
bc0.test_cmds = ["conda install -q -y pytest requests astropy",