Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-renaud committed Nov 18, 2022
1 parent 41de8d5 commit ca19753
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .freeipa-pr-ci.yaml
54 changes: 52 additions & 2 deletions ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,64 @@ jobs:
timeout: 1800
topology: *build

fedora-latest/temp_commit:
fedora-latest/test_commands:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_REPLACEME.py
test_suite: test_integration/test_commands.py
template: *ci-master-latest
timeout: 5400
topology: *master_1repl_1client

fedora-latest/test_adtrust_install:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_adtrust_install.py
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

fedora-previous/build:
requires: []
priority: 100
job:
class: Build
args:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-previous
name: freeipa/ci-master-f36
version: 0.0.7
timeout: 1800
topology: *build

fedora-previous/test_commands:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_commands.py
template: *ci-master-previous
timeout: 5400
topology: *master_1repl_1client

fedora-previous/test_adtrust_install:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_adtrust_install.py
template: *ci-master-previous
timeout: 3600
topology: *master_1repl

0 comments on commit ca19753

Please sign in to comment.