Commit 2783efe0 authored by Aleksei Lipniagov's avatar Aleksei Lipniagov

Disable memory-static job in CI

This job started to give us seg faults after we updated google-protobuf
gem. We want to disable it for now.
More in https://gitlab.com/gitlab-org/gitlab/-/issues/350296
parent cbf6caf7
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
metrics: "${METRICS_FILE}" metrics: "${METRICS_FILE}"
expire_in: 31d 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 extends: .only-code-memory-job-base
stage: test stage: test
needs: ["setup-test-env"] needs: ["setup-test-env"]
......
...@@ -550,7 +550,6 @@ rspec:coverage: ...@@ -550,7 +550,6 @@ rspec:coverage:
- rspec-ee integration pg12 geo minimal - rspec-ee integration pg12 geo minimal
- rspec-ee system pg12 geo minimal - rspec-ee system pg12 geo minimal
# Memory jobs # Memory jobs
- memory-static
- memory-on-boot - memory-on-boot
# As-if-FOSS jobs # As-if-FOSS jobs
- rspec migration pg12-as-if-foss - 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