-
Notifications
You must be signed in to change notification settings - Fork 30
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
Science Platform CI/CD Updates #729
Merged
Merged
Conversation
This file contains 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
…n@jdk11 and cadc-tomcat:1.3 additionally locked all packages and containers to a specific version
…ile to manage project settings added dokka support, which uses kotlin tools to generate github markdown compatible documentation output in addition HTML
chore: bootstrap releases for path: skaha
…build requies release please action to succeed
…ce cadc-tomcat does not have arm builds
… edit gradle.properties file
…n updates for generic files
…, fixed path for changelog
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #729 +/- ##
=========================================
Coverage 18.61% 18.61%
Complexity 102 102
=========================================
Files 22 22
Lines 1961 1961
Branches 270 270
=========================================
Hits 365 365
Misses 1544 1544
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
at88mph
requested changes
Nov 19, 2024
at88mph
approved these changes
Nov 20, 2024
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 pull request includes several changes to automate the build and release processes for the
opencadc/science-platform
repository. These are,Continuous Deployment Workflows:
.github/workflows/cd.edge.build.yml
: workflow to handleedge
builds, including steps for Docker image build and push, and image signing using cosign..github/workflows/cd.release.build.yml
: workflow to handle release builds, with similar steps to the edge build but also tag the release version.Release Management:
.github/workflows/cd.release.yml
: workflow to automate the release process using therelease-please
action, which dispatches edge and release builds upon successful release creation..release-please-manifest.json
: Added a manifest file forrelease-please
to track the version of theskaha
package.release-please-config.json
: Added configuration forrelease-please
to manage the release process, including paths to relevant files and release type settings.Docker and Build Configuration:
skaha/Dockerfile
: Updated the Dockerfile to use a multi-stage build, separating the build and production stages, and optimized the installation of dependencies to reduce image size.skaha/build.gradle
: Added new plugins and tasks for code formatting, code coverage, and documentation generation using Dokka.skaha/gradle.properties
: Added Gradle properties to enable parallel builds, caching, and other performance optimizations.skaha/version.yaml
: Added a version file to track the current version of theskaha
package.This PR completes, https://cadc-ccda.atlassian.net/browse/CADC-13811, https://cadc-ccda.atlassian.net/browse/CADC-13813,