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..3706ec510 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 + tag: testing-lesstests tests: ${tests} imageTag: ${imageTag}