Blob Blame History Raw
---
# Configuration for BaseOS CI service

functional:
  git: "git://pkgs.devel.redhat.com/containers/{{ ENV.IMAGE_COMPONENT[:-10] }}"
  branch: "{{ ENV.IMAGE_BRANCH }}"
  path: "{{ ENV.IMAGE_COMPONENT[:-10] }}"
  script: test/run
  env:
    VERSION: '8.0'

smoke:
  command: "mysql --version"
  expected: '[[:space:]]8\.0\.[0-9]+'