-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline updates #1072
Pipeline updates #1072
Conversation
…vice-operator into pipeline-updates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the one comment
apimServiceName := "AzureOperatorsTestAPIM" | ||
|
||
// Read the pre-created APIM service name and RG name from Environment variable if it exists | ||
rgFromEnv := os.Getenv("TEST_APIM_RG") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just fail id the env vars don't exist? are these hard coded strings correct if the nev vars aren't set?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do fall back to a default value for both so we should good for now. But I can open an issue to edit this for later once the old pipeline is retired.
Makes the following updates to the new pipeline and to support it: