Skip to content

Update pulumi to v3.147.0 #138

Update pulumi to v3.147.0

Update pulumi to v3.147.0 #138

Triggered via pull request August 23, 2024 22:48
Status Failure
Total duration 2m 17s
Artifacts 1

pull-request.yml

on: pull_request
prerequisites
44s
prerequisites
Matrix: build_sdks
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

18 errors
Unexpected file modified: sdk/nodejs/remote/chmod.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface ChmodArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.ChmodOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.ChmodOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.ChmodOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.ChmodOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface ChmodArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.ChmodOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.ChmodOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/curl.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface CurlArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.CurlOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.CurlOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.CurlOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.CurlOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface CurlArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.CurlOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.CurlOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/etcdctl.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface EtcdctlArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.EtcdctlOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.EtcdctlOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.EtcdctlOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.EtcdctlOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface EtcdctlArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.EtcdctlOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.EtcdctlOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/hostnamectl.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface HostnamectlArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.HostnamectlOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.HostnamectlOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.HostnamectlOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.HostnamectlOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface HostnamectlArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.HostnamectlOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.HostnamectlOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/mkdir.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface MkdirArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.MkdirOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.MkdirOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.MkdirOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.MkdirOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface MkdirArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.MkdirOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.MkdirOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/mktemp.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface MktempArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.MktempOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.MktempOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.MktempOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.MktempOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface MktempArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.MktempOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.MktempOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/mv.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface MvArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.MvOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.MvOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.MvOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.MvOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface MvArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.MvOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.MvOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/rm.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface RmArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.RmOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.RmOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.RmOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.RmOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface RmArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.RmOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.RmOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/sed.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface SedArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.SedOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.SedOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.SedOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.SedOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface SedArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.SedOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.SedOptsArgs; }
Unexpected file modified: sdk/nodejs/remote/systemctl.ts#L1
File modified: @@ -135,13 +135,13 @@ export interface SystemctlArgs { /** * The command to run on create. */ - create?: pulumi.Input<string> | pulumi.Input<inputs.remote.SystemctlOptsArgs>; + create?: pulumi.Input<string> | inputs.remote.SystemctlOptsArgs; /** * The command to run on delete. The environment variables PULUMI_COMMAND_STDOUT * and PULUMI_COMMAND_STDERR are set to the stdout and stderr properties of the * Command resource from previous create or update steps. */ - delete?: pulumi.Input<string> | pulumi.Input<inputs.remote.SystemctlOptsArgs>; + delete?: pulumi.Input<string> | inputs.remote.SystemctlOptsArgs; /** * Environment variables */ @@ -160,5 +160,5 @@ export interface SystemctlArgs { * are set to the stdout and stderr properties of the Command resource from previous * create or update steps. */ - update?: pulumi.Input<string> | pulumi.Input<inputs.remote.SystemctlOptsArgs>; + update?: pulumi.Input<string> | inputs.remote.SystemctlOptsArgs; }
build_sdks (python)
The job was canceled because "nodejs" failed.
build_sdks (python)
The operation was canceled.
build_sdks (dotnet)
The job was canceled because "nodejs" failed.
build_sdks (dotnet)
The operation was canceled.
build_sdks (go)
The job was canceled because "nodejs" failed.
build_sdks (go)
The operation was canceled.
build_sdks (java)
The job was canceled because "nodejs" failed.
build_sdks (java)
The operation was canceled.

Artifacts

Produced during runtime
Name Size
pulumi-commandx-provider.tar.gz Expired
32.7 MB