Skip to content

Properly configure Helix tests. #36292

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Properly configure Helix tests. #36292

wants to merge 1 commit into from

Conversation

cincuranet
Copy link
Contributor

@cincuranet cincuranet commented Jun 25, 2025

At the moment based on top of #36228.

dotnet/dnceng#5893

@cincuranet cincuranet changed the title Properly configure Helix test. Properly configure Helix tests. Jun 25, 2025
@@ -168,6 +168,6 @@ stages:
env:
HelixAccessToken: $(_HelixAccessToken)
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
MSSQL_SA_PASSWORD: "PLACEHOLDER"
MSSQL_SA_PASSWORD: "Pa$$w0rd"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will trigger a compliance warning, leave as placeholder.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't. PLACEHOLDER does not meet SQL Server's criteria for strong password. And this check can't be disabled from command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants