From fde473d976742c52e271ca35ad0983ca0b79eb00 Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:40:53 +0100 Subject: [PATCH] buildkite serverless test against main (#15306) - test against main branch - fix rename --- catalog-info.yaml | 2 +- qa/integration/specs/dlq_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 3346c63ebb7..fa733b5102d 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -45,7 +45,7 @@ spec: access_level: READ_ONLY schedules: Daily serverless test on core_serverless_test branch: - branch: core_serverless_test + branch: main cronline: "@daily" message: "Run the serverless integration test every day." diff --git a/qa/integration/specs/dlq_spec.rb b/qa/integration/specs/dlq_spec.rb index f9b51d1974e..b76cc997ed4 100644 --- a/qa/integration/specs/dlq_spec.rb +++ b/qa/integration/specs/dlq_spec.rb @@ -66,7 +66,7 @@ let!(:settings_dir) { Stud::Temporary.directory } let(:serverless_es_config) do if serverless? - " hosts => '${ES_ENDPOINT}' api_key => '${LS_PLUGIN_API_KEY}'" + " hosts => '${ES_ENDPOINT}' api_key => '${PLUGIN_API_KEY}'" else "" end