Skip to content

Commit

Permalink
Update test-on-droplets-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh authored Apr 30, 2024
1 parent 5fe46ac commit cbca185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-on-droplets-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,10 @@ jobs:
-d '{"persistent_vms": [], "instances": ["${{ matrix.check_vm.item_hash }}"]}' \
"http://${DROPLET_IPV4}:4020/control/allocations"
- name: Get system usage
- name: Fetch system usage endpoint
run: |
export DROPLET_IPV4="$(doctl compute droplet get aleph-vm-ci-${{ matrix.os_config.alias }}-${{ matrix.check_vm.alias }} --output json | ./.github/scripts/extract_droplet_ipv4.py)"
curl -X GET -H "Content-Type: application/json" \
-H "X-Auth-Signature: test" \
"http://${DROPLET_IPV4}:4020/about/usage/system"
Expand Down

0 comments on commit cbca185

Please sign in to comment.