-
Notifications
You must be signed in to change notification settings - Fork 148
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
Create and delete Airlock Review VMs #2740
Create and delete Airlock Review VMs #2740
Conversation
This reverts commit 29e069e.
…up-vms-used-to-review-airlock-requests
…up-vms-used-to-review-airlock-requests
Unit Test Results518 tests +516 518 ✔️ +517 13s ⏱️ - 1h 5m 39s Results for commit 94fe0c6. ± Comparison against base commit d08fec3. This pull request removes 2 and adds 518 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3261246018 (with refid (in response to this comment from @tanya-borisova) |
@marrobi @damoodamoo This is how creation of the workspace screen looks like now, possibly something here is broken as the description text repeats twice. However it doesn't currently ask for any inputs (maybe that also is a bug?) |
/test-destroy-env |
Destroying PR test environment (RG: rg-trebfc08187)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3263995310) |
Destroying branch test environment (RG: rg-treac2051d6)... (run: https://github.com/microsoft/AzureTRE/actions/runs/3263995310) |
Branch test environment destroy complete (RG: rg-treac2051d6) |
PR test environment destroy complete (RG: rg-trebfc08187) |
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3264145051 (with refid (in response to this comment from @tanya-borisova) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great work! Just some minor suggestions etc., up to you which you want to look at/ignore
/test-extended |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/3266580473 (with refid (in response to this comment from @tanya-borisova) |
/test-force-approve Successful test run in a comment above |
🤖 pr-bot 🤖 ✅ Marking tests as complete (for commit 94fe0c6) (in response to this comment from @tanya-borisova) |
Resolves #2737
What is being addressed
Add endpoints for creating an Airlock Review user resources.
Add cleaning up of these user resources in
/review
method.For details on the design, please see the parent issue #2735
The methods can be used so long as the workspace configuration is set up appropriately.
Additionally, made changes to tre-service-guacamole-import-reviewvm and tre-service-guacamole-export-reviewvm to make the correct configuration the default one.