You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Travis-CI.org has been suspended since June 2021, and as such, the mmw-geoprocessing CI/CD pipeline needs to be migrated over to GitHub Actions instead. This work is to track the migration. Ideally, the process should run as follows:
CI:
Compile scala, only pushing up if successful
Running ./scripts/update
Run ./scripts/test only on a merge to develop
Integrate automation with a Git Flow release process
PRs:
Compile scala, only pushing up if successful
Run ./scripts/test
Release:
Compile scala, only pushing up if successful
Run ./scripts/test
Run ./scripts/cibuild
Integrate with the GitHub Release process
Steps
1. Review the existing .travis.yml file to determine existing scope of CI/CD
2. Create a new GitHub workflow, following the outline described within the Summary
Travis-CI.org has been suspended since June 2021: https://travis-ci.org/WikiWatershed/mmw-geoprocessing
Switch to GitHub Actions for CI and deployment.
The text was updated successfully, but these errors were encountered: