Commit 2f57577
authored
Disable legacy Gitlab exec in order to fix jobs failing with green status (#7223)
## Summary of changes
Disables `FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY` that we used
before to ensure build containers have QoS guaranteed. As of now, it
doesn't seem to be necessary anymore, but leads to problems like
https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4119.
## Reason for change
Apparently it there were issues with Gitlab CI jobs silently randomly
failing with a green status.
## Implementation details
Delete usages of `FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY` and
`KUBERNETES_SERVICE_ACCOUNT_OVERWRITE`
## Test coverage
This is the test
## Other details
I based this email on similar PRs raised by @ddyurchenko e.g.
- DataDog/dd-trace-cpp#225
- DataDog/dd-trace-js#60971 parent 7f6d148 commit 2f57577
3 files changed
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 47 | | |
51 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
102 | | - | |
103 | 100 | | |
104 | 101 | | |
105 | 102 | | |
| |||
282 | 279 | | |
283 | 280 | | |
284 | 281 | | |
285 | | - | |
286 | | - | |
287 | 282 | | |
288 | 283 | | |
289 | 284 | | |
| |||
472 | 467 | | |
473 | 468 | | |
474 | 469 | | |
475 | | - | |
476 | | - | |
477 | 470 | | |
478 | 471 | | |
479 | 472 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| |||
0 commit comments