Skip to content

Add expiring-licenses job #9

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
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
26 changes: 26 additions & 0 deletions pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,32 @@ jobs:
ENV_FILE: foundations/config/env.yml
EXPIRES_WITHIN: 2m
# code_snippet expiring-certificates-usage end
- name: expiring-licenses
serial: true
serial_groups: [ install ]
plan:
- in_parallel:
- get: daily-trigger
trigger: true
- get: platform-automation-image
params:
unpack: true
- get: platform-automation-tasks
params:
unpack: true
- get: configuration
- get: state
- task: prepare-tasks-with-secrets
<<: *prepare-tasks-with-secrets
# code_snippet expiring-licenses-usage start yaml
- task: expiring-licenses
image: platform-automation-image
file: platform-automation-tasks/tasks/expiring-licenses.yml
input_mapping:
env: configuration
params:
ENV_FILE: foundations/config/env.yml
# code_snippet expiring-licenses-usage end
- name: stage-configure-apply-telemetry
serial_groups: [install]
plan:
Expand Down