-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy pathrecipe-regeneration.yml
More file actions
35 lines (33 loc) · 1.35 KB
/
recipe-regeneration.yml
File metadata and controls
35 lines (33 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#######################################################
### ###
### Auto-generated by Recipe Engine, DO NOT EDIT. ###
### ###
#######################################################
# Source: RecipeEngine.Modules.Wrench.Recipes.RecipeRegeneration
# This job is generated by the wrench recipe engine module, see find the docs here: http://Go/ii2fb
# Test that Generated Wrench Jobs are up to date.
test_-_wrench_jobs_up_to_date:
name: Test - Wrench Jobs up to date
agent:
image: package-ci/ubuntu-22.04:v4
type: Unity::VM
flavor: b1.large
commands:
- command: dotnet run --project Tools/CI/NGO.Cookbook.csproj
- command: |-
if [ -n "$(git status --porcelain -- .yamato/wrench)" ]; then
git status
echo "Your repo is not clean - diff output:"
git diff
echo "You must run recipe generation after updating recipes to update the generated YAML!"
echo "Run 'dotnet run --project Tools/CI/NGO.Cookbook.csproj' from the root of your repository to regenerate all job definitions created by wrench."
exit 1
fi
variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
triggers:
expression: push.branch match "^release/.*"
cancel_old_ci: true
metadata:
Job Maintainers: '#rm-packageworks'
Wrench: 2.6.0.0