ruby/systemtap-static-probes-in-ruby/main.fmf
Lukáš Zachar a0ddcd21c4 Update system during systemtap probe test
Otherwise CI might be running old kernel which
no longer exists in repositories making the stap-prep fail on missing
debuginfo/devel packages.
2025-01-21 10:03:16 +01:00

20 lines
445 B
Text

adjust:
- when: distro != fedora
require-:
- rubypick
environment:
PACKAGES: "ruby ruby-doc ruby-libs"
summary: It tests there are static probes in ruby package.
description: |
Simple test to exercise ruby's systemtap API.
Test updates the system under test unless ``UPDATE_SUT``
environment variable is set to any other value than ``1``.
component:
- systemtap
- ruby
require:
- systemtap
- ruby-doc
- ruby
duration: 50m