-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lily Pan
committed
Oct 29, 2024
1 parent
fe869bd
commit 285b8d7
Showing
3 changed files
with
3 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
package e2e | ||
|
||
const ( | ||
buildIDTagKey = "buildID" | ||
defaultNamespace = "default" | ||
extensionErrorCodeRegex = `ProvisioningState/failed/(\d+)` | ||
// This is the error pattern we want to parse the exit code, see query https://dataexplorer.azure.com/clusters/aks/databases/AKSprod?query=H4sIAAAAAAAAA13MMQ7CMAxA0Z1TWJkZwhGqkoGBCXEANzWtIXUq2wIqcXjCyvyffmeb5L6K09u77Pxk33YfeM2kBItNkFtDFoPQX9KZzHCiqyyoNmNJqlUDoIx%2FNgkOheCGXGgMbbhqvVP2H9tDXUnRucrp2JLjg%2BAQY%2FwC8d99zowAAAA%3D | ||
buildIDTagKey = "buildID" | ||
defaultNamespace = "default" | ||
extensionErrorCodeRegex = `ProvisioningState/failed/(\d+)` | ||
linuxExtensionExitCodeStr = `Enable failed: failed to execute command: command terminated with exit status=(\d+)` | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.