Skip to content

Commit

Permalink
switch back to linux && immutable for small instances
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 31, 2020
1 parent 4af6365 commit 5a00bdd
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 @@ -4,7 +4,7 @@
def label(size) {
switch(size) {
case 's':
return 'ubuntu-18.04 && immutable'
return 'linux && immutable'
case 'l':
return 'tests-l'
case 'xl':
Expand Down

0 comments on commit 5a00bdd

Please sign in to comment.