hashistack/.gitea/workflows/e2e-tests-vault.yml

29 lines
658 B
YAML
Raw Normal View History

2024-09-15 20:42:29 +00:00
---
name: test
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- main
# paths:
# - roles/vault/**
jobs:
end_to_end_vault:
strategy:
matrix:
test_os: ["vault_default", "vault_with_raft_enabled"]
scenario:
["debian11", "debian12", "ubuntu2004", "ubuntu2204", "ubuntu2404"]
2024-09-15 20:43:11 +00:00
uses: ./.gitea/workflows/e2e-tests.yml
2024-09-15 20:42:29 +00:00
with:
role: vault
scenario: ${{ matrix.scenario}}
test_os: ${{ matrix.test_os }}
2024-09-15 20:51:47 +00:00
secrets:
VAULT_APPROLE_ID: ${{ secrets.VAULT_APPROLE_ID }}
VAULT_APPROLE_SECRET_ID: ${{ secrets.VAULT_APPROLE_SECRET_ID }}