Skip to content

Commit

Permalink
Remove resync-build workflow (#1186)
Browse files Browse the repository at this point in the history
The `resync-build` workflow copies a set of generated files from
`ci-mgmt` into the respective provider repo.


https://github.com/pulumi/ci-mgmt/blob/5c4c4b9781e6baeba99ed540065bcc4c2be763c9/provider-ci/internal/pkg/templates/bridged-provider/.github/workflows/resync-build.yml#L34

These files are no longer available in `ci-mgmt`, which makes this
workflow deprecated. Cleaning up as a result.
  • Loading branch information
ringods authored Dec 2, 2024
1 parent 5c4c4b9 commit 9892c9d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 454 deletions.
2 changes: 2 additions & 0 deletions provider-ci/internal/pkg/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,14 @@ func getDeletedFiles(templateName string) []string {
case "bridged-provider":
return []string{
".github/workflows/check-upstream-upgrade.yml",
".github/workflows/resync-build.yml",
"scripts/upstream.sh",
".goreleaser.yml",
".goreleaser.prerelease.yml",
}
case "external-bridged-provider":
return []string{
".github/workflows/resync-build.yml",
"scripts/upstream.sh",
".goreleaser.yml",
".goreleaser.prerelease.yml",
Expand Down

This file was deleted.

89 changes: 0 additions & 89 deletions provider-ci/test-providers/acme/.github/workflows/resync-build.yml

This file was deleted.

93 changes: 0 additions & 93 deletions provider-ci/test-providers/aws/.github/workflows/resync-build.yml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9892c9d

Please sign in to comment.