Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .brazil.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"aws.sdk.kotlin.crt:aws-crt-kotlin:0.9.*": "AwsCrtKotlin-0.9.x",
"aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x",
"com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x",
"org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.*": "KotlinxDatetimeJvm-0.x",

"software.amazon.smithy:smithy-aws-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-traits-1.x",
"software.amazon.smithy:smithy-aws-iam-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-iam-traits-1.x",
Expand Down
8 changes: 0 additions & 8 deletions .changes/7ced011b-d955-4559-9a21-848a19a36a4e.json

This file was deleted.

49 changes: 0 additions & 49 deletions .github/actions/setup-build/action.yml

This file was deleted.

152 changes: 0 additions & 152 deletions .github/scripts/run-container-test.py

This file was deleted.

24 changes: 7 additions & 17 deletions .github/workflows/artifact-size-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,43 +44,33 @@ jobs:
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Configure JDK
uses: actions/setup-java@v3
with:
path: smithy-kotlin

- name: Setup build
uses: ./smithy-kotlin/.github/actions/setup-build

distribution: 'corretto'
java-version: 17
cache: 'gradle'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2

- name: Configure Gradle
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
with:
working-directory: smithy-kotlin

- name: Generate Artifact Size Metrics
run: ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
working-directory: smithy-kotlin

run: ./gradlew artifactSizeMetrics
- name: Analyze Artifact Size Metrics
run: ./gradlew analyzeArtifactSizeMetrics
working-directory: smithy-kotlin

- name: Show Results
uses: aws/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
with:
working-directory: smithy-kotlin

- name: Evaluate
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
working-directory: smithy-kotlin
run: |
cd build/reports/metrics
cat has-significant-change.txt | grep false || {
echo An artifact increased in size by more than allowed or a new artifact was created.
echo If this is expected please add the 'acknowledge-artifact-size-increase' label to this pull request.
exit 1
}
}
2 changes: 1 addition & 1 deletion .github/workflows/changelog-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
aws-region: us-west-2

- name: Verify changelog
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main
Loading
Loading