gitlab_quality-test_tooling 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 886a32709ca918a9c86d8a770239f809fa51dce3392891b7712f2b085b52a409
|
4
|
+
data.tar.gz: 1ee8b80242894a606e11c395b23f498d9a5f8d5fcf65447b93ce21006ecb1aaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a23f34a8668c4a4d863aa2cfb16fbc1505c4534f2c06f2df43e257b71704f706e9977efa3c18a8dc81d9d2bb6dfa7c09dc65a5a993a50b79468e683022214d7
|
7
|
+
data.tar.gz: 4685c3fd432a26940b23a69d48e9214aa33950697f91ed43d0b9fa6ecd113f25dd68ab5d95a7cbbcdd129ebff3801cd83c8dcd0a52cabaf860bc332cb1f7f13d
|
data/Gemfile.lock
CHANGED
@@ -23,7 +23,7 @@ module GitlabQuality
|
|
23
23
|
FAILURE_STACKTRACE_REGEX = %r{(?:(?:.*Failure/Error:(?<stacktrace>.+))|(?<stacktrace>.+))}m
|
24
24
|
ISSUE_STACKTRACE_REGEX = /### Stack trace\s*(```)#{FAILURE_STACKTRACE_REGEX}(```)\n*\n###/m
|
25
25
|
|
26
|
-
NEW_ISSUE_LABELS = Set.new(%w[test failure::new priority::2 automation:bot-authored]).freeze
|
26
|
+
NEW_ISSUE_LABELS = Set.new(%w[test failure::new priority::2 automation:bot-authored type::maintenance]).freeze
|
27
27
|
SCREENSHOT_IGNORED_ERRORS = ['500 Internal Server Error', 'fabricate_via_api!', 'Error Code 500'].freeze
|
28
28
|
|
29
29
|
# Map commits to security fork (gitlab-org/security/gitlab) for gitlab-org/gitlab since security patches exist
|