Commit Graph

16 Commits

Author SHA1 Message Date
Justin Van Patten 348a976084
ci: Use latest version of actions/checkout ()
Upgrade all workflows to the latest version of actions/checkout (which
uses node 20 runtime).
2024-03-30 15:53:47 +00:00
Justin Van Patten 5b56b62a9c
ci: Use the latest version of actions/setup-node ()
Upgrade all workflows to the latest version of actions/setup-node (which
uses node 20 runtime).
2024-03-29 18:03:41 +00:00
Justin Van Patten fa87e176a5
ci: Use the latest version of actions/setup-python ()
Upgrade all workflows to the latest version of actions/setup-python
(which uses node 20 runtime).
2024-03-29 16:10:15 +00:00
Justin Van Patten a415f4c6b3
ci: Use the latest version of actions/setup-go ()
Upgrade all workflows to the latest version of actions/setup-go (which
uses node 20 runtime).
2024-03-29 16:00:53 +00:00
Justin Van Patten 0f8d11636f
ci: Use the latest version of setup-dotnet ()
v4 supports Node.js 20
2024-02-20 12:20:04 +00:00
Thomas Gummerer 34e9a88d8f
build resourcedocsgen from registry ()
resourcedocsgen has been remved from the pulumi/docs repo in
https://github.com/pulumi/docs/pull/10009, so now the related CI build
fails. Get it from the pulumi/registry repository instead, where it
lives now.

Note that this requires https://github.com/pulumi/docs/pull/10053 to be
merged first to update the script to no longer try to build the tool.

I'm not sure why the CI job didn't break earlier, the first time I
noticed it being broken was in
https://github.com/pulumi/pulumi/pull/14156.

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] 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 Cloud,
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
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2024-02-08 13:28:49 +00:00
Thomas Gummerer 7fa593af69
use v3 of setup-dotnet instead of a specific SHA ()
# Description

The specific SHA seems to be failing to download sometimes today. Try to
update it to the latest v3 version to see if that works better.

This seems likely an issue that's currently going on with the GitHub
infrastructure, but it seems to me that we don't need to pin this
version anyway, and we can get the latest fixes for the action this way.
2023-10-11 08:55:21 +00:00
Christian Nunciato 819b152db8 Pin the docs-generation preview to AWS 5.42.0 2023-08-11 08:33:08 -07:00
jongwooo e4e96c96d8 Replace deprecated command with environment file
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-02-20 11:14:39 +09:00
Abhinav Gupta 1348be2b0a
ci/test-docs-generation: Attempt to use version-sets
Addresses the TODO and uses version-set generated by get-job-matrix
to decide which version of our various platforms should be used.
2023-02-03 14:19:33 -08:00
Abhinav Gupta 148f040faf
ci: Test with Go 1.19, 1.20
Go 1.20 was just released.
Switch to testing with Go 1.19 and 1.20.
2023-02-03 14:19:30 -08:00
Aaron Friel 12ca78ee61 ci: Re-enable version sets for .NET, test GA version of 6 and 7 2022-11-11 11:28:13 -08:00
Aaron Friel 91756bc1e3 fix(ci): Disable setup-dotnet action, rely on globally installed dotnet 2022-10-11 08:53:00 -07:00
Aaron Friel 2af74b6469 ci: Use reduced smoke testing on Windows & macOS targets 2022-09-21 09:55:06 -07:00
Aaron Friel 6ef7ef64d6 ci: Enable testing of language version sets 2022-09-21 09:48:38 -07:00
Aaron Friel 34a7d72fd7 ci: Use merge ref on codegen and docs tests 2022-09-13 20:43:34 -07:00