Skip to content

Commit

Permalink
Add amzn2023, debian12, ubuntu22.04, el9, and remove centos7, debian1…
Browse files Browse the repository at this point in the history
…0, ubuntu18.04.
  • Loading branch information
pvinh-spike committed Nov 2, 2023
1 parent 531f692 commit 1d96d81
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ name: act

container:
- base:
- docker.qe.aerospike.com/build/aerospike-server:arm-centos-7
- docker.qe.aerospike.com/build/aerospike-server:arm-rhel-8
- docker.qe.aerospike.com/build/aerospike-server:arm-debian-10
- docker.qe.aerospike.com/build/aerospike-server:arm-rhel-9
- docker.qe.aerospike.com/build/aerospike-server:arm-debian-11
- docker.qe.aerospike.com/build/aerospike-server:arm-ubuntu-18.04
- docker.qe.aerospike.com/build/aerospike-server:arm-debian-12
- docker.qe.aerospike.com/build/aerospike-server:arm-ubuntu-20.04
- docker.qe.aerospike.com/build/aerospike-server:arm-ubuntu-22.04
- docker.qe.aerospike.com/build/aerospike-server:arm-amazonlinux-2023

- docker.qe.aerospike.com/build/aerospike-server:x86-centos-7
- docker.qe.aerospike.com/build/aerospike-server:x86-rhel-8
- docker.qe.aerospike.com/build/aerospike-server:x86-debian-10
- docker.qe.aerospike.com/build/aerospike-server:x86-rhel-9
- docker.qe.aerospike.com/build/aerospike-server:x86-debian-11
- docker.qe.aerospike.com/build/aerospike-server:x86-ubuntu-18.04
- docker.qe.aerospike.com/build/aerospike-server:x86-debian-12
- docker.qe.aerospike.com/build/aerospike-server:x86-ubuntu-20.04
- docker.qe.aerospike.com/build/aerospike-server:x86-ubuntu-22.04
- docker.qe.aerospike.com/build/aerospike-server:x86-amazonlinux-2023

build:
- name: default
Expand Down
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## New Features

* [TOOLS-2730] - Add support for Amazon2023
* [TOOLS-2731] - Add support for Debian 12
* [TOOLS-2729] - Add support for RedHat 9
* [TOOLS-2732] - Add support for Ubuntu 22.04
* [TOOLS-2736] - Remove support for Debian 10
* [TOOLS-2734] - Remove support for Ubuntu 18.04
* [TOOLS-2735] - Remove support for Centos 7
* [] - Added ACT storage config item 'no-defrag-reads' to allow simulation of Aerospike Server 7.0+ storage-backed storage-engine memory workloads.
* [] - Removed ACT storage config item 'commit-min-size' since it has been removed from Aerospike Server 7.0+.

0 comments on commit 1d96d81

Please sign in to comment.