We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafbe32 commit b22c34cCopy full SHA for b22c34c
.evergreen/config.yml
@@ -1592,6 +1592,19 @@ tasks:
1592
commands:
1593
- func: "run oidc auth test with test credentials"
1594
1595
+ - name: "oidc-auth-test-azure"
1596
+ commands:
1597
+ - command: subprocess.exec
1598
+ type: test
1599
+ params:
1600
+ binary: bash
1601
+ working_dir: src
1602
+ env:
1603
+ OIDC_ENV: azure
1604
+ include_expansions_in_env: ["DRIVERS_TOOLS"]
1605
+ args:
1606
+ - ${PROJECT_DIRECTORY}/.evergreen/run-mongodb-oidc-remote-test.sh
1607
+
1608
- name: "oidc-auth-test-azure"
1609
1610
- command: subprocess.exec
0 commit comments