Skip to content

Commit

Permalink
ci: use a3p u17 container
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Jan 8, 2025
1 parent 1bcf6b8 commit e8d913f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/vaults-and-reserve-metrics-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,37 +55,37 @@ jobs:
run: ./scripts/validateData.mjs
env:
entity: vaultManagerGovernances
blockHeight: 1212
blockHeight: 1170

- name: Test VaultManagerMetrics
run: ./scripts/validateData.mjs
env:
entity: vaultManagerMetrics
blockHeight: 1212
blockHeight: 1170

- name: Test VaultManagerMetricsDaily
run: ./scripts/validateData.mjs
env:
entity: vaultManagerMetricsDailies
blockHeight: 1212
blockHeight: 1170

- name: Test ReserveMetrics
run: ./scripts/validateData.mjs
env:
entity: reserveMetrics
blockHeight: 1212
blockHeight: 1170

- name: Test ReserveAllocationMetrics
run: ./scripts/validateData.mjs
env:
entity: reserveAllocationMetrics
blockHeight: 1212
blockHeight: 1170

- name: Test ReserveAllocationMetricsDaily
run: ./scripts/validateData.mjs
env:
entity: reserveAllocationMetricsDailies
blockHeight: 1212
blockHeight: 1170

- name: Notify About Failure
if: >
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
- ci

a3p:
image: ghcr.io/agoric/agoric-3-proposals:latest
image: ghcr.io/agoric/agoric-3-proposals:use-upgrade-17
container_name: agd
ports:
- 26657:26657
Expand Down

0 comments on commit e8d913f

Please sign in to comment.