Skip to content

Commit

Permalink
ci: integrate release policy into e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Feb 12, 2024
1 parent 26a5f21 commit c865109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e_simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
- name: Build, deploy, nunki generate, nunki set, nunki verify
run: |
just default simple
- name: Test the release policy # TODO(burgerdev): this should be tested separately
run: |
nix run .#write-coordinator-yaml -- ${{ env.container_registry }}/nunki/coordinator | kubectl apply -f - -n "$(cat ./workspace/just.namespace)" --wait
kubectl wait -n "$(cat ./workspace/just.namespace)" --for=condition=Available --timeout=5m deployments/coordinator
- name: Summary
run: |
cat ./workspace/just.namespace | tee -a "${GITHUB_STEP_SUMMARY}"
Expand Down

0 comments on commit c865109

Please sign in to comment.