File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 33# and they do not break CI which jobs generator validates the release/snapshot when generating the CI steps
448.x :
55 releases :
6- - 8.previous
76 - 8.current
87 snapshots :
9- - 8.previous
108 - 8.current
11- - 8.next
12- - 8.future
1399.x :
1410 releases :
1511 - 9.previous
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def generate_steps_for_scheduler(versions) -> list:
3838 steps : list = []
3939 snapshots = versions ["snapshots" ]
4040 for snapshot_version in snapshots :
41- if snapshots [snapshot_version ] is None or snapshots [snapshot_version ].startswith ("7." ):
41+ if snapshots [snapshot_version ] is None or snapshots [snapshot_version ].startswith ("7." ) or snapshot_version == '8.previous' :
4242 continue
4343 full_stack_version = snapshots [snapshot_version ]
4444 version_parts = snapshots [snapshot_version ].split ("." )
You can’t perform that action at this time.
0 commit comments