Commit 1c27e58
committed
Remove the WORKERS parameter
This task is being used by the release service which overrides the
WORKERS parameter. While this change can be made there, it will take
time for the parameter modification to make it to production.
In order to unblock some users with large Snapshots, I am proposing to
remove the configuration altogether. We already increased the default
resource requirements for the task, so this worker count should suffice.
If this number of workers is too many in the future, users can just
override the resources to further increase them.
Once the release pipeline users can customize the worker count in the
RPA (https://issues.redhat.com/browse/KONFLUX-7850), we can re-enable
this parameter.
Signed-off-by: arewm <arewm@users.noreply.github.com>1 parent dad5d39 commit 1c27e58
File tree
2 files changed
+7
-3
lines changed- docs/modules/ROOT/pages
- tasks/verify-conforma-konflux-ta/0.1
2 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
248 | 250 | | |
249 | 251 | | |
250 | 252 | | |
251 | | - | |
| 253 | + | |
| 254 | + | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
| |||
0 commit comments