Skip to content

Commit

Permalink
Hotfix : skip failing upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Jun 10, 2024
1 parent e7de806 commit c57d133
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
with:
name: logs_graphql_${{ inputs.library }}_${{ matrix.weblog }}_${{ inputs.ci_environment }}
path: artifact.tar.gz
- name: Upload results CI Visibility
if: always()
run: ./utils/scripts/upload_results_CI_visibility.sh dev system-tests ${{ github.run_id }}-${{ github.run_attempt }}
env:
DD_API_KEY: ${{ secrets.DD_CI_API_KEY }}
# - name: Upload results CI Visibility
# if: always()
# run: ./utils/scripts/upload_results_CI_visibility.sh dev system-tests ${{ github.run_id }}-${{ github.run_attempt }}
# env:
# DD_API_KEY: ${{ secrets.DD_CI_API_KEY }}
- name: Print fancy log report
if: always()
run: python utils/scripts/markdown_logs.py >> $GITHUB_STEP_SUMMARY
10 changes: 5 additions & 5 deletions .github/workflows/run-parametric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
with:
name: logs_parametric_${{ inputs.library}}_parametric_${{ inputs.ci_environment }}
path: artifact.tar.gz
- name: Upload results CI Visibility
if: ${{ always() }}
run: ./utils/scripts/upload_results_CI_visibility.sh ${{ inputs.ci_environment }} system-tests ${{ github.run_id }}-${{ github.run_attempt }}
env:
DD_API_KEY: ${{ secrets.DD_CI_API_KEY }}
# - name: Upload results CI Visibility
# if: ${{ always() }}
# run: ./utils/scripts/upload_results_CI_visibility.sh ${{ inputs.ci_environment }} system-tests ${{ github.run_id }}-${{ github.run_attempt }}
# env:
# DD_API_KEY: ${{ secrets.DD_CI_API_KEY }}
- name: Print fancy log report
if: ${{ always() }}
run: python utils/scripts/markdown_logs.py >> $GITHUB_STEP_SUMMARY

0 comments on commit c57d133

Please sign in to comment.