Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ bc0.failedFailureThresh = 0
// macos-specific buildconfig to cause the creation of counterparts to the linux
// environment dumps. Packages in a minimal conda environment differ by OS
// which is why this is needed.
// bc1 = utils.copy(bc0)
// bc1.nodetype = 'macos'
// bc1.name = 'macos-stable-deps'
// bc1.build_cmds = ["pip install -e ."]
// bc1.build_cmds = PipInject(env.OVERRIDE_REQUIREMENTS) + bc1.build_cmds
// bc1.test_cmds = []
// bc1.test_configs = []
bc1 = utils.copy(bc0)
bc1.nodetype = 'macos'
bc1.name = 'macos-stable-deps'
bc1.build_cmds = ["pip install -e ."]
bc1.build_cmds = PipInject(env.OVERRIDE_REQUIREMENTS) + bc1.build_cmds
bc1.test_cmds = []
bc1.test_configs = []

utils.run([jobconfig, bc0])
utils.run([jobconfig, bc0, bc1])
} // withCredentials