Commit 30f143b
authored
Add option to preserve ids that are provided as arguments with --prepare-jobs (#836)
If you try to combine --prepare-jobs and running Job IDs in one command the ids got ignores since prepare_jobs overrides the set.
With this small change we use a set instead of a list we use a set and merge them later together to preserve other scheduled jobs.1 parent 1d24dd9 commit 30f143b
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments