Skip to content

add_k8s_nodes: Don't skip sessionstore ids for higher numbers

Clément Goubert requested to merge fix_sessionstore_ids into main

We've reached ids starting with 21 in codfw, and the current code would skip 2105 and 2106. Add a check that will only skip these ids when starting with 10 or 20.

Merge request reports