feat(enterprise/26.1): compute environment pre-flight checks doc#1689
Open
MichaelTansiniSeqera wants to merge 5 commits into
Open
feat(enterprise/26.1): compute environment pre-flight checks doc#1689MichaelTansiniSeqera wants to merge 5 commits into
MichaelTansiniSeqera wants to merge 5 commits into
Conversation
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: MichaelTansiniSeqera <michael.tansini@seqera.io>
MichaelTansiniSeqera
requested review from
cristianrcv,
justinegeffen and
ramonamela
July 24, 2026 15:43
cristianrcv
reviewed
Jul 24, 2026
| - The access keys, service account key, or managed identity are valid and have not been rotated or revoked. | ||
| - The IAM role or service account has the permissions required by the target platform. See the relevant compute environment page for the minimum required policy. | ||
|
|
||
| **Work directory** |
Contributor
There was a problem hiding this comment.
If I am not mistaken, this is no longer checked
| |---|---| | ||
| | Compute environment status | Blocks launch if the compute environment is marked `INVALID` | | ||
| | Credential status | Blocks launch if the credential associated with the compute environment is marked `INVALID` | | ||
| | Wave connectivity | For compute environments with Wave enabled, verifies the Wave service connection is active | |
Contributor
There was a problem hiding this comment.
Only the value in DB, not real check
| | Compute environment status | Blocks launch if the compute environment is marked `INVALID` | | ||
| | Credential status | Blocks launch if the credential associated with the compute environment is marked `INVALID` | | ||
| | Wave connectivity | For compute environments with Wave enabled, verifies the Wave service connection is active | | ||
| | Tower Agent | For HPC compute environments, verifies a Tower Agent is online for the environment | |
Contributor
There was a problem hiding this comment.
Only the value in DB, not real check
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.
Summary
platform-enterprise_docs/compute-envs/preflight-checks.mdfor Seqera Platform Enterprise 26.1platform-cloud/docs/compute-envs/preflight-checks.mdx) with the following Enterprise-specific additions:TOWER_CREDENTIALS_VALIDATION_ENABLEDandTOWER_PREFLIGHT_CHECK_ENABLED), what each does, defaults, and a note that both containers share the same config files so one change covers bothNotes for reviewer
ENVIRONMENT-VARIABLES.mdandPropertyServiceImpl.groovyonENTERPRISE-26.1.xtower.env/tower.ymlmount) verified against the docker-compose template in this repotower.ymlconfig key columns were verified against@Valueannotations in the platform sourceoverview.mdxorfeatures_env.yml— config lives in the feature doc to keep it self-contained🤖 Generated with Claude Code