Unverified Commit 4c35d7ed authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Run the diff bot on a large instance (#3000)

## Motivation and Context
We never switched the diff bot to the 8 core runner


----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent e9aa14e1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -31,10 +31,9 @@ env:
  rust_version: 1.70.0
  rust_toolchain_components: clippy,rustfmt
  apt_dependencies: libssl-dev gnuplot jq

jobs:
  generate-diff:
    runs-on: ubuntu-latest
    runs-on: smithy_ubuntu-latest_8-core
    name: Generate diff and upload to S3
    env:
      AWS_REGION: us-west-2
@@ -69,7 +68,7 @@ jobs:
        fi

  generate-doc-preview:
    runs-on: ubuntu-latest
    runs-on: smithy_ubuntu-latest_8-core
    name: Generate rustdoc preview and upload to S3
    env:
      AWS_REGION: us-west-2