diff --git a/unittests/actions/config-act-runner.yaml b/unittests/act_runner/config-act-runner.yaml similarity index 76% rename from unittests/actions/config-act-runner.yaml rename to unittests/act_runner/config-act-runner.yaml index 01af7b2..a9a1a85 100644 --- a/unittests/actions/config-act-runner.yaml +++ b/unittests/act_runner/config-act-runner.yaml @@ -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: diff --git a/unittests/actions/config-scripts.yaml b/unittests/act_runner/config-scripts.yaml similarity index 76% rename from unittests/actions/config-scripts.yaml rename to unittests/act_runner/config-scripts.yaml index 862c554..93314db 100644 --- a/unittests/actions/config-scripts.yaml +++ b/unittests/act_runner/config-scripts.yaml @@ -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: diff --git a/unittests/actions/job.yaml b/unittests/act_runner/job.yaml similarity index 80% rename from unittests/actions/job.yaml rename to unittests/act_runner/job.yaml index 9702f4a..6ba7e7f 100644 --- a/unittests/actions/job.yaml +++ b/unittests/act_runner/job.yaml @@ -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: diff --git a/unittests/actions/role-job.yaml b/unittests/act_runner/role-job.yaml similarity index 79% rename from unittests/actions/role-job.yaml rename to unittests/act_runner/role-job.yaml index 7aab92f..217f45a 100644 --- a/unittests/actions/role-job.yaml +++ b/unittests/act_runner/role-job.yaml @@ -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: diff --git a/unittests/actions/rolebinding-job.yaml b/unittests/act_runner/rolebinding-job.yaml similarity index 78% rename from unittests/actions/rolebinding-job.yaml rename to unittests/act_runner/rolebinding-job.yaml index ba1dc94..7c9d416 100644 --- a/unittests/actions/rolebinding-job.yaml +++ b/unittests/act_runner/rolebinding-job.yaml @@ -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: diff --git a/unittests/actions/secret-token.yaml b/unittests/act_runner/secret-token.yaml similarity index 77% rename from unittests/actions/secret-token.yaml rename to unittests/act_runner/secret-token.yaml index ed26899..9cae9b6 100644 --- a/unittests/actions/secret-token.yaml +++ b/unittests/act_runner/secret-token.yaml @@ -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: diff --git a/unittests/actions/serviceaccount-job.yaml b/unittests/act_runner/serviceaccount-job.yaml similarity index 76% rename from unittests/actions/serviceaccount-job.yaml rename to unittests/act_runner/serviceaccount-job.yaml index 5933805..f0f82a9 100644 --- a/unittests/actions/serviceaccount-job.yaml +++ b/unittests/act_runner/serviceaccount-job.yaml @@ -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: diff --git a/unittests/actions/statefulset.yaml b/unittests/act_runner/statefulset.yaml similarity index 78% rename from unittests/actions/statefulset.yaml rename to unittests/act_runner/statefulset.yaml index 89b4322..d94cb4a 100644 --- a/unittests/actions/statefulset.yaml +++ b/unittests/act_runner/statefulset.yaml @@ -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: