From 733e6242634ef740bc6a3e31f6e392c89a016ff9 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 1 Aug 2023 06:44:42 +0000 Subject: [PATCH 1/2] testing less tests --- .github/workflows/test-suite.yaml | 21 ++++++++++---------- charts/lagoon-test/ci/linter-values.yaml.tpl | 3 ++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-suite.yaml b/.github/workflows/test-suite.yaml index 9599fb080..471c702aa 100644 --- a/.github/workflows/test-suite.yaml +++ b/.github/workflows/test-suite.yaml @@ -10,18 +10,18 @@ jobs: fail-fast: false matrix: test: - - active-standby-kubernetes - - api - - deploytarget - - features-kubernetes - - features-kubernetes-2 - - features-variables + # - active-standby-kubernetes + # - api + # - deploytarget + # - features-kubernetes + # - features-kubernetes-2 + # - features-variables - services - - tasks + # - tasks ## Re-enable any of these tests in your branch for specific testing ## - bitbucket ## - bulk-deployment - ## - drush + - drush ## - generic ## - github ## - gitlab @@ -29,8 +29,9 @@ jobs: ## - nginx ## - node ## - python - ## - ssh-legacy - ## - workflows + - ssh-legacy + # - workflows + - all-tasks-combined steps: # Continue after getting a shell via: `touch continue` diff --git a/charts/lagoon-test/ci/linter-values.yaml.tpl b/charts/lagoon-test/ci/linter-values.yaml.tpl index 221725a56..7af2f7564 100644 --- a/charts/lagoon-test/ci/linter-values.yaml.tpl +++ b/charts/lagoon-test/ci/linter-values.yaml.tpl @@ -17,7 +17,8 @@ localAPIDataWatcherPusher: tests: image: - repository: ${imageRegistry}/tests + repository: testlagoon/tests tests: ${tests} + tag: testing-lesstests imageTag: ${imageTag} From c1a9748e0f477740ec689edeb1cd126482c18d21 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 1 Aug 2023 17:22:40 +1000 Subject: [PATCH 2/2] imagetag lesstests --- charts/lagoon-test/ci/linter-values.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/lagoon-test/ci/linter-values.yaml.tpl b/charts/lagoon-test/ci/linter-values.yaml.tpl index 7af2f7564..3706ec510 100644 --- a/charts/lagoon-test/ci/linter-values.yaml.tpl +++ b/charts/lagoon-test/ci/linter-values.yaml.tpl @@ -18,7 +18,7 @@ localAPIDataWatcherPusher: tests: image: repository: testlagoon/tests + tag: testing-lesstests tests: ${tests} - tag: testing-lesstests imageTag: ${imageTag}