Skip to content

Commit

Permalink
Nightly tests: test on f38 and f39
Browse files Browse the repository at this point in the history
Fedora 39 is now officically available. Update the test definitions:
- lastest now uses f39
- previous now uses f38

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Rafael Guterres Jeffman <rjeffman@redhat.com>
  • Loading branch information
flo-renaud authored and rcritten committed Jan 12, 2024
1 parent a5d38ca commit 717ae87
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/gating.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_389ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_selinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_sssd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/nightly_latest_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down
4 changes: 2 additions & 2 deletions ipatests/prci_definitions/nightly_previous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-previous
name: freeipa/ci-master-f37
version: 0.0.2
name: freeipa/ci-master-f38
version: 0.0.1
timeout: 1800
topology: *build

Expand Down
2 changes: 1 addition & 1 deletion ipatests/prci_definitions/temp_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git_repo: '{git_repo}'
git_refspec: '{git_refspec}'
template: &ci-master-latest
name: freeipa/ci-master-f38
name: freeipa/ci-master-f39
version: 0.0.1
timeout: 1800
topology: *build
Expand Down

0 comments on commit 717ae87

Please sign in to comment.