-
Notifications
You must be signed in to change notification settings - Fork 641
ci: migrate to oidc #1262
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
Merged
Merged
ci: migrate to oidc #1262
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
beaf985
feat: migrate to oidc
matt-FFFFFF e8c3a01
feat: use azure cli task
matt-FFFFFF b4b2d3f
feat: strategy support oidc
matt-FFFFFF 1d8f139
fix: fix scon names
matt-FFFFFF 73b0973
remove work dir
matt-FFFFFF 5bcb43a
fix strat script
matt-FFFFFF 502c774
use pwsh task
matt-FFFFFF 74b707c
remove newline
matt-FFFFFF 0cb6172
migrate backend to azure cli task
matt-FFFFFF 8ed8c16
chore: remove account list
matt-FFFFFF 734d63c
only show errors
matt-FFFFFF d3ac080
fix init
matt-FFFFFF 73c104f
use same scon
matt-FFFFFF f89a27d
min tf 1.9
matt-FFFFFF 9044139
reduce testing strategy
matt-FFFFFF 1a09537
chore: lint
matt-FFFFFF 52db1f0
chore: remove install go
matt-FFFFFF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,10 +1,11 @@ | ||
| --- | ||
| steps: | ||
| - task: Bash@3 | ||
| - task: AzureCLI@2 | ||
| name: prepare_backend | ||
| displayName: "Prepare Backend Storage" | ||
| inputs: | ||
| targetType: "inline" | ||
| script: "make azp-backend" | ||
| env: | ||
| ARM_CLIENT_SECRET: $(ARM_CLIENT_SECRET) | ||
| azureSubscription: ado-mscet-cae-estf | ||
| scriptLocation: scriptPath | ||
| scriptPath: "tests/scripts/azp-backend.sh" | ||
| scriptType: bash | ||
| failOnStandardError: true |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,11 +1,13 @@ | ||
| --- | ||
| steps: | ||
| - task: PowerShell@2 | ||
| - task: AzurePowerShell@5 | ||
| name: build_strategy | ||
| displayName: "Generate Build Strategy" | ||
| inputs: | ||
| targetType: "inline" | ||
| script: "make azp-strategy" | ||
| azureSubscription: ado-mscet-cae-estf | ||
| scriptType: FilePath | ||
| scriptPath: "tests/scripts/azp-strategy.ps1" | ||
| failOnStandardError: true | ||
| azurePowerShellVersion: 'LatestVersion' # Adding version specification for clarity | ||
| env: | ||
| ARM_CLIENT_SECRET: $(ARM_CLIENT_SECRET) | ||
| BILLING_SCOPE: $(BILLING_SCOPE) |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.