Skip to content

Commit

Permalink
add /plans/upstream for using latest upstream CaC/content
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Jaburek <[email protected]>
  • Loading branch information
comps authored and mildas committed Mar 11, 2024
1 parent 96ed630 commit 0045121
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plans/upstream.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
summary: Test against a fresh build of upstream content

discover:
how: fmf
execute:
how: tmt

adjust+:
- prepare+:
- how: install
package:
- git-core
- how: shell
name: Download and build latest content
script: |
if [ ! -e /root/content ]; then
git clone --depth=1 https://github.com/ComplianceAsCode/content.git /root/content
fi

- environment+:
CONTEST_CONTENT: /root/content
CONTEST_WAIVERS: upstream

0 comments on commit 0045121

Please sign in to comment.