Skip to content

Commit

Permalink
[CI] Run intake workspaces in-memory to reduce run time
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed May 15, 2020
1 parent 3228f1d commit 2e499cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/workers.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def ci(Map params, Closure closure) {
// Worker for running the current intake jobs. Just runs a single script after bootstrap.
def intake(jobName, String script) {
return {
ci(name: jobName, size: 's', ramDisk: false) {
ci(name: jobName, size: 's', ramDisk: true) {
withEnv(["JOB=${jobName}"]) {
runbld(script, "Execute ${jobName}")
}
Expand Down

0 comments on commit 2e499cb

Please sign in to comment.