Skip to content

Commit f3c6635

Browse files
committed
disable other sample apps temporarily
1 parent 12b0cc3 commit f3c6635

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/python-sample-app-s3-deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,26 @@ jobs:
4646
role-to-assume: arn:aws:iam::${{ env.ACCOUNT_ID }}:role/${{ secrets.E2E_TEST_ROLE_ARN }}
4747
aws-region: ${{ matrix.aws-region }}
4848

49-
- name: Build Sample App Zip
50-
working-directory: sample-apps/python
51-
run: zip -r python-sample-app.zip .
49+
# - name: Build Sample App Zip
50+
# working-directory: sample-apps/python
51+
# run: zip -r python-sample-app.zip .
5252

53-
- name: Upload to S3
54-
working-directory: sample-apps/python
55-
run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./python-sample-app.zip --key python-sample-app.zip
53+
# - name: Upload to S3
54+
# working-directory: sample-apps/python
55+
# run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./python-sample-app.zip --key python-sample-app.zip
5656

57-
- name: Build Lambda Sample App
58-
uses: actions/checkout@v4
59-
with:
60-
repository: 'aws-observability/aws-otel-python-instrumentation'
61-
- name: Build sample lambda function
62-
shell: bash
63-
run: ./package-lambda-function.sh
64-
working-directory: lambda-layer/sample-apps
57+
# - name: Build Lambda Sample App
58+
# uses: actions/checkout@v4
59+
# with:
60+
# repository: 'aws-observability/aws-otel-python-instrumentation'
61+
# - name: Build sample lambda function
62+
# shell: bash
63+
# run: ./package-lambda-function.sh
64+
# working-directory: lambda-layer/sample-apps
6565

66-
- name: Upload to Lambda Sample App to S3
67-
working-directory: lambda-layer/sample-apps
68-
run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./build/function.zip --key pyfunction.zip
66+
# - name: Upload to Lambda Sample App to S3
67+
# working-directory: lambda-layer/sample-apps
68+
# run: aws s3api put-object --bucket ${{ secrets.APP_SIGNALS_E2E_EC2_JAR }}-prod-${{ matrix.aws-region }} --body ./build/function.zip --key pyfunction.zip
6969

7070
- name: Build GenAI Sample App Zip
7171
working-directory: sample-apps/python/genai_service

0 commit comments

Comments
 (0)