-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31130 from def-/pr-publish-helm-charts
ci: Add separate publish_helm_charts pipeline
- Loading branch information
Showing
2 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright Materialize, Inc. and contributors. All rights reserved. | ||
# | ||
# Use of this software is governed by the Business Source License | ||
# included in the LICENSE file at the root of this repository. | ||
# | ||
# As of the Change Date specified in that file, in accordance with | ||
# the Business Source License, use of this software will be governed | ||
# by the Apache License, Version 2.0. | ||
|
||
# This file is processed by mkpipeline.py to trim unnecessary steps in PR | ||
# builds. The inputs for steps using the `mzcompose` plugin are computed | ||
# automatically. Inputs for other steps need to be manually listed in the | ||
# `inputs` key. | ||
|
||
dag: true | ||
|
||
steps: | ||
- id: helm-charts-publish | ||
label: Publish Helm Charts | ||
command: bin/ci-builder run stable misc/helm-charts/publish.sh | ||
timeout_in_minutes: 10 | ||
inputs: | ||
- misc/helm-charts | ||
depends_on: [] | ||
agents: | ||
queue: linux-aarch64-small |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters