Skip to content

Commit

Permalink
Update ci.yaml (#1063)
Browse files Browse the repository at this point in the history
Increase the batch count to unbreak CI. CI appears to be running out of
disk space during linking.

<!--

IMPORTANT:

> Making changes to examples? 

Be sure to make example changes in the awsdocs/aws-doc-sdk-examples
repository (https://github.com/awsdocs/aws-doc-sdk-examples).
The examples in aws-sdk-rust are copied from the `rust_dev_preview/`
directory in that repository.


> Making changes to code?

All the code in aws-sdk-rust is auto-generated by smithy-rs
(https://github.com/awslabs/smithy-rs).
Changes to code need to be made in that repository.

-->


## Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here -->

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
rcoh committed Feb 13, 2024
1 parent 971b57a commit a9ba7d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ on:
push:
branches:
- main
- fix-ci
workflow_dispatch:

name: CI

env:
SDK_BATCH_COUNT: 12
EXAMPLES_BATCH_COUNT: 1
RUST_VERSIONS: "1.70.0"
RUST_VERSION: "1.70.0"
SDK_BATCH_COUNT: 32
EXAMPLES_BATCH_COUNT: 4
RUST_VERSIONS: "1.72.1"
RUST_VERSION: "1.72.1"

jobs:
generate-test-sdk-matrix:
Expand Down

0 comments on commit a9ba7d4

Please sign in to comment.