@@ -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