Skip to content

Commit 3f883e6

Browse files
committed
Fix.
1 parent 036f3db commit 3f883e6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/e2e-tests-app-with-java-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
env:
2020
# The precense of this env var is required. It is not redundant
21-
AWS_DEFAULT_REGION: ${{ inputs.aws-region }}
21+
AWS_DEFAULT_REGION: 'us-east-1'
2222

2323
jobs:
2424
build_Images_For_Testing_Sample_App_With_Java_Agent:

.github/workflows/main-build.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,21 @@ jobs:
116116
echo "stagingRegistry=${{ env.STAGING_ECR_REGISTRY }}" >> $GITHUB_OUTPUT
117117
echo "stagingRepository=${{ env.STAGING_ECR_REPOSITORY }}" >> $GITHUB_OUTPUT
118118
echo "stagingImage=${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}:${{ steps.java_agent_versioning.outputs.STAGING_TAG }}" >> $GITHUB_OUTPUT
119-
120-
- name: Build and Push Java Agent Image and Execute cpUtility Tests
121-
uses: ./.github/actions/cpUtility-testing
122-
with:
123-
aws-region: us-west-2
124-
image_uri_with_tag: ${{ steps.imageOutput.outputs.stagingImage }}
125-
image_registry: ${{ steps.imageOutput.outputs.stagingRegistry }}
126-
adot-java-version: ${{ steps.getADOTJavaVersion.outputs.adot_java_version }}
127-
snapshot-ecr-role: ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
128-
129-
- name: Upload to GitHub Actions
130-
uses: actions/upload-artifact@v3
131-
with:
132-
name: aws-opentelemetry-agent.jar
133-
path: otelagent/build/libs/aws-opentelemetry-agent-*.jar
119+
#
120+
# - name: Build and Push Java Agent Image and Execute cpUtility Tests
121+
# uses: ./.github/actions/cpUtility-testing
122+
# with:
123+
# aws-region: us-west-2
124+
# image_uri_with_tag: ${{ steps.imageOutput.outputs.stagingImage }}
125+
# image_registry: ${{ steps.imageOutput.outputs.stagingRegistry }}
126+
# adot-java-version: ${{ steps.getADOTJavaVersion.outputs.adot_java_version }}
127+
# snapshot-ecr-role: ${{ secrets.JAVA_INSTRUMENTATION_SNAPSHOT_ECR }}
128+
#
129+
# - name: Upload to GitHub Actions
130+
# uses: actions/upload-artifact@v3
131+
# with:
132+
# name: aws-opentelemetry-agent.jar
133+
# path: otelagent/build/libs/aws-opentelemetry-agent-*.jar
134134

135135
default-region-output:
136136
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)