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

ci: make pipeline self-flying #361

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,21 @@ groups:
- check-backup-production-platform

jobs:
- name: reconfigure
serial: true
plan:
- get: logsearch-config
params: {depth: 1}
trigger: true
- get: secrets
# Remember to manually trigger a new build if you upload a new version
# of the credentials file.
trigger: false
- set_pipeline: ((name))
file: logsearch-config/ci/pipeline.yml
var_files:
- secrets/((name)).yml

- name: build-logsearch-release
plan:
- in_parallel:
Expand Down Expand Up @@ -1620,3 +1635,11 @@ resource_types:
repository: time-resource
aws_region: us-gov-west-1
tag: latest

- name: secrets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type: s3-iam
icon: cloud-lock
source:
region_name: ((concourse-varz-bucket-region))
bucket: ((concourse-varz-bucket))
versioned_file: ((name)).yml