pulumi/changelog/pending
bors[bot] f43f549d12
Merge #11471 #11559
11471: Improve `bors` merge reliability: Windows smoke tests are advisory and run with reduced parallelism r=AaronFriel a=AaronFriel

The `continue-on-error` flag is set to true whenever the matrix platform contains "windows" for smoke tests. This does mean these jobs will allow failures and proceed, however this should substantially reduce the false negatives due to the behavior of the CI platform. Per the response from GitHub support ticket on my account:

> I've confirmed that our engineering team has an open backlog item focused around "protecting" the provisioning service in cases of resource starvation. I believe this will address your exact concerns so that high resource consumption does not result in an abandoned job.
> 
> In the meantime, there unfortunately is not much capability exposed for affecting priority on the VM. Until improvements are implemented, our team still recommends trying to reduce load on the CPU at the point(s) in the workflow where the job consistently is getting abandoned.

I hope that setting this option, reducing Windows test parallelism, and setting timeouts appropriately will help improve CI reliability. 

Our CI jobs typically complete in 35 minutes, any longer indicates high likelihood that the runner has failed.

11559: fix(sdk/python): Allow for duplicate output values in python programs r=kpitzen a=kpitzen

I used the node SDK as inspiration for this change - there were a few things we were doing differently in python (specifically handling all cases in the outer layer of `massage` rather than allowing for more fine-grained control in a `massage_complex` function like in node.  We also take the stack concept from the node SDK to resolve the immediate issue of duplicate outputs.

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Fixes #11133 

## Checklist

<!--- Please provide details if the checkbox below is to be left unchecked. -->
- [x] I have added tests that prove my fix is effective or that my feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the Pulumi Service,
then the service should honor older versions of the CLI where this change would not exist.
You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Service API version
  <!-- `@Pulumi` employees: If yes, you must submit corresponding changes in the service repo. -->


Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
Co-authored-by: Kyle Pitzen <kylepitzen@Kyles-MBP.fios-router.home>
2022-12-08 19:38:44 +00:00
..
20221111--sdkgen-go--fixes-superfluous-newline-being-added-between-documentation-comment-and-package-statement-in-doc-go.yaml codegen/go: Remove superfluous newline in doc.go 2022-11-30 14:17:13 +00:00
20221118--cli-about--add-fully-qualified-stack-name-to-current-stack.yaml CL 2022-11-29 14:07:20 -08:00
20221121--backend-service--allows-the-service-to-opt-into-bandwidth-optimized-diff-protocol.yaml Add CHANGELOG 2022-11-22 18:17:38 -05:00
20221125--docs--exclude-id-output-property-for-component-resources.yaml [docs] Exclude id output property for component resources 2022-11-25 10:34:49 -08:00
20221128--programgen-nodejs--add-between-and.yaml Add `.` between `?` and `]` 2022-11-28 11:14:55 -08:00
20221128--programgen-nodejs--fix-capitalization-when-generating-fs-readdirsync.yaml Fix capitalization for generated `fs.readdirSync` 2022-11-28 11:26:32 -08:00
20221129--engine--fix-an-assert-for-resources-being-replaced-but-also-pending-deletion.yaml Handle replacements of resources marked for deletion 2022-12-07 19:59:38 +00:00
20221129--programgen-go--convert-the-result-of-immediate-invokes-to-ouputs-when-necessary.yaml Convert invoke results to ouputs when needed 2022-11-28 16:14:07 -08:00
20221201--programgen--improve-error-message-for-invalid-enum-values-on-pulumi-convert.yaml Improve error msg for invalid enum values on convert 2022-12-01 15:29:22 -08:00
20221201--sdk-nodejs--fix-regression-when-passing-a-provider-to-a-mlc.yaml [sdk/nodejs] Fix regression when passing a provider to a MLC 2022-12-02 09:54:07 -08:00
20221202--sdkgen-nodejs--generate-js-doc-comments-for-output-versioned-invokes-and-use-explicit-any-type.yaml Generate JS doc comments for output-versioned invokes and use explicit any type 2022-12-05 12:57:05 +01:00
20221205--pkg-testing--optionally-caches-python-venvs-for-testing.yaml fix(testing): Adds cached python venvs for integration tests 2022-12-06 13:57:07 -05:00
20221205--sdk--add-methods-to-cast-pointer-types-to-corresponding-pulumi-ptr-types.yaml Add *[TYPE] to [TYPE]ptr methods 2022-12-06 10:57:59 -08:00
20221206--pkg--fixes-codegen-python-nonstring-secrets.yaml modify codegen/python to generate valid python code for non-string secrets 2022-12-07 11:36:15 -08:00
20221206--sdk-dotnet-nodejs--add-inokesingle-variants-to-dotnet-and-nodejs-sdks.yaml Add InvokeSingle variants to dotnet and nodejs SDKs 2022-12-06 22:15:40 +01:00
20221206--sdk-python--allows-for-duplicate-output-values-in-python.yaml fix(sdk/python): Allow for duplicate output values in python programs 2022-12-07 11:59:09 -05:00
20221207--yaml--updates-yaml-to-1-0-4.yaml Update YAML to 1.0.4 2022-12-07 13:25:30 -08:00
20221208--programgen--interpret-schema-asset-as-pcl-assetorarchive.yaml Interpret schema.Asset as pcl.AssetOrArchive 2022-12-08 16:00:17 +01:00