Skip to content

Commit 3b85d80

Browse files
committed
debug download and process
1 parent 17166e2 commit 3b85d80

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/service-ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
1515
aws-region: us-west-2
1616

17-
- name: Build and upload metrics
18-
id: build
19-
env:
20-
GITHUB_REPOSITORY: ${{ github.repository }}
21-
UPLOAD: 'true'
22-
RELEASE_METRICS: 'false'
23-
IDENTIFIER: ${{ github.ref_name }}
24-
uses: aws-actions/aws-codebuild-run-build@v1
25-
with:
26-
project-name: aws-sdk-kotlin-service-build
27-
source-version-override: ${{ github.ref }}
28-
env-vars-for-codebuild: GITHUB_REPOSITORY, UPLOAD, RELEASE_METRICS, IDENTIFIER
17+
# - name: Build and upload metrics
18+
# id: build
19+
# env:
20+
# GITHUB_REPOSITORY: ${{ github.repository }}
21+
# UPLOAD: 'true'
22+
# RELEASE_METRICS: 'false'
23+
# IDENTIFIER: ${{ github.ref_name }}
24+
# uses: aws-actions/aws-codebuild-run-build@v1
25+
# with:
26+
# project-name: aws-sdk-kotlin-service-build
27+
# source-version-override: ${{ github.ref }}
28+
# env-vars-for-codebuild: GITHUB_REPOSITORY, UPLOAD, RELEASE_METRICS, IDENTIFIER
2929

3030
- name: Process metrics
3131
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/download-and-process@asm-v2 # TODO: Change to main before merging

0 commit comments

Comments
 (0)