From 0705170ef5a452c14ab1627aeb32f185fbdcc844 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Thu, 28 Mar 2024 10:37:44 +0100 Subject: [PATCH] uncomment --- .../base/tekton/pipeline/symfonycheck.yaml | 134 +++++++++--------- 1 file changed, 67 insertions(+), 67 deletions(-) diff --git a/kustomization/base/tekton/pipeline/symfonycheck.yaml b/kustomization/base/tekton/pipeline/symfonycheck.yaml index e9aa06f..29fa273 100644 --- a/kustomization/base/tekton/pipeline/symfonycheck.yaml +++ b/kustomization/base/tekton/pipeline/symfonycheck.yaml @@ -59,19 +59,19 @@ spec: - name: source workspace: shared-data - # # ⭐ Exécution des tests phpstan - # - name: phpstan - # runAfter: ["gitclone"] - # taskRef: - # name: phpstan - # workspaces: - # - name: source - # workspace: shared-data - # params: - # - name: apiurl - # value: $(params.apiurl) - # - name: requestid - # value: $(params.requestid) + # ⭐ Exécution des tests phpstan + - name: phpstan + runAfter: ["gitclone"] + taskRef: + name: phpstan + workspaces: + - name: source + workspace: shared-data + params: + - name: apiurl + value: $(params.apiurl) + - name: requestid + value: $(params.requestid) # ⭐ Exécution des tests php-cs-fixer - name: phpcsfixer @@ -97,62 +97,62 @@ spec: workspace: shared-data finally: - # # 📨 Envoie du resulat de php-cs-fixer à gitea - # - name: phpcsfixer-giteacomment - # taskRef: - # name: giteacomment - # workspaces: - # - name: source - # workspace: shared-data - # - name: gitea-access-token - # workspace: gitea-access-token - # params: - # - name: apiurl - # value: $(params.apiurl) - # - name: requestid - # value: $(params.requestid) - # - name: title - # value: "PHP-CS-FIXER" - # - name: filepath - # value: "temp_phpcsfixer.txt" + # 📨 Envoie du resulat de php-cs-fixer à gitea + - name: phpcsfixer-giteacomment + taskRef: + name: giteacomment + workspaces: + - name: source + workspace: shared-data + - name: gitea-access-token + workspace: gitea-access-token + params: + - name: apiurl + value: $(params.apiurl) + - name: requestid + value: $(params.requestid) + - name: title + value: "PHP-CS-FIXER" + - name: filepath + value: "temp_phpcsfixer.txt" - # # 📨 Envoi du resulat de phpstan à gitea - # - name: phpstan-giteacomment - # taskRef: - # name: giteacomment - # workspaces: - # - name: source - # workspace: shared-data - # - name: gitea-access-token - # workspace: gitea-access-token - # params: - # - name: apiurl - # value: $(params.apiurl) - # - name: requestid - # value: $(params.requestid) - # - name: title - # value: "PHPSTAN" - # - name: filepath - # value: "temp_phpstan.txt" + # 📨 Envoi du resulat de phpstan à gitea + - name: phpstan-giteacomment + taskRef: + name: giteacomment + workspaces: + - name: source + workspace: shared-data + - name: gitea-access-token + workspace: gitea-access-token + params: + - name: apiurl + value: $(params.apiurl) + - name: requestid + value: $(params.requestid) + - name: title + value: "PHPSTAN" + - name: filepath + value: "temp_phpstan.txt" - # # 📨 Envoie le resulat de phpsecuritychecker à gitea - # - name: phpsecuritychecker-giteacomment - # taskRef: - # name: giteacomment - # workspaces: - # - name: source - # workspace: shared-data - # - name: gitea-access-token - # workspace: gitea-access-token - # params: - # - name: apiurl - # value: $(params.apiurl) - # - name: requestid - # value: $(params.requestid) - # - name: title - # value: "PHP-SECURITY-CHECK" - # - name: filepath - # value: "temp_phpsecuritychecker.txt" + # 📨 Envoie le resulat de phpsecuritychecker à gitea + - name: phpsecuritychecker-giteacomment + taskRef: + name: giteacomment + workspaces: + - name: source + workspace: shared-data + - name: gitea-access-token + workspace: gitea-access-token + params: + - name: apiurl + value: $(params.apiurl) + - name: requestid + value: $(params.requestid) + - name: title + value: "PHP-SECURITY-CHECK" + - name: filepath + value: "temp_phpsecuritychecker.txt" # 🧹 Cleanup - name: cleanup-workspace