Skip to content

Commit

Permalink
buildkite serverless test against main (#15306)
Browse files Browse the repository at this point in the history
- test against main branch
- fix rename
  • Loading branch information
kaisecheng authored Sep 6, 2023
1 parent 0f3330e commit fde473d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down
2 changes: 1 addition & 1 deletion qa/integration/specs/dlq_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fde473d

Please sign in to comment.