fix(signoz): use root-owned metadata export parent
Some checks failed
CD Pipeline / select-latest-carrier (push) Successful in 51s
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / revalidate-deploy-carrier (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / revalidate-post-deploy-carrier (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
Some checks failed
CD Pipeline / select-latest-carrier (push) Successful in 51s
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / revalidate-deploy-carrier (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / revalidate-post-deploy-carrier (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
This commit is contained in:
@@ -31,7 +31,7 @@ $RestoreDriverPath = "$ToolchainRoot/signoz-metadata-restore-drill.py"
|
||||
$SharedContractPath = "$ToolchainRoot/signoz_metadata_contract.py"
|
||||
$CredentialFile = "/etc/awoooi/secrets/signoz-metadata-api-key"
|
||||
$BaseUrl = "http://127.0.0.1:8080"
|
||||
$OutputDir = "/backup/signoz-metadata-export-$RunId"
|
||||
$OutputDir = "/var/backups/awoooi/signoz-metadata-export-$RunId"
|
||||
$RemoteReceipt = "/backup/deploy-receipts/signoz-metadata-toolchain/export-$RunId.json"
|
||||
$SignozImage = "signoz/signoz:v0.113.0"
|
||||
$SignozImageId = "sha256:c17991d10966aedcb0d4d83805a0baf5310f1553d90611629036fcfaee8d969b"
|
||||
|
||||
@@ -35,6 +35,11 @@ def test_entrypoint_is_fixed_to_windows99_host110_and_p0_obs_002() -> None:
|
||||
in source
|
||||
)
|
||||
assert '$BaseUrl = "http://127.0.0.1:8080"' in source
|
||||
assert (
|
||||
'$OutputDir = "/var/backups/awoooi/signoz-metadata-export-$RunId"'
|
||||
in source
|
||||
)
|
||||
assert '$OutputDir = "/backup/signoz-metadata-export-$RunId"' not in source
|
||||
assert '$SignozImage = "signoz/signoz:v0.113.0"' in source
|
||||
assert '$SignozContainer = "signoz"' in source
|
||||
assert (
|
||||
|
||||
Reference in New Issue
Block a user