From 4ca3bc77c5856facf1fe88ba11b21573b876ba50 Mon Sep 17 00:00:00 2001 From: Karl Baker Date: Mon, 14 Jun 2021 17:45:11 +0100 Subject: [PATCH] Add missing LOG_TO_SPLUNK param to Smokey runs This commit adds the missing `LOG_TO_SPLUNK` param to Smokey runs and sets it to `false` so that we can inspect Smokey job output in Concourse. This should have been added in https://github.com/alphagov/govuk-infrastructure/pull/328 but seems to have been missed out. --- concourse/pipelines/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/concourse/pipelines/deploy.yml b/concourse/pipelines/deploy.yml index 687e5e62f..3cdf81a4a 100644 --- a/concourse/pipelines/deploy.yml +++ b/concourse/pipelines/deploy.yml @@ -618,6 +618,7 @@ jobs: ASSUME_ROLE_ARN: ((concourse_deployer_role_arn)) APPLICATION: smokey VARIANT: default + LOG_TO_SPLUNK: false COMMAND: bundle exec cucumber --profile test --strict-undefined -t @replatforming -t \"not @notreplatforming and not @not((govuk_environment))\" on_failure: <<: *notify-slack-failure