-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Smoke test build status indicator #28586
Comments
In fact, there is already nice extension that provides necessary functionality: We can make a fork out of it to suit more our needs (e.g. aggregate several build definitions into single 'Smoke Test' one), or use it as-is. |
@Microsoft/vscode Automated smoke test build definitions are in place (#27845), and my PR for grouping several build definitions was merged to "Visual Studio Team Services Build Status" extension - Please setup this extension for yourself to monitor smoke tests that are run automatically daily at UTC 7am. To use an extension, you will need to obtain your PAT with "Build (read)" authorisation scope, as described here: Here are settings you will need for the extension:
You PAT is personal and will be kept in settings file for now, going further we want to provide a more secure storage (see #15414 (comment)). It is important that we keep an eye on our smoke tests. If you find any failures that are due to smoke test implementation, rather than code misbehaviour, please log it in |
I keep my settings in git. Making my PAT public seems bad... I see #2809 is still open for resolving environment variables in settings. Any idea how to load the token from somewhere private? |
@roblourens The only thing at this point I can think of is to package extension yourself after updating |
To enable visibility of our automated smoke builds we should create an extension that indicates about the current VSTS build status in VS Code status bar.
Requirements:
General-purpose extension.
Reusable for other VSTS builds, not only targeted for VS Code.
The text was updated successfully, but these errors were encountered: