Skip to content

Commit

Permalink
Run topaz tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Nov 25, 2024
1 parent e3a1c5c commit 281e423
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ jobs:
args: >
--agents 1
--k3s-arg "--disable=metrics-server@server:*"
-
name: Test Topaz
timeout-minutes: 10
env:
TOPAZ_CERTS_DIR: ${{ env.TOPAZ_CERTS_DIR }}
run: |
uv run --project tools/ktest tools/ktest/ktest.py charts/topaz/test/tests.yaml
-
name: Deploy Postgres
run: |
Expand Down
2 changes: 1 addition & 1 deletion charts/directory/test/no-tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image:
tag: 0.33.2-3e32438c-arm64
tag: 0.33.2-3e32438c-amd64

imagePullSecrets:
- name: ghcr-creds
Expand Down
2 changes: 1 addition & 1 deletion charts/directory/test/tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image:
tag: 0.33.2-3e32438c-arm64
tag: 0.33.2-3e32438c-amd64

imagePullSecrets:
- name: ghcr-creds
Expand Down

0 comments on commit 281e423

Please sign in to comment.