Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saagie/test-technologies
https://github.com/saagie/test-technologies
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saagie/test-technologies
- Owner: saagie
- License: apache-2.0
- Created: 2022-03-28T15:07:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T11:16:18.000Z (about 2 years ago)
- Last Synced: 2023-03-22T20:54:40.875Z (almost 2 years ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Warning
This repository contains **TEST technologies** to work with Saagie. These technologies are **NOT for production use**, only testing different behaviour around declaring technologies in Saagie.
If you are looking for technologies to include in Saagie, see the [official repository](https://github.com/saagie/technologies).
# Saagie Test Technologies
The URL of the latest version of this technology repository is:
https://github.com/saagie/test-technologies/releases/latest/download/technologies.zip
## Developement
Development should be done in its own dedicated branch.
To test the build of the technology, use one of the `gradle` tasks `localBuildModifiedApps` or `localBuildModifiedJobs`.
Pushing commits will trigger a Github Action, it will build the branch and make a `Pre-release` tag with the associated assets, ready to be tested in any Saagie environment.
## Release Cycle
From the development branch, enter the review phase by opening a PR against the branch `master`.
Once the review done, close and merge the PR into `master`, a Github Action will build a new release and delete the pre-release artifacts.