Skip to content

Commit

Permalink
Add classic-azure-ts-vm-provisioners to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed Jul 1, 2024
1 parent 876afca commit 914e332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion classic-azure-ts-vm-provisioners/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const changeToken = getFileHash("myapp.conf");
const cpConfig = new command.remote.CopyToRemote("config", {
triggers: [changeToken],
connection,
source: new pulumi.asset.FileArchive("myapp.conf"),
source: new pulumi.asset.FileAsset("myapp.conf"),
remotePath: `/home/${username}/myapp.conf`,
}, { dependsOn: [vm, pubIp] });

Expand Down
4 changes: 4 additions & 0 deletions misc/test/definitions/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ var AzureTests = TestDefinitions{
Tags: []Tag{AzureCloud, AzureClassicProvider, TS},
Dir: "classic-azure-ts-stream-analytics",
},
{
Tags: []Tag{AzureCloud, AzureClassicProvider, TS},
Dir: "classic-azure-ts-vm-provisioners",
},
{
Tags: []Tag{AzureCloud, AzureClassicProvider, TS},
Dir: "classic-azure-ts-vm-scaleset",
Expand Down

0 comments on commit 914e332

Please sign in to comment.