[SET-1211] Create Seqera Resources for the first set of projects - #387
Open
rameshka wants to merge 24 commits into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## set-1258-create-seqera-resources #387 +/- ##
===================================================================
Coverage ? 44.80%
===================================================================
Files ? 29
Lines ? 3417
Branches ? 0
===================================================================
Hits ? 1531
Misses ? 1886
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
rameshka
commented
Aug 26, 2026
| gcp_key = GcpInfrastructure.name() | ||
| team_name = _format_team_name(team) | ||
|
|
||
| members_to_add: list[MemberKey] = self._dataset_config.members.get( |
Contributor
Author
There was a problem hiding this comment.
Filter out correct users to add (Final list pending).
rameshka
commented
Aug 26, 2026
| org_id=seqera_cfg.org_id, | ||
| workspace_id=test_ws.workspace_id, | ||
| email=email, | ||
| role='admin', |
Contributor
Author
There was a problem hiding this comment.
We decided to provide the highest permissions (except for deleting workspaces) in the test environment for the users.
But one caveat is that admin permissions allow creating/updating/deleting resources in a workspace.
So there is a chance that the pulumi state and the live resources can drift.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR integrates IaC logic to manage Seqera resources into the CPG-infra.
To manage Seqera resources;
See documentation: Managing Seqera resources with Pulumi Dynamic Providers
Additionally:
mainandtestworkspaces.computeconfigCorresponding CPG infra private PR: https://github.com/populationgenomics/cpg-infrastructure-private/pull/763
TODO Before merging