Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions eng/pipeline/cleanup-acr-images-pipeline-unofficial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
type: string
values:
- "\U0001F535 cleanup-acr-images-pipeline-unofficial.yml \U0001F535 \U0001F535"
default: "\U0001F535 cleanup-acr-images-pipeline-unofficial.yml \U0001F535 \U0001F535"
- name: enableDryRun
displayName: Dry run. Use this to see what would be deleted without performing the deletion.
default: true
Expand Down
1 change: 1 addition & 0 deletions eng/pipeline/cleanup-acr-images-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
type: string
values:
- "\U0001F535 cleanup-acr-images-pipeline.yml \U0001F535 \U0001F535"
default: "\U0001F535 cleanup-acr-images-pipeline.yml \U0001F535 \U0001F535"
- name: enableDryRun
displayName: Dry run. Use this to see what would be deleted without performing the deletion.
default: false
Expand Down
7 changes: 2 additions & 5 deletions eng/pipeline/cleanup-acr-images.gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ trigger: none
pr: none

parameters:
- name: _info
displayName: ℹ️ This pipeline cleans up old images in our Azure Container Registries.
type: string
values:
- ${ cat "🔵 " .output " 🔵 🔵" }
- ${ inlinetemplate "util/info.gen.yml" }:
desc: This pipeline cleans up old images in our Azure Container Registries.

- name: enableDryRun
displayName: Dry run. Use this to see what would be deleted without performing the deletion.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ parameters:
type: string
values:
- "\U0001F535 go-docker-rolling-internal-pipeline-unofficial.yml \U0001F535 \U0001F535"
default: "\U0001F535 go-docker-rolling-internal-pipeline-unofficial.yml \U0001F535 \U0001F535"
- name: sourceBuildPipelineRunId
displayName: >
The run ID (build ID) that produced the images that this run should publish. Use the default value to build and publish new images during this run.
Expand Down
1 change: 1 addition & 0 deletions eng/pipeline/go-docker-rolling-internal-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ parameters:
type: string
values:
- "\U0001F535 go-docker-rolling-internal-pipeline.yml \U0001F535 \U0001F535"
default: "\U0001F535 go-docker-rolling-internal-pipeline.yml \U0001F535 \U0001F535"
- name: sourceBuildPipelineRunId
displayName: >
The run ID (build ID) that produced the images that this run should publish. Use the default value to build and publish new images during this run.
Expand Down
7 changes: 2 additions & 5 deletions eng/pipeline/go-docker-rolling-internal.gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ schedules:
always: true

parameters:
- name: _info
displayName: ℹ️ This pipeline builds and publishes the Microsoft build of Go images.
type: string
values:
- ${ cat "🔵 " .output " 🔵 🔵" }
- ${ inlinetemplate "util/info.gen.yml" }:
desc: This pipeline builds and publishes the Microsoft build of Go images.

- name: sourceBuildPipelineRunId
displayName: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
type: string
values:
- "\U0001F535 rolling-internal-validation-pipeline-unofficial.yml \U0001F535 \U0001F535"
default: "\U0001F535 rolling-internal-validation-pipeline-unofficial.yml \U0001F535 \U0001F535"
- name: enableCodeQL
displayName: >
[Debug input] Force CodeQL to run, ignoring its built-in skip cadence. Use this to try modifications in dev branches.
Expand Down
1 change: 1 addition & 0 deletions eng/pipeline/rolling-internal-validation-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ parameters:
type: string
values:
- "\U0001F535 rolling-internal-validation-pipeline.yml \U0001F535 \U0001F535"
default: "\U0001F535 rolling-internal-validation-pipeline.yml \U0001F535 \U0001F535"
- name: enableCodeQL
displayName: >
[Debug input] Force CodeQL to run, ignoring its built-in skip cadence. Use this to try modifications in dev branches.
Expand Down
7 changes: 2 additions & 5 deletions eng/pipeline/rolling-internal-validation.gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ trigger: none
pr: none

parameters:
- name: _info
displayName: ℹ️ This pipeline runs rolling validation, like CodeQL.
type: string
values:
- ${ cat "🔵 " .output " 🔵 🔵" }
- ${ inlinetemplate "util/info.gen.yml" }:
desc: This pipeline runs rolling validation, like CodeQL.

- name: enableCodeQL
displayName: >
Expand Down
26 changes: 26 additions & 0 deletions eng/pipeline/util/info.gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright (c) Microsoft Corporation.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

# This pipelineymlgen template creates a placeholder parameter object that shows
# important information to the user who hit the "Run" button so they can make a
# more informed decision about whether they should use this pipeline.
#
# data inputs:
# - desc - The description text to include.
# - output - An output file of the template. Generally a pipeline .gen.yml file
# will automatically populate this data.
#
# The value is chosen to make it seem less out of place:
#
# The emoji fits in with the radio selection that shows up in the Run dialog to
# obscure the oddity of a single-option choice. The yml filename is included
# because it's technically potentially useful and fits in, even though it's
# likely not important.

name: _info
displayName: ${ cat "ℹ️" .desc }
Comment thread
dagood marked this conversation as resolved.
type: string
values:
- ${ cat "🔵 " .output " 🔵 🔵" }
default: ${ cat "🔵 " .output " 🔵 🔵" }
Loading