Skip to content

Commit

Permalink
Remove stress generator
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Sep 23, 2024
1 parent 7ab4a4b commit 2d7b279
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 1,583 deletions.
16 changes: 16 additions & 0 deletions eng/pipelines/live-test-cleanup-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,19 @@ steps:
env:
PoolSubnet: $(PoolSubnet)
- task: AzurePowerShell@5
displayName: ${{ parameters.DisplayName }}
inputs:
azureSubscription: ${{ parameters.CloudConfig.ServiceConnection }}
azurePowerShellVersion: LatestVersion
pwsh: true
ScriptType: InlineScript
Inline: >-
. ./eng/common/TestResources/SubConfig-Helpers.ps1
$serviceDirectoryPrefix = BuildServiceDirectoryPrefix ${{ parameters.ServiceDirectory }};
$account = (Get-AzContext).Account;
$env:AZURESUBSCRIPTION_CLIENT_ID = $account.Id;
$env:AZURESUBSCRIPTION_TENANT_ID = $account.Tenants;
[Environment]::SetEnvironmentVariable("${serviceDirectoryPrefix}CLIENT_ID", $account.Id);
[Environment]::SetEnvironmentVariable("${serviceDirectoryPrefix}TENANT_ID", $account.Tenants);
2 changes: 0 additions & 2 deletions tools/stress-cluster/chaos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ The usage of helm charts allows for two primary scenarios:
- Stress tests can easily take dependencies on core configuration and templates required to interact with the cluster
- Stress tests can easily be deployed and removed via the `helm` command line tool.

**To quickly bootstrap a stress test package configuration, see the [stress test generator](https://github.com/Azure/azure-sdk-tools/blob/main/tools/stress-cluster/cluster/kubernetes/generator/README.md)**

### Layout

The basic layout for a stress test is the following (see [`examples/stress_deployment_example`](https://github.com/Azure/azure-sdk-tools/tree/main/tools/stress-cluster/chaos/examples/stress-deployment-example) for an example):
Expand Down
8 changes: 0 additions & 8 deletions tools/stress-cluster/cluster/kubernetes/generator/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2d7b279

Please sign in to comment.