Skip to content

Commit

Permalink
Merge pull request #285 from travis-ci/release_240828
Browse files Browse the repository at this point in the history
Release 2024 08 28
  • Loading branch information
DominikAlberski authored Aug 28, 2024
2 parents 80a173c + 6d719ca commit b6b27cc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/travis/yml/schema/def/vm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def define

see 'Customizing the Build': 'https://docs.travis-ci.com/user/customizing-the-build/'

map :size, to: :str, values: [:medium, :large, :'x-large', :'2x-large']
map :size, to: :str, values: [:medium, :large, :'x-large', :'2x-large', :'gpu-medium', :'gpu-xlarge']
export
end
end
Expand Down
6 changes: 4 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,9 @@
"medium",
"large",
"x-large",
"2x-large"
"2x-large",
"gpu-medium",
"gpu-xlarge"
]
}
},
Expand Down Expand Up @@ -10642,4 +10644,4 @@
"smalltalk_config",
"smalltalk_vm"
]
}
}
4 changes: 3 additions & 1 deletion spec/travis/yml/schema/def/vm_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
'medium',
'large',
'x-large',
'2x-large'
'2x-large',
'gpu-medium',
'gpu-xlarge'
]
},
},
Expand Down

0 comments on commit b6b27cc

Please sign in to comment.