Skip to content

Add --tags support for version-gen

Calvin Cheng requested to merge version-gen-with-tags into master

With this MR, the jobs can be generated by passing --tag option to version-gen.

For example, version-gen versions.json --job build --tag nid --tag build would produce results like

build-5.4:
  extends: .build
  variables:
    NSO_VERSION: "5.4"
  tags: ['nid', 'build']

@plajjan PTAL.

Merge request reports