-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Add deploy pipeline for networking echo test servers. #111398
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
Conversation
Add build and publish steps (TODO: Authorize)
Add azureSubscription reference
|
Tagging subscribers to this area: @dotnet/ncl |
eng/pipelines/libraries/deploy-networking-echo-test-servers.yml
Outdated
Show resolved
Hide resolved
eng/pipelines/libraries/deploy-networking-echo-test-servers.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Anton Firszov <[email protected]>
|
This is great, could you also include some short doc with the steps one needs to follow in order to use this? |
|
I added deploy instructions to the yml file, it seemed to me more intuitive than a separate md doc next to it, and the instructions are not that long. PTAL |
eng/pipelines/libraries/deploy-networking-echo-test-servers.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Marie Píchová <[email protected]>
This PR adds a new pipeline via which we can deploy networking echo test servers. This simplifies future updates to the tests servers and makes the test echo servers more compliant with good SDL practices.
The pipeline is run on demand and deploys to staging slots. After testing the deployed binaries (e.g. by a no-merge PR like #111396), the deployment slots need to be swapped manually.