Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ hosts:
ubuntu2404_docker-arm64-3: {ip: 20.172.67.207, user: nodejs}

- digitalocean:
debian11-x64-1: {ip: 174.138.79.159, swap_file_size_mb: 2048}
debian12-x64-1: {ip: 159.203.105.159, swap_file_size_mb: 2048}
debian13-x64-1: {ip: 174.138.79.159, swap_file_size_mb: 2048}
debian13-x64-2: {ip: 137.184.225.39, swap_file_size_mb: 2048}
fedora42-x64-1: {ip: 174.138.62.120}
fedora42-x64-2: {ip: 104.131.92.208}
fedora43-x64-1: {ip: 165.227.191.35}
Expand All @@ -106,7 +107,6 @@ hosts:
ubuntu2204_docker-x64-1: {ip: 134.209.55.216}
ubuntu2204_docker-x64-2: {ip: 159.89.183.200}
ubuntu2404-x64-1: {ip: 165.227.180.106, swap_file_size_mb: 2048}
ubuntu2404-x64-2: {ip: 167.99.124.188, swap_file_size_mb: 2048}

- ibm:
aix72-ppc64_be-1:
Expand Down Expand Up @@ -266,9 +266,9 @@ hosts:
server_jobs: 32

- rackspace:
debian11-x64-1: {ip: 23.253.109.216, swap_file_size_mb: 4096}
debian12-x64-1: {ip: 104.130.124.194, swap_file_size_mb: 4096}
ubuntu2404-x64-1: {ip: 119.9.52.75, swap_file_size_mb: 4096, user: ubuntu}
ubuntu2404-x64-2: {ip: 104.130.124.245, swap_file_size_mb: 4096, user: ubuntu}
win2016_vs2015-x64-1: {}
win2016_vs2015-x64-2: {}
win2019_vs2019-x64-1: {}
Expand Down
10 changes: 5 additions & 5 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ packages: {
'autoconf,automake,ca-certificates-mozilla,tar-gnu,gzip,ccache,cmake,coreutils-gnu,gcc12,gcc12-cplusplus,gcc12-cpp,libstdcplusplus6-12-devel,gcc10,gcc10-cplusplus,gcc10-cpp,git,libstdcplusplus6-10-devel,m4-gnu,openssl-devel,python2-setuptools,python3,python3-pip,python39,python39-pip,python39-setuptools,python3.13,python3.13-pip,python3.13-setuptools,sed-gnu,zlib-devel,icu-devel,c-ares-devel,brotli-devel,grep-gnu,pkg-config,xz',
],

debian11: [
'gcc-10,g++-10,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-pip',
],

debian12: [
'systemd-timesyncd,clang-19,gcc,g++,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
],

debian13: [
'apt-transport-https,ca-certificates,cargo,clang-19,gcc,g++,make,ccache,git,curl,libfontconfig1,python3-packaging,python3-venv,rustc,sudo,systemd-timesyncd',
],

fedora: [
'bzip2,ccache,clang,gcc-c++,git,fontconfig,sudo,make,python3-pip,python3-setuptools,rust,cargo',
],
Expand Down Expand Up @@ -141,6 +141,6 @@ packages: {

# Default gcc/g++ package is 13.
ubuntu2404: [
'clang-19,gcc,g++,python3,python3-pip,python-is-python3,python3-venv',
'cargo-1.82,clang-19,gcc,g++,python3,python3-pip,python-is-python3,python3-venv,rustc-1.82',
],
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

#
# debian 11
# debian 13
#

- name: set up swap on Linux
Expand Down
2 changes: 2 additions & 0 deletions ansible/roles/docker/templates/ubuntu2404.Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
g++ \
gcc \
clang-19 \
cargo-1.82 \
rustc-1.82 \
git \
openjdk-21-jre-headless \
curl \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN apt-get update && apt-get install apt-utils -y && \
g++ \
gcc \
clang-19 \
cargo-1.82 \
rustc-1.82 \
git \
openjdk-21-jre-headless \
pkg-config \
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/java-base/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

packages: {
'centos': 'java-11-openjdk-headless',
'debian11': 'openjdk-17-jre-headless',
'debian12': 'openjdk-17-jre-headless',
'debian13': 'openjdk-25-jre-headless',
'fedora42': 'java-21-openjdk-headless',
'fedora43': 'java-25-openjdk-headless',
'freebsd': 'openjdk17-jre',
Expand Down
11 changes: 11 additions & 0 deletions ansible/roles/jenkins-worker/tasks/partials/tap2junit/debian13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

#
# install tap2junit from pip
#

- name: install tap2junit
pip:
name: tap2junit=={{ tap2junit_version }}
virtualenv: /home/{{ server_user }}/venv
virtualenv_command: python3 -m venv
4 changes: 3 additions & 1 deletion jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ "$NODEJS_MAJOR_VERSION" -ge "25" ]; then
echo "Compiler set to Clang" `${CXX} -dumpversion`
return
;;
*debian12*)
*debian12*|*debian13*)
echo "Using Clang for Node.js $NODEJS_MAJOR_VERSION"
export CC="ccache clang-19"
export CXX="ccache clang++-19"
Expand All @@ -65,6 +65,8 @@ if [ "$NODEJS_MAJOR_VERSION" -ge "25" ]; then
return
;;
*ubuntu2404*)
export CARGO=cargo-1.82
export RUSTC=rustc-1.82
echo "Using Clang for Node.js $NODEJS_MAJOR_VERSION"
export CC="ccache clang-19"
export CXX="ccache clang++-19"
Expand Down