Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes to serverless pipelines #2909

Merged
merged 8 commits into from
Aug 24, 2023
Merged
5 changes: 3 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ metadata:
description: Pipeline tests the service integration in a specific environment
links:
- title: Pipeline
url: https://buildkite.com/elastic/fleet-server
url: https://buildkite.com/elastic/fleet-server-tests
spec:
type: buildkite-pipeline
owner: group:fleet
Expand All @@ -128,10 +128,11 @@ spec:
description: fleet-server environment tests
spec:
repository: elastic/fleet-server
pipeline_file: .buildkite/pipeline.service-tests.yml
pipeline_file: .buildkite/pipeline.service-tests.yaml
branch_configuration: "main"
provider_settings:
build_pull_requests: false
trigger_mode: none
teams:
cloud-k8s-region:
juliaElastic marked this conversation as resolved.
Show resolved Hide resolved
access_level: MANAGE_BUILD_AND_READ
Expand Down
Loading