Skip to content

Commit

Permalink
Fix job name in collect metrics steps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jul 18, 2024
1 parent 2ea6339 commit 30e8e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e-tests-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ jobs:
org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}
basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }}
hostname: ${{ secrets.GRAFANA_INTERNAL_HOST }}
this-job-name: e2e_tests_${{ matrix.tests.id_sanitized }}
this-job-name: Run docker tests (${{ matrix.tests.id }})
test-results-file: '{"testType":"go","filePath":"/tmp/gotest.log"}'
continue-on-error: true

Expand Down Expand Up @@ -590,7 +590,7 @@ jobs:
org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}
basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }}
hostname: ${{ secrets.GRAFANA_INTERNAL_HOST }}
this-job-name: e2e_tests_${{ matrix.tests.id_sanitized }}
this-job-name: Run k8s tests (${{ matrix.tests.id }})
continue-on-error: true

after_tests:
Expand Down

0 comments on commit 30e8e18

Please sign in to comment.