Otherwise CI might be running old kernel which no longer exists in repositories making the stap-prep fail on missing debuginfo/devel packages.
20 lines
445 B
Text
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
|