-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onboard pulumi-awsx to ci-mgmt #1471
Conversation
This is a temporary change to facilitate testing #1471 The schema-tools expect schema to be found under a certain path but the PR is moving the schema. The new location is enabled to reference the old location.
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1471 +/- ##
========================================
Coverage ? 0.00%
========================================
Files ? 10
Lines ? 2345
Branches ? 0
========================================
Hits ? 0
Misses ? 2345
Partials ? 0 ☔ View full report in Codecov by Sentry. |
6014a80
to
322e589
Compare
Alpha release going out with release verification: https://github.com/pulumi/pulumi-awsx/actions/runs/12771403406 |
# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt | ||
|
||
--- | ||
upstream-provider-name: terraform-provider-awsx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's have a follow-up work item to remove referencing terraform
. This could be confusing for users since awsx is not a bridged provider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, looking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Changes came mostly from other PRs that were reviewed with scrutiny. A sanity check of this PR looks good.
Looks like we need to disable branch protections temporarily and reset them via ci-mgmt. |
Following up on pulumi/pulumi-awsx#1471 where the workflows are now ci-mgmt workflows. This in particular should reset branch protections to expected ones managed by ci-mgmt.
This PR has been shipped in release v2.20.1. |
This change swaps out custom GitHub actions workflows with workflows managed centrally in pulumi/ci-mgmt that are standard across Pulumi provider repositories.
Fixes pulumi/ci-mgmt#1191
Depends on pulumi/ci-mgmt#1287
Builds on top of pulumi/ci-mgmt#1275 using Bridged Makefile for this provider.
cd awsx && yarn test
is running via a .mk extendercd awsx-classic/tests && yarn && yarn run build && yarn run mocha $$(find bin -name '*.spec.js')
also known as istanbul-tests, these were not run in CI prior to the change