Skip to content

Commit c7dae78

Browse files
committed
depend on all builds and tests
1 parent d4df0e1 commit c7dae78

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -167,18 +167,18 @@ jobs:
167167
VALIDATOR_COMMAND: -c spark-otel-trace-metric-validation.yml --endpoint http://app:4567 --metric-namespace aws-otel-integ-test -t ${{ github.run_id }}-${{ github.run_number }}
168168

169169
# publish status
170-
publish-build-status:
171-
needs: [ test_Spring_App_With_Java_Agent, test_Spark_App_With_Java_Agent, test_Spark_AWS_SDK_V1_App_With_Java_Agent ]
172-
if: ${{ always() }}
173-
uses: ./.github/workflows/publish-status.yml
174-
with:
175-
namespace: 'ADOT/GitHubActions'
176-
repository: ${{ github.repository }}
177-
branch: ${{ github.ref_name }}
178-
workflow: ${{ inputs.caller-workflow-name }}
179-
success: ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
180-
needs.test_Spark_App_With_Java_Agent.result == 'success' &&
181-
needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
182-
region: us-east-1
183-
secrets:
184-
roleArn: ${{ secrets.METRICS_ROLE_ARN }}
170+
# publish-build-status:
171+
# needs: [ test_Spring_App_With_Java_Agent, test_Spark_App_With_Java_Agent, test_Spark_AWS_SDK_V1_App_With_Java_Agent ]
172+
# if: ${{ always() }}
173+
# uses: ./.github/workflows/publish-status.yml
174+
# with:
175+
# namespace: 'ADOT/GitHubActions'
176+
# repository: ${{ github.repository }}
177+
# branch: ${{ github.ref_name }}
178+
# workflow: ${{ inputs.caller-workflow-name }}
179+
# success: ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
180+
# needs.test_Spark_App_With_Java_Agent.result == 'success' &&
181+
# needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
182+
# region: us-east-1
183+
# secrets:
184+
# roleArn: ${{ secrets.METRICS_ROLE_ARN }}

0 commit comments

Comments
 (0)