summaryrefslogtreecommitdiffstats
path: root/qa/cephfs/mount/kclient/overrides/distro/testing/k-testing.yaml
blob: 048cd5ce8b9049f3433f95699f5af3450a7aa6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
teuthology:
  premerge: |
    log.debug("base kernel %s", base_config.kernel)
    local kernel = base_config.kernel
    if kernel.branch ~= "distro" then
      log.debug("overriding testing kernel with %s", kernel)
      yaml_fragment.kernel.client = kernel
    end

kernel:
  client:
    branch: testing
ktype: upstream