Skip to content

Commit

Permalink
Merge pull request #361 from cloud-gov/bb/self-fly
Browse files Browse the repository at this point in the history
ci: make pipeline self-flying
  • Loading branch information
bengerman13 authored Jul 1, 2024
2 parents 23f005a + 655037c commit 91b78c8
Showing 1 changed file with 23 additions and 0 deletions.
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
type: s3-iam
icon: cloud-lock
source:
region_name: ((concourse-varz-bucket-region))
bucket: ((concourse-varz-bucket))
versioned_file: ((name)).yml

0 comments on commit 91b78c8

Please sign in to comment.