Skip to content
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

Configure credentials for release verification #1287

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Jan 14, 2025

This permits providers such as pulumi-awsx to simply state this in .ci-mgmt.yaml:

aws: true

And have release verification authorized for AWS.

Without this change release verification does not work as it lacks credentials.

The template bits got copied from

This permits providers such as pulumi-awsx to simply state this in .ci-mgmt.yaml:

    aws: true

And have release verification authorized for AWS.

Without this change release verification does not work as it lacks credentials.
@t0yv0 t0yv0 requested a review from rquitales January 14, 2025 15:45
@t0yv0 t0yv0 added this pull request to the merge queue Jan 14, 2025
Merged via the queue into master with commit 2306098 Jan 14, 2025
6 checks passed
@t0yv0 t0yv0 deleted the t0yv0/creds-for-release-verification branch January 14, 2025 17:54
t0yv0 added a commit to pulumi/pulumi-awsx that referenced this pull request Jan 14, 2025
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.

- [x] run all tests
  - [x] `cd awsx && yarn test` is running via a .mk extender
- [x] `cd 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
- [x] examples_legacy were not run as acceptance tests intentionally per
README
  - [x] examples are running 
- [x] recover weekly-pulumi-update.yml
- [x] recover awsx-upgrade-aws.yml
- [x] ensure renovate can update the repo
- [x] ensure post-release verification
- [x] perform an alpha release
- [x] verify in each language the SDKs got versioned and usable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants