Open
Description
Objective
Create scripts to facilitate testing related to CI using GitHub Actions.
Context
Currently, testing related to CI requires fetching YAML code from GitHub Actions to execute scripts. This issue aims to streamline that process.
Scope
- Included:
- Scripts for release execution.
- Scripts for wheel build testing.
- Scripts for scie build testing.
- Scripts for generating test environment.
- Not Included:
- Any changes to the existing CI infrastructure.
Success criteria
- Successful execution of the release script.
- Completion of wheel build testing without errors.
- Completion of scie build testing without errors.
- All necessary checks and upgrades are performed as outlined.
Risks and dependencies
- Dependency on the current CI setup.
- Potential issues with script execution if the environment changes.
Other information
- The release script should include:
- pants tailor check
- pants check and pants test execution
- alembic upgrade verification
- webUI download
- creation of release or pre-release commit
- PR upload
Metadata
Metadata
Assignees
Labels
No labels