Compare commits
1 Commits
c8s
...
a8-bootstr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a97a0fdeba |
@ -1 +0,0 @@
|
||||
1
|
||||
@ -74,7 +74,7 @@ URL: https://sourceware.org/annobin/
|
||||
# Bootstrapping: Set this to 1 to build annobin with the system gcc.
|
||||
# Then once GTS-gcc is built and in the buildroot, reset this variable
|
||||
# to 0, bump the NVR and rebuild GTS-annobin.
|
||||
%define bootstrapping 0
|
||||
%define bootstrapping 1
|
||||
# # FIXME: Temporary - use this to get the annobin plugin into the buildroot.
|
||||
%undefine _annotated_build
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@ product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-fast-lane.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-slow-lane.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other.functional}
|
||||
annocheck:
|
||||
- hardened: --skip-property-note --skip-lto --skip-branch-protection --skip-dynamic-tags --ignore-unknown --verbose
|
||||
|
||||
5
plans/ci.fmf
Normal file
5
plans/ci.fmf
Normal file
@ -0,0 +1,5 @@
|
||||
summary: CI Gating Plan
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
@ -1,34 +0,0 @@
|
||||
# Tier 0 test plan. It's actually Tier 1
|
||||
# - limited to its public part
|
||||
# - executed on the architecture at hand
|
||||
# When run by osci.tier0 on CentOS Stream or RHEL, it receives the following
|
||||
# context:
|
||||
# arch=x86_64 (the architecture at hand, currently OSCI uses just x86_64)
|
||||
# distro=rhel<M>.<m> (even for CentOS Stream builds)
|
||||
# trigger=build
|
||||
|
||||
summary: Tier 0 test plan
|
||||
context:
|
||||
collection: gcc-toolset-15
|
||||
environment+:
|
||||
COLLECTIONS: gcc-toolset-15
|
||||
WITH_SCL: "scl enable gcc-toolset-15"
|
||||
discover:
|
||||
- name: collect_info
|
||||
how: shell
|
||||
tests:
|
||||
- name: /info/rpms
|
||||
test: rpm -qa --last
|
||||
- name: public_tests
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/annobin.git
|
||||
filter: tier:1
|
||||
prepare:
|
||||
- how: shell
|
||||
script:
|
||||
- dnf config-manager --set-enabled '*CRB*' || true
|
||||
- dnf config-manager --set-enabled crb || true
|
||||
- dnf config-manager --set-enabled rhel-buildroot || true
|
||||
- dnf config-manager --set-enabled '*debuginfo*' || true
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Reference in New Issue
Block a user