Commit Graph

51 Commits

Author SHA1 Message Date
ee5edba146 1821 action required GitHub actions v4 update for actions@checkout (#1824)
* Updated to Github actions v4 as Github actions v3 will be closing down by 1/30/25.

* Updated to use actions/checkout action at the v4 branch as well to be consistent with artifacts. It is recommended to use a sepcific version or tag instead of master to ensure stability and predictability.

* Made the artifact name unique within the workflow run.
2025-01-14 11:36:44 -06:00
80063bf498 Updated to Github actions v4 as Github actions v3 will be closing down by 1/30/25. (#1823) 2025-01-07 10:37:23 -06:00
981deff397 Taking CentOS to the glue factory (#1796)
* Old yellering CentOS

* CentOS is still haunting TrickOPs

* Begone spirit of CentOS

* CentOS's ghost has been laid to rest
2024-10-22 10:21:33 -05:00
c75a71579c Clean up 2024-07-10 15:15:10 -05:00
928bec15b0 CentOS 7 CI Testing 2024-07-10 14:52:50 -05:00
21458bf30e CentOS 7 CI Testing 2024-07-10 12:09:56 -05:00
3686191e6a CentOS 7 CI Testing 2024-07-10 11:52:33 -05:00
d0a12c885f CentOS 7 CI Testing 2024-07-10 11:32:35 -05:00
29cb2ad7d5 Changed checkout from v3 to v4 2024-07-10 11:25:58 -05:00
03246a5137 CentOS 7 CI Testing 2024-07-10 09:17:58 -05:00
5ff32b1622 CI testing 2024-07-02 13:02:36 -05:00
7d663a7f32 CI testing 2024-07-02 12:47:00 -05:00
1f6cebfc3c CI testing 2024-07-02 12:42:38 -05:00
f3c0fbd0a6 CI testing 2024-07-02 12:40:53 -05:00
2b3718e112 Change CentOS to base url 2024-07-02 12:36:06 -05:00
3030603298 Change CentOS to base url 2024-07-02 12:33:43 -05:00
e44a95c6e0 Changed to install googletest 1.8.0 for centos 7 instead of using 1.6.0 (#1600)
* Changed to install googletest 1.8.0 for centos 7 instead of using 1.6.0 that comes with the centos 7 image to avoid to use okay-release-1-6.el7.noarch.rpm that is causing an error for some reason.

* Fixed typo install_gtest tag for centos 7.
2023-10-26 10:19:28 -05:00
b7514ee19a Fix workflows (#1566)
* Change checkout action version

* Add JAVA_HOME to 32 bit oracle

* Move alt linux to short test suite, drop ubuntu 18
2023-09-07 11:12:05 -05:00
8153e81c13 Fix JAVA_HOME on Oracle8 2023-08-07 10:16:29 -05:00
99ee88a686 Add more Variable Server unit and integration tests, clean up and clarify naming 2023-06-26 12:23:58 -05:00
8611d7c40e Refactor workflow distros and workflow python matrix (#1400) (#1401)
closes #1400
2022-11-21 15:25:08 -06:00
d9e7ac250d Refactored sim tests to run through TrickOps (#1390) 2022-11-17 15:43:29 -06:00
c281be3326 Update test_linux.yml 2022-10-06 16:05:51 -05:00
4671883353 Test 32-bit mode on oraclelinux 8 (#1327)
* Add 32bit test for oraclelinux8 #1304

closes #1304
2022-08-01 15:11:12 -05:00
33d2a53e12 1279 llvm 14 (#1282)
* traverse enum type on llvm 14 #1279
2022-06-09 09:42:06 -05:00
6ddcd9971c Update test_linux.yml 2022-06-02 14:51:28 -05:00
4f6cc80f97 Update test_linux.yml 2022-06-02 14:36:47 -05:00
99c713b9a0 Update test_linux.yml 2022-06-02 14:33:16 -05:00
b3c18dda3c Update test_linux.yml 2022-06-02 14:32:11 -05:00
039cd0b017 Update test_linux.yml
#1277 add ubuntu 22.04 to test suite
2022-06-02 14:30:52 -05:00
a206970b08 Publish XML Test Results (#1248)
add xml publisher action to GitHub Actions workflow for linux tests
2022-03-18 12:05:25 -05:00
3b73be173a Configure fixes and GitHub Actions workflow changes (#1245)
* major refactor of test_linux workflow
* oracle linux, almalinux, and debian 11 added to workflow
* #1243 ac_path_progs does not cache negative result like ac_path_prog. Strange. Fix bad python and python-config behavior
* add or statement in case behavior changes across autoconf versions
* all OSs now test both python 2 and python 3
2022-03-17 14:55:27 -05:00
7b3a550278 Update test_linux.yml
closes #1228
2022-02-15 13:42:50 -06:00
28a299d9cd Update test_linux.yml 2022-02-15 12:51:44 -06:00
d10e63509a Update test_linux.yml 2022-02-15 11:51:55 -06:00
f4399ceae6 Update test_linux.yml 2022-02-15 10:58:23 -06:00
f3f633e392 Update test_linux.yml 2022-02-01 18:36:01 -06:00
60b04c532a Add vaulted centos 8 code mirrors to centos 8 container 2022-02-01 18:34:40 -06:00
4c52ed2753 Merge Caleb Herpins port of Trick webserver from Mongoose to CivetWeb #730. 2021-08-18 13:15:10 -05:00
ddadc48ed8 Update test_linux.yml 2021-05-26 23:15:57 -05:00
0ec1f80945 add pull request to linux tests 2021-05-26 22:00:38 -05:00
d42b26131c disable fedora in github actions 2021-05-26 21:56:59 -05:00
8d314fa1b1 Zip SWIG-generated python modules
Closes #1144
2021-05-19 17:23:33 -05:00
c0791b46d9 icg default constructor is deleted (#1109)
* check if default constructor is deleted #1094

* unit test icg deleted default constructor #1094

* Update centos 7 swig version to 3.0 to support deleted function in SIM_deleted_default_constructor test

Co-authored-by: Fennell, Scott P 263712616 <scott.p.fennell@nasa.gov>

closes #1094
2021-02-05 19:32:36 -06:00
35a543485c Update test_linux.yml 2021-02-04 23:56:35 -06:00
808a28c076 1103 32bit own test suite (#1104)
* Create test_32.yml

closes #1103
2021-01-28 18:48:18 -06:00
217fccdb80 Update test_linux.yml 2021-01-11 10:51:09 -06:00
3e853a6337 Update test_linux.yml 2021-01-11 09:37:03 -06:00
0878485f3f Update udunits location in trick-32 bit build 2021-01-11 09:27:22 -06:00
939b3002d1 tv dynamic allocations post initialization and test update (#1090)
* #1086 append runtime allocations when sie is requested instead of initialization

* #1088 change sie error to warning and improve warning message

* #1089 lowercase powertools in centOS 8 config


closes #1086
closes #1088
closes #1089
2020-12-15 12:48:21 -06:00