Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Common-tags' of github.com:aswinkr77/infrastructure int…
Browse files Browse the repository at this point in the history
…o Common-tags
aswinkr77 committed Jun 27, 2024
2 parents df11a14 + 03b96fd commit 7268db0
Showing 14 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/DockerInventory.json
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@
"port": "32772"
},
{
"nodeName": "test-docker-debain12-armv8l-1",
"nodeName": "test-docker-debian12-armv8l-1",
"port": "2231"
},
{
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

- name: Checking for /usr/lib/jvm
stat: path=/usr/lib/jvm
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -130,6 +130,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -38,6 +38,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -5,12 +5,14 @@
- name: Set package manager var
set_fact:
package_var: "latest"
tags: [build_tools, test_tools]

- name: Set package manager var for FreeBSD
set_fact:
package_var: "present"
when:
- ansible_distribution == "FreeBSD"
tags: [build_tools, test_tools]

- name: Install Build Tool Packages
package: "name={{ item }} state={{ package_var }}"
Original file line number Diff line number Diff line change
@@ -20,15 +20,17 @@
########################
- name: Include OS variables
include_vars: "../vars/{{ ansible_distribution }}.yml"
tags: main
tags: [build_tools, install_java, main, test_tools]

##############################
# OS setup and configuration #
##############################
# If this errors, upgrade ansible to >=2.4
- name: Perform OS setup and configuration
include_tasks: "{{ ansible_distribution }}.yml"
tags: main
tags: [adoptopenjdk, azul-key, brew_cu, brew_upgrade, build_tools, build_tools_jfx, core_dump, cups, default_java,
expat, freetype, install_java, java8_SLES11, java8_SUSE, jck_tools, jenkins_user, kernel_tuning, libffi_sles,
locales, main, patch_update, rosetta, solaris_studio, SUSE_gcc48, test_tools, zlib]

###################
# cmake on armv7l #
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@
############################
- name: Call Build Packages and Tools Task
include_tasks: build_packages_and_tools.yml
tags: [build_tools, test_tools]

##########################
# Additional build tools #
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@
- name: Download Visual Studio Community 2022
win_get_url:
url: 'https://aka.ms/vs/17/release/vs_Community.exe'
checksum: 25ce0b366052fdd7eabe151b96c1c781c75e26cb228c9acda71cfe20d1415176
checksum: 8653debb099fe571c681c7f06334e703ea801168590787a727faef61e0cffc42
checksum_algorithm: sha256
dest: 'C:\temp\vs_community22.exe'
force: no
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
tags: NVidia_Cuda_Toolkit

- name: Install NVidia CUDA toolkit - Windows 10
win_shell: C:\temp\cuda_9.1.85_win10_network.exe -s compiler_9.1 nvml_dev_9.1
win_shell: C:\temp\cuda_9.1.85_win10_network.exe -s nvcc_9.1 nvml_dev_9.1
when: (not cuda_installed.stat.exists and ansible_distribution_major_version == "10")
tags: NVidia_Cuda_Toolkit

0 comments on commit 7268db0

Please sign in to comment.