Skip to content

Commit ac434d3

Browse files
authored
Update billing-overview.md
Adding GPU Support pricing
1 parent 66edef8 commit ac434d3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

user/billing-overview.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,39 @@ VM size property impacts the cost of build minutes/credits usage in the followin
302302
> If you run a Linux build in usage model, it'll cost you 10 credits. If you run a Linux build under a concurrency plan, you do not need credits, as the subscription covers the cost. However, if you decide to run a Linux build using the `large` instance size, you will need in both cases 20 credits per every started build minutes (2 x 10 credits).
303303

304304

305+
## GPU VM Instance Sizes and Credit Cost for GPU builds
306+
307+
Travis CI allows users to trigger GPU builds and configure both credit costs for GPU build minutes and concurrency-based plans.
308+
309+
GPU builds allow you to choose the instance size the build will run on (for the 'full vm' build job). X-large instance sizes deliver more resources (vCPU and RAM) for your build jobs. This can be done by setting a 'vm' property in the .travis.yml config. This property allows you to choose the Virtual machine instance for a build:
310+
311+
```yaml
312+
vm:
313+
size: [gpu-medium | gpu-xlarge] #new values in the schema for existing key
314+
```
315+
316+
Instance sizes do not apply to Windows, and OSX build jobs. Visit our [CI Environment Overview page](/user/reference/overview#gpu-vm-instance-size) for information on the available GPU VM sizes, operating system, and CPU architecture.
317+
318+
To use instance sizes:
319+
320+
* you need to have credits under your account, regardless of the plan (Concurrency or Usage-based) you use.
321+
* you need to add the tags mentioned above to your `.travis.yml.`
322+
* you need a Linux operating system
323+
324+
GPU VM size property impacts the cost of build minutes/credits usage in the following way:
325+
326+
| GPU VM size | Credits per<br />started build minute |
327+
|:--------------------:|:-------------------------------------:|
328+
| T4 medium | 230 |
329+
| V100 x-large | 890 |
330+
331+
332+
> GPU Support is only available for:
333+
> * arch: amd64
334+
> * os: Linux
335+
> * dist: [focal] # jammy still under fixing, to be added later, xenial EOL, bionic will go EOL in April 2023.
336+
337+
305338
## Getting Help
306339

307340
If you have any questions or issues with the new VCS, please see our [Billing FAQ](/user/billing-faq) or email [[email protected]](mailto:[email protected]) for help.

0 commit comments

Comments
 (0)