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
4 changes: 0 additions & 4 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ ansible_remote_tmp = /tmp
[hosts:smartos]
ansible_python_interpreter = /opt/local/bin/python

[hosts:freebsd]
ansible_python_interpreter = /usr/local/bin/python3
ansible_shell_allow_world_readable_temp = True

[hosts:ibm]
become_method = sudo

Expand Down
2 changes: 0 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ hosts:
fedora42-x64-2: {ip: 104.131.92.208}
fedora43-x64-1: {ip: 165.227.191.35}
fedora43-x64-2: {ip: 159.65.246.5}
freebsd13-x64-1: {ip: 138.197.25.49, user: freebsd, swap_file_size_mb: 2048}
freebsd13-x64-2: {ip: 159.89.188.229, user: freebsd, swap_file_size_mb: 2048}
rhel8-x64-1: {ip: 161.35.139.78, build_test_v8: yes, swap_file_size_mb: 2048}
rhel9-x64-1: {ip: 134.122.12.240, swap_file_size_mb: 2048}
ubuntu2204_docker-x64-1: {ip: 134.209.55.216}
Expand Down
10 changes: 0 additions & 10 deletions ansible/roles/baselayout/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,6 @@
- "{{ role_path }}/tasks/partials/postinstall/{{ os|stripversion }}.yml"
skip: true

- name: remove fortune from login shells
when: os|stripversion == 'freebsd'
lineinfile:
dest: "/home/{{ server_user }}/{{ login_item }}"
state: absent
regexp: fortune freebsd
loop_control:
loop_var: login_item
with_items: [ '.login', '.profile' ]

- name: pi | set hostname
when: "inventory_hostname|regex_search('-arm(v6l|v7l|64)_pi')"
copy:
Expand Down
8 changes: 0 additions & 8 deletions ansible/roles/baselayout/tasks/partials/ntp/freebsd.yml

This file was deleted.

18 changes: 0 additions & 18 deletions ansible/roles/baselayout/tasks/partials/repo/freebsd.yml

This file was deleted.

4 changes: 0 additions & 4 deletions ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ packages: {
'bzip2,ccache,clang,gcc-c++,git,fontconfig,sudo,make,python3-pip,python3-setuptools,rust,cargo',
],

freebsd: [
'ccache,git,gmake,sudo,python3'
],

'macos10.15': [
'cmake,python,ccache'
],
Expand Down
39 changes: 0 additions & 39 deletions ansible/roles/bootstrap/tasks/partials/freebsd.yml

This file was deleted.

10 changes: 0 additions & 10 deletions ansible/roles/docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@
- "{{ packages[os|stripversion]|default('[]') }}"
- "{{ common_packages|default('[]') }}"

- name: remove fortune from login shells
when: os|stripversion == 'freebsd'
lineinfile:
dest: "/home/{{ server_user }}/{{ login_item }}"
state: absent
regexp: fortune freebsd
loop_control:
loop_var: login_item
with_items: [ '.login', '.profile' ]

- name: set up ntp
include_tasks: "{{ ntp_include }}"
loop_control:
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/java-base/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ packages: {
'debian13': 'openjdk-25-jre-headless',
'fedora42': 'java-21-openjdk-headless',
'fedora43': 'java-25-openjdk-headless',
'freebsd': 'openjdk17-jre',
'macos': 'temurin17',
'rhel8': 'java-21-openjdk-headless',
'rhel9': 'java-25-openjdk-headless',
Expand Down
23 changes: 0 additions & 23 deletions ansible/roles/jenkins-worker/tasks/partials/tap2junit/freebsd.yml

This file was deleted.

89 changes: 0 additions & 89 deletions ansible/roles/jenkins-worker/templates/freebsd.initd.j2

This file was deleted.

7 changes: 0 additions & 7 deletions ansible/roles/jenkins-worker/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

init: {
aix: ['aix72', 'aix73'],
freebsd: 'freebsd',
ibmi: 'ibmi74',
macos: 'macos',
systemd: ['debian', 'fedora', 'rhel7', 'rhel8', 'rhel9', 'ubuntu'],
Expand All @@ -25,11 +24,6 @@ jenkins_init: {
src: 'sysvinit.initd.j2',
mode: '0755'
},
freebsd: {
dest: '/usr/local/etc/rc.d/jenkins',
src: 'freebsd.initd.j2',
mode: '0755'
},
macos: {
dest: '/Library/LaunchDaemons/org.nodejs.osx.jenkins.plist',
src: 'org.nodejs.osx.jenkins.plist',
Expand Down Expand Up @@ -73,7 +67,6 @@ java_path: {
# same for bash. will default to /bin/bash if you don't set it
bash_path: {
aix: '/usr/bin/ksh',
freebsd: '/usr/local/bin/bash',
zos: 'bash'
}

Expand Down
11 changes: 0 additions & 11 deletions ansible/roles/package-upgrade/tasks/partials/pkgng.yml

This file was deleted.

1 change: 0 additions & 1 deletion ansible/roles/package-upgrade/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
'yum': ['centos', 'rhel7', 'ibmi'],
'apt': ['debian', 'ubuntu'],
'dnf': ['aix72', 'aix73', 'fedora', 'rhel8', 'rhel9'],
'pkgng': 'freebsd',
'pkgin': 'smartos',
'chocolatey': 'win',
'brew': 'macos'
Expand Down
3 changes: 0 additions & 3 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ def buildExclusions = [
// SmartOS -----------------------------------------------
[ /^smartos22/, anyType, gte(26) ],

// FreeBSD -----------------------------------------------
[ /^freebsd13/, anyType, gte(22) ], // https://github.com/nodejs/node/issues/54576

// Shared libs docker containers -------------------------
[ /sharedlibs_debug_x64/, anyType, gte(22) ],
[ /sharedlibs_openssl110/, anyType, gte(22) ],
Expand Down