Commit Graph

5 Commits

Author SHA1 Message Date
Václav Kadlčík
ce2e6d3c49 Configure functional gating
- Tier 0 is defined by `plans/tier0.fmf`. The pipelines take care of
  running it. The results are presented as "osci.tier0".

- Tier 1 is configured in, triggered and executed by BaseOS CI. The
  respective jobs there are called:

    baseos-ci.brew-build.gate-build-fast-lane.functional
    baseos-ci.brew-build.gate-build-slow-lane.functional

  Here in `gating.yaml`, we just tell GitLab OSCI that is must wait
  for these jobs and they must pass for successful gating. The results
  are presented under the same names as the jobs have.
2026-04-01 09:25:42 +02:00
Patrick Palka
3e99124696 Avoid use of undefined rpm variable
%{_root_datair} is defined as ${_prefix}/share by the %scl_package
macro, which we don't invoke, so replace its use accordingly.

Resolves: RHEL-30154
2024-04-29 10:58:49 -04:00
Patrick Palka
e36651ec5f Fix build test results
Resolves: RHEL-30154
2024-04-28 21:41:08 -04:00
Patrick Palka
6c5ea5749c Initial version.
Resolves: RHEL-30154
2024-04-09 11:53:14 -04:00
Release Configuration Management
00c405586e New branch setup 2024-04-03 16:19:26 +00:00