Skip to content
Snippets Groups Projects
Commit bd7c69f9 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

CI: drop stages

parent d7df6fe5
No related branches found
No related tags found
1 merge request!29Speedup CI
......@@ -9,10 +9,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# ---------------------------------------------------------------
stages:
- lint
- test
workflow:
auto_cancel:
on_new_commit: none
......@@ -31,7 +27,6 @@ workflow:
RED: '\033[0;31m'
check_license:
stage: lint
before_script:
- python -m pip install --upgrade pip
- python -m pip install reuse
......@@ -43,7 +38,6 @@ check_license:
interruptible: true
check_style:
stage: lint
extends: .colorized
variables:
STYLE_PATCH: ${CI_PROJECT_DIR}/style.patch
......@@ -101,7 +95,6 @@ include:
extends:
- .default
- .colorized
stage: test
variables:
TIME_LIMIT: "05:00"
SCHEDULER_PARAMETERS: >-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment