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 /config | |
| 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 'config')
| -rw-r--r-- | config/.env.12-10-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-2-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-3-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-4-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-5-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-6-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-7-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-8-stable | 1 | ||||
| -rw-r--r-- | config/.env.12-9-stable | 1 | ||||
| -rw-r--r-- | config/.env.13-0-stable | 1 | ||||
| -rw-r--r-- | config/.env.legacy | 2 |
11 files changed, 12 insertions, 0 deletions
diff --git a/config/.env.12-10-stable b/config/.env.12-10-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.12-10-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.12-2-stable b/config/.env.12-2-stable new file mode 100644 index 0000000..835c645 --- /dev/null +++ b/config/.env.12-2-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION 1 diff --git a/config/.env.12-3-stable b/config/.env.12-3-stable new file mode 100644 index 0000000..835c645 --- /dev/null +++ b/config/.env.12-3-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION 1 diff --git a/config/.env.12-4-stable b/config/.env.12-4-stable new file mode 100644 index 0000000..79d7c86 --- /dev/null +++ b/config/.env.12-4-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '1.1' diff --git a/config/.env.12-5-stable b/config/.env.12-5-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.12-5-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.12-6-stable b/config/.env.12-6-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.12-6-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.12-7-stable b/config/.env.12-7-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.12-7-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.12-8-stable b/config/.env.12-8-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.12-8-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.12-9-stable b/config/.env.12-9-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.12-9-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.13-0-stable b/config/.env.13-0-stable new file mode 100644 index 0000000..0ee1d53 --- /dev/null +++ b/config/.env.13-0-stable @@ -0,0 +1 @@ +LM_REPORT_VERSION '2.0' diff --git a/config/.env.legacy b/config/.env.legacy new file mode 100644 index 0000000..996bb9b --- /dev/null +++ b/config/.env.legacy @@ -0,0 +1,2 @@ +LM_PYTHON_VERSION 2.7 +LM_REPORT_VERSION 1 |
