Skip to content

Changes

Summary

  1. jenkins-common.sh: add image_suffix_is_master() (details)
  2. ttcn3-bsc-test: enable A5/4 support in osmo-bsc.cfg (details)
Commit 0e9d8d75a27ac094eb86f96d2f382b6f3e29aa41 by Vadim Yanitskiy
jenkins-common.sh: add image_suffix_is_master()

Since recently, we also have a new IMAGE_SUFFIX '2021q1-centos8'.
We cannot rely on image_suffix_is_latest() anymore, because this
prefix does not qualify as 'latest'.  If one needs to enable a
feature that is only available in master, then here is a way:

  if ! image_suffix_is_master; then
      # Patch the configuration files
  fi

Change-Id: I65df66cd2e14934bed8114618d6ffad7831d1025
The file was modified jenkins-common.sh
Commit 8005014b55f3c7261731fd8f059ff2be1ea02f9c by Vadim Yanitskiy
ttcn3-bsc-test: enable A5/4 support in osmo-bsc.cfg

Conditionally exclude it for non-master versions of the IUT.

Change-Id: I59f81c2dd72ddc2d292f8f34281fa79289d49c6d
Related: SYS#5324
The file was modified ttcn3-bsc-test/sccplite/osmo-bsc.cfg
The file was modified ttcn3-bsc-test/jenkins.sh
The file was modified ttcn3-bsc-test/jenkins-sccplite.sh
The file was modified ttcn3-bsc-test/osmo-bsc.cfg