moved plans to nodejs22 rpms repo

This commit is contained in:
Andrei Radchenko 2025-01-14 14:03:19 +01:00
commit 22c7d8cc46

View file

@ -1,43 +0,0 @@
# Shared metadata
discover:
how: fmf
execute:
how: tmt
# Will be overwritten by CI
#environment:
# KOJI_BUILD_ID: 123
provision:
how: container
image: 'fedora:rawhide'
prepare+:
- name: Install test deps
how: install
package:
- koji
- libuv
- name: Install fresh packages from Koji
how: shell
script: ./install-rpms.sh
# Filtering
/all:
summary: Run all available tests
/smoke:
summary: Run all smoke tests
discover:
how: fmf
filter: "tag:smoke"
/integration:
summary: Run all intergraion tests
discover:
how: fmf
filter: "tag: integration"
# Way to test new TCs
#/new:
# summary: Test new TC
# discover:
# how: fmf
# filter: "tag: new"