Skip to content

Commit

Permalink
HV-1860 Use new, container-enabled VMs for releases
Browse files Browse the repository at this point in the history
We don't need the containers, but we need the more up-to-date software
(env, in particular, for the -S option).
  • Loading branch information
yrodiere committed Dec 13, 2021
1 parent 52c2dd7 commit 18a72b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import org.hibernate.jenkins.pipeline.helpers.version.Version

// Default node pattern, to be used for resource-intensive stages.
// Should not include the controller node.
@Field final String NODE_PATTERN_BASE = 'Worker'
@Field final String NODE_PATTERN_BASE = 'Worker&&Containers'
// Quick-use node pattern, to be used for very light, quick, and environment-independent stages,
// such as sending a notification. May include the controller node in particular.
@Field final String QUICK_USE_NODE_PATTERN = 'Controller||Worker'
Expand Down

0 comments on commit 18a72b4

Please sign in to comment.