Skip to content

Commit

Permalink
feat: add logs of partion metrics call (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem authored Feb 23, 2023
2 parents 93ab812 + d7704f5 commit 9186131
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,12 @@ jobs:
just log_level=${{ matrix.log-level }} tag=${VERSION} queue=${{ matrix.queue }} object=${{ matrix.object }} worker=htcmock deploy
sleep 10
- name: Print And Time Metrics
run: |
set -x
time curl localhost:5002/metrics
time curl localhost:5003/metrics
- name: Run HtcMock test 100 tasks 1 level
timeout-minutes: 3
run: |
Expand Down Expand Up @@ -608,6 +614,12 @@ jobs:
-e GrpcClient__Endpoint=http://armonik.control.submitter:1080 \
dockerhubaneo/armonik_core_htcmock_test_client:$VERSION
- name: Print And Time Metrics
run: |
set -x
time curl localhost:5002/metrics
time curl localhost:5003/metrics
- name: Show logs
if: always()
run: |
Expand Down

0 comments on commit 9186131

Please sign in to comment.