rebased: Add Gitea Actions act runner #666

Merged
vjm merged 27 commits from gitea-actions into main 2024-11-10 13:35:57 +00:00
8 changed files with 16 additions and 16 deletions
Showing only changes of commit ed8534e084 - Show all commits

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/config-act-runner.yaml
- templates/gitea/act_runner/config-act-runner.yaml
tests:
- it: renders a ConfigMap
template: templates/gitea/actions/config-act-runner.yaml
template: templates/gitea/act_runner/config-act-runner.yaml
set:
actions:
statefulset:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/config-scripts.yaml
- templates/gitea/act_runner/config-scripts.yaml
tests:
- it: renders a deployment
template: templates/gitea/actions/config-scripts.yaml
template: templates/gitea/act_runner/config-scripts.yaml
set:
actions:
job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/job.yaml
- templates/gitea/act_runner/job.yaml
tests:
- it: renders a deployment
template: templates/gitea/actions/job.yaml
template: templates/gitea/act_runner/job.yaml
set:
actions:
job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/role-job.yaml
- templates/gitea/act_runner/role-job.yaml
tests:
- it: renders a role
template: templates/gitea/actions/role-job.yaml
template: templates/gitea/act_runner/role-job.yaml
set:
actions:
job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/rolebinding-job.yaml
- templates/gitea/act_runner/rolebinding-job.yaml
tests:
- it: renders a deployment
template: templates/gitea/actions/rolebinding-job.yaml
template: templates/gitea/act_runner/rolebinding-job.yaml
set:
actions:
job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/secret-token.yaml
- templates/gitea/act_runner/secret-token.yaml
tests:
- it: renders a deployment
template: templates/gitea/actions/secret-token.yaml
template: templates/gitea/act_runner/secret-token.yaml
set:
actions:
job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/serviceaccount-job.yaml
- templates/gitea/act_runner/serviceaccount-job.yaml
tests:
- it: renders a deployment
template: templates/gitea/actions/serviceaccount-job.yaml
template: templates/gitea/act_runner/serviceaccount-job.yaml
set:
actions:
job:

View File

@ -3,10 +3,10 @@ release:
name: gitea-unittests
namespace: testing
templates:
- templates/gitea/actions/statefulset.yaml
- templates/gitea/act_runner/statefulset.yaml
tests:
- it: renders a deployment
template: templates/gitea/actions/statefulset.yaml
template: templates/gitea/act_runner/statefulset.yaml
set:
actions:
statefulset: