Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohn.mcdonnell <jmcdonnell@gitlab.com>2022-06-14 02:40:21 +0300
committerjohn.mcdonnell <jmcdonnell@gitlab.com>2022-06-14 02:40:21 +0300
commit526f0a33f37be9d47098c1291cd23eb70d8f9253 (patch)
tree3d37cb4e8da91b86137cff5f56de747d262c47f4
parentf94ef43c398e2d11faef144fec16864d0cd4de65 (diff)
Renable all jobs
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4ce3f4c7..df9963f55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -330,7 +330,7 @@ verify:fips:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.33-postgresql-11
<<: *verify
-.dbschema:
+dbschema:
needs: []
stage: test
cache:
@@ -352,7 +352,7 @@ verify:fips:
- _support/praefect-schema.sql
when: on_failure
-.gosec-sast:
+gosec-sast:
needs: []
cache:
- *cache_go_configuration
@@ -375,7 +375,7 @@ verify:fips:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
-.license_scanning:
+license_scanning:
needs: []
rules:
- if: $LICENSE_SCANNING_DISABLED
@@ -386,7 +386,7 @@ verify:fips:
variables:
LICENSE_FINDER_CLI_OPTS: '--aggregate-paths=. ruby'
-.gemnasium-dependency_scanning:
+gemnasium-dependency_scanning:
needs: []
rules:
- if: $DEPENDENCY_SCANNING_DISABLED
@@ -395,7 +395,7 @@ verify:fips:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
-.secret_detection:
+secret_detection:
needs: []
rules:
- if: $SECRET_DETECTION_DISABLED
@@ -404,7 +404,7 @@ verify:fips:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
-.trigger-qa:
+trigger-qa:
needs: []
stage: qa
trigger:
@@ -425,7 +425,7 @@ verify:fips:
- when: manual
allow_failure: true
-.qa:nightly-praefect-migration-test:
+qa:nightly-praefect-migration-test:
needs: []
stage: qa
trigger: