Skip to content

Commit

Permalink
Update the latest Alma and Rocky to 8.10
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Diblik <[email protected]>
  • Loading branch information
danmyway committed Jul 10, 2024
1 parent f7d948f commit 471c041
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).<br>

### Changed
* `-f/--file` can be passed multiple times, the task IDs get aggregated and reported in one table
* update the latest Alma and Rocky composes to 8.10
### Removed
* dropped Alma Linux and Rocky Linux 8.6 from the targets
## [2024.03.25]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Corresponding return code is set based on the results with following logic:
The default way to show results is by showing each run details as a separate table. In order to combine test results of several different tft runs you can use comparison mode which is triggered by the `--compare` flag of `tesar report`.

```
❯ tesar report -c 8f4e2e3e-beb4-4d3a-9b0a-68a2f428dd1b -c c3726a72-8e6b-4c51-88d8-612556df7ac1 --short --unify-results=tier2=tier2_7to8 --compare
❯ tesar report -c 8f4e2e3e-beb4-4d3a-9b0a-68a2f428dd1b -c c3726a72-8e6b-4c51-88d8-612556df7ac1 --short --unify-results=tier2=tier2_7to8 --compare
```

#### Examples
Expand Down Expand Up @@ -256,9 +256,9 @@ Sadly, there is no instance of any relevance for CentOS 8 latest available.
cos8: CentOS-8-latest
ol8: OL8.9-x86_64-HVM-2024-02-02
al88: AlmaLinux OS 8.8.20230524 x86_64
al8: AlmaLinux OS 8.9.20231123 x86_64
al8: AlmaLinux OS 8.10.20240530 x86_64
roc88: Rocky-8-EC2-Base-8.8-20230518.0.x86_64
roc8: Rocky-8-EC2-Base-8.9-20231119.0.x86_64
roc8: Rocky-8-EC2-Base-8.10-20240528.0.x86_64
str8: CentOS-Stream-8
# RHEL7 targets
Expand Down
4 changes: 2 additions & 2 deletions src/tesar/dispatch/dispatch_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"chroot": "epel-8-x86_64",
},
"al8": {
"compose": "AlmaLinux OS 8.9.20231123 x86_64",
"compose": "AlmaLinux OS 8.10.20240530 x86_64",
"distro": "alma-8-latest",
"chroot": "epel-8-x86_64",
},
Expand All @@ -81,7 +81,7 @@
"chroot": "epel-8-x86_64",
},
"roc8": {
"compose": "Rocky-8-EC2-Base-8.9-20231119.0.x86_64",
"compose": "Rocky-8-EC2-Base-8.10-20240528.0.x86_64",
"distro": "rocky-8-latest",
"chroot": "epel-8-x86_64",
},
Expand Down

0 comments on commit 471c041

Please sign in to comment.