diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-22 15:48:21 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-05-22 15:48:21 +0000 |
| commit | ef80bee8d1f97830449132afd1a4514c1d9d145b (patch) | |
| tree | 93a45ec7990788dcff4c1c18a29920698889e593 /README.md | |
| parent | 7e044195b5148b1b9ecbb92d88eb2e4c57a3d81b (diff) | |
Add functional tests to the pipeline
* Move jobs to gitlab-ci.yml files that match the stage they belong to.
* Move linter job to build stage
* Add functional test jobs
* Reduce max size to 2 GB
* Pass the current pipeline image to the downstream jobs
* Replace `edge` tag with `latest`
* Use $CI_DEFAULT_BRANCH instead of master
* Move `.env*` files to config dir and update RELEASE instructions
* Combine `tag` and `release` stages into `deploy` stage as recommended in GitLab docs
* Make the `build-docker-image` job interruptible
* Fix issues found in code quality report
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -114,22 +114,6 @@ or its shorthand form (`--env MY_SETTING_VAR`) if the configuration comes from a ## Versioning and release process -1. Create a new entry in the `.gitlab/release.yml` file for the new version to release. - - ```yaml - 12-x-stable: - extends: .release - variables: - DOTENV: ".env.12-x-stable" - ``` - -2. Create a new `.env.*` that corresponds to the version to release and specify the default configuration. - - ```text - LM_PYTHON_VERSION '3' - LM_REPORT_VERSION '2.0' - ``` - Please check the [Release Process documentation](https://gitlab.com/gitlab-org/security-products/release/blob/master/docs/release_process.md). ## Upgrading to the latest version of LicenseFinder |
