Commit db24476b authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Merge branch '350296-disable-memory-static-job' into 'master'

Disable memory-static job in CI

See merge request gitlab-org/gitlab!79010
parents 09b39177 2783efe0
......@@ -11,7 +11,9 @@
metrics: "${METRICS_FILE}"
expire_in: 31d
memory-static:
# Disabled since it causes intermittent SIGSEGV in CI:
# https://gitlab.com/gitlab-org/gitlab/-/issues/350296
.memory-static:
extends: .only-code-memory-job-base
stage: test
needs: ["setup-test-env"]
......
......@@ -555,7 +555,6 @@ rspec:coverage:
- rspec-ee integration pg12 geo minimal
- rspec-ee system pg12 geo minimal
# Memory jobs
- memory-static
- memory-on-boot
# As-if-FOSS jobs
- rspec migration pg12-as-if-foss
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment