Commit e28acada authored by Rémy Coutable's avatar Rémy Coutable

Merge branch...

Merge branch '33041-jobs-fail-because-ref-is-not-available-when-pushing-a-lot-of-commits' into 'master'

Increase `GIT_DEPTH` from 20 to 50 in the CI config

Closes #33041

See merge request gitlab-org/gitlab!18081
parents 5cd4f9d8 88fb967f
...@@ -15,7 +15,7 @@ variables: ...@@ -15,7 +15,7 @@ variables:
RAILS_ENV: "test" RAILS_ENV: "test"
NODE_ENV: "test" NODE_ENV: "test"
SIMPLECOV: "true" SIMPLECOV: "true"
GIT_DEPTH: "20" GIT_DEPTH: "50"
GIT_SUBMODULE_STRATEGY: "none" GIT_SUBMODULE_STRATEGY: "none"
GET_SOURCES_ATTEMPTS: "3" GET_SOURCES_ATTEMPTS: "3"
KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/report-master.json KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/report-master.json
......
...@@ -58,7 +58,7 @@ each pipeline includes the following [variables](../ci/variables/README.md): ...@@ -58,7 +58,7 @@ each pipeline includes the following [variables](../ci/variables/README.md):
- `RAILS_ENV: "test"` - `RAILS_ENV: "test"`
- `NODE_ENV: "test"` - `NODE_ENV: "test"`
- `SIMPLECOV: "true"` - `SIMPLECOV: "true"`
- `GIT_DEPTH: "20"` - `GIT_DEPTH: "50"`
- `GIT_SUBMODULE_STRATEGY: "none"` - `GIT_SUBMODULE_STRATEGY: "none"`
- `GET_SOURCES_ATTEMPTS: "3"` - `GET_SOURCES_ATTEMPTS: "3"`
- `KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json` - `KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json`
......
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