Adopt ci-mgmt.yaml (#511)

Now that ci-mgmt/provider-ci has a "native" template, we can adopt it
for this provider.
This commit is contained in:
Matthew (Matt) Jeffryes
2025-04-09 14:06:42 -07:00
committed by GitHub
parent 780fe97f99
commit c6b9fc8f02
9 changed files with 89 additions and 53 deletions

View File

@@ -304,3 +304,13 @@ sign-goreleaser-exe-%: bin/jsign-6.0.jar
az logout; \
fi; \
fi
# To make an immediately observable change to .ci-mgmt.yaml:
#
# - Edit .ci-mgmt.yaml
# - Run make ci-mgmt to apply the change locally.
#
ci-mgmt: .ci-mgmt.yaml
go run github.com/pulumi/ci-mgmt/provider-ci@master generate
.PHONY: ci-mgmt
fi