Skip to content

Commit b7a7139

Browse files
authored
revert "kn: merge to main (#1423)" (#1431)
1 parent d132423 commit b7a7139

File tree

168 files changed

+1058
-2592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+1058
-2592
lines changed

.brazil.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"aws.sdk.kotlin.crt:aws-crt-kotlin:0.9.*": "AwsCrtKotlin-0.9.x",
1515
"aws.sdk.kotlin.crt:aws-crt-kotlin:0.8.*": "AwsCrtKotlin-0.8.x",
1616
"com.squareup.okhttp3:okhttp:4.*": "OkHttp3-4.x",
17-
"org.jetbrains.kotlinx:kotlinx-datetime-jvm:0.*": "KotlinxDatetimeJvm-0.x",
1817

1918
"software.amazon.smithy:smithy-aws-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-traits-1.x",
2019
"software.amazon.smithy:smithy-aws-iam-traits:1.*": "Maven-software-amazon-smithy_smithy-aws-iam-traits-1.x",

.changes/7ced011b-d955-4559-9a21-848a19a36a4e.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/actions/setup-build/action.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/scripts/run-container-test.py

Lines changed: 0 additions & 152 deletions
This file was deleted.

.github/workflows/artifact-size-metrics.yml

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,43 +44,33 @@ jobs:
4444
steps:
4545
- name: Checkout Sources
4646
uses: actions/checkout@v4
47+
- name: Configure JDK
48+
uses: actions/setup-java@v3
4749
with:
48-
path: smithy-kotlin
49-
50-
- name: Setup build
51-
uses: ./smithy-kotlin/.github/actions/setup-build
52-
50+
distribution: 'corretto'
51+
java-version: 17
52+
cache: 'gradle'
5353
- name: Configure AWS Credentials
5454
uses: aws-actions/configure-aws-credentials@v4
5555
with:
5656
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
5757
aws-region: us-west-2
58-
5958
- name: Configure Gradle
6059
uses: aws/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
61-
with:
62-
working-directory: smithy-kotlin
63-
6460
- name: Generate Artifact Size Metrics
65-
run: ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
66-
working-directory: smithy-kotlin
67-
61+
run: ./gradlew artifactSizeMetrics
6862
- name: Analyze Artifact Size Metrics
6963
run: ./gradlew analyzeArtifactSizeMetrics
70-
working-directory: smithy-kotlin
7164

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

7768
- name: Evaluate
7869
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
79-
working-directory: smithy-kotlin
8070
run: |
8171
cd build/reports/metrics
8272
cat has-significant-change.txt | grep false || {
8373
echo An artifact increased in size by more than allowed or a new artifact was created.
8474
echo If this is expected please add the 'acknowledge-artifact-size-increase' label to this pull request.
8575
exit 1
86-
}
76+
}

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
aws-region: us-west-2
2323

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

0 commit comments

Comments
 (0)