Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: CI
on:
pull_request:
branches: [main]
Comment thread
devantler marked this conversation as resolved.
merge_group:

Comment thread
devantler marked this conversation as resolved.
permissions:
contents: read

jobs:
test:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
Comment thread
devantler marked this conversation as resolved.
runs-on: ubuntu-latest
environment: ci
steps:
- name: 📑 Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: 🧪 System Test
uses: devantler-tech/ksail/.github/actions/ksail-cluster@e8af568986b21cb6e1ed1b3be92ff9c8c3612363 # v5.74.3
with:
distribution: Talos
provider: Docker
init: "false"
validate: "true"
sops-age-key: ${{ secrets.SOPS_AGE_KEY }}
Comment thread Fixed
hosts-file: ${{ vars.HOSTS_FILE }}
root-ca-cert-file: ${{ vars.ROOT_CA_CERT_FILE }}
Comment thread
devantler marked this conversation as resolved.
push: "true"
Comment thread
devantler marked this conversation as resolved.
reconcile: "true"
delete: "true"
1 change: 1 addition & 0 deletions .policyignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ castai*
cert-manager*
cleanup*
consul*
cost-optimization*
Comment thread
devantler marked this conversation as resolved.
Comment thread
devantler marked this conversation as resolved.
external-secret-operator*
flux-cel*
flux*
Expand Down

This file was deleted.

Loading