Skip to content

Commit 5bcf354

Browse files
Run cargo update on the runtime lockfiles and the SDK lockfile (#4151)
If CI fails, commit the necessary fixes to this PR until all checks pass. If changes are required to [crateNameToLastKnownWorkingVersions](https://github.com/smithy-lang/smithy-rs/blob/92916b5484cdfef9ff58540ebf5e845eeeccf860/aws/sdk/build.gradle.kts#L504), revert the first commit in the PR, run `./gradlew aws:sdk:cargoUpdateAllLockfiles`, and commit the updated lockfiles. Increased timeouts due to increased build time and post steps since #4148 --------- Co-authored-by: ysaito1001 <awsaito@amazon.com>
1 parent fef8f12 commit 5bcf354

File tree

6 files changed

+47
-53
lines changed

6 files changed

+47
-53
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
permissions:
123123
pull-requests: read
124124
runs-on: smithy_ubuntu-latest_8-core
125-
timeout-minutes: 20
125+
timeout-minutes: 30
126126
needs:
127127
- save-docker-login-token
128128
- acquire-base-image

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# and also runs some checks/lints so that those are run sooner rather than later.
4444
generate:
4545
name: Generate
46-
timeout-minutes: 25
46+
timeout-minutes: 30
4747
runs-on: smithy_ubuntu-latest_8-core
4848
# To avoid repeating setup boilerplate, we have the actual commands
4949
# in a matrix strategy. These commands get run in the steps after all the setup.
@@ -84,7 +84,7 @@ jobs:
8484
test-codegen:
8585
name: Test Codegen
8686
runs-on: ${{ matrix.test.runner }}
87-
timeout-minutes: 30
87+
timeout-minutes: 35
8888
# To avoid repeating setup boilerplate, we have the actual test commands
8989
# in a matrix strategy. These commands get run in the steps after all the setup.
9090
strategy:
@@ -167,7 +167,7 @@ jobs:
167167
name: Test the SDK
168168
needs: generate
169169
runs-on: ${{ matrix.test.runner }}
170-
timeout-minutes: 20
170+
timeout-minutes: 30
171171
# To avoid repeating setup boilerplate, we have the actual test commands
172172
# in a matrix strategy. These commands get run in the steps after all the setup.
173173
strategy:
@@ -238,7 +238,7 @@ jobs:
238238
test-exotic-platform-support:
239239
name: Exotic platform support
240240
runs-on: ubuntu-latest
241-
timeout-minutes: 10
241+
timeout-minutes: 25
242242
env:
243243
CROSS_CONFIG: Cross.toml
244244
strategy:
@@ -343,7 +343,7 @@ jobs:
343343
if: ${{ inputs.run_canary }}
344344
needs: generate
345345
runs-on: smithy_ubuntu-latest_8-core
346-
timeout-minutes: 20
346+
timeout-minutes: 30
347347
permissions:
348348
id-token: write
349349
contents: read

aws/rust-runtime/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/rust-runtime/aws-config/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/sdk/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-runtime/Cargo.lock

Lines changed: 13 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)