-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.packit.yaml
More file actions
50 lines (48 loc) · 1.26 KB
/
Copy path.packit.yaml
File metadata and controls
50 lines (48 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Packit CI configuration for triage agent e2e tests.
#
# Tests run on the private Red Hat Testing Farm ranch (use_internal_tf),
# which provides internal network access and keeps logs private.
#
# Triggers:
# - pull_request (manual): maintainer posts "/packit test" to run
# - commit to main: runs automatically after merge
#
# Prerequisites:
# - Packit GitHub App installed on this repo
# - Project approved for use_internal_tf (contact Packit team)
# - Encrypted GITLAB_CI_TOKEN in .testing-farm.yaml
jobs:
- job: tests
trigger: pull_request
identifier: pr-test-triage-e2e
skip_build: true
manual_trigger: true
use_internal_tf: true
targets:
- centos-stream-10-x86_64
tf_extra_params:
environments:
- settings:
provisioning:
tags:
- m1.large
tmt:
context:
how: full
- job: tests
trigger: commit
branch: main
identifier: commit-test-triage-e2e
skip_build: true
use_internal_tf: true
targets:
- centos-stream-10-x86_64
tf_extra_params:
environments:
- settings:
provisioning:
tags:
- m1.large
tmt:
context:
how: full