Commit Graph

104 Commits

Author SHA1 Message Date
Scot Breitenfeld
94ea835bbb
speed-up building HDF5 (#3087)
Disables building the tests when building the netCDF, etc.
2023-06-20 16:58:50 -07:00
Allen Byrne
1f20354ee6
Correct the zip usage (#3153) 2023-06-18 21:56:24 -07:00
Allen Byrne
0f2cb0fd91
Fix the snapshots workflow (#3148)
* Add upload url as artifact
* Change doxygen path and comment log-url upload
* zip doxygen files for upload
* add workspace var
2023-06-16 11:34:24 -07:00
Diogo Teles Sant'Anna
5e8a230619
Define minimal permissions for new GitHub workflows (#3147) 2023-06-16 07:57:14 -07:00
Allen Byrne
281dbf49dc
Fix gh pages so that the doxygen files are uploaded (#3102)
* Add workspace path
* add debug
* Make one job so workspace files are available
* Put doxygen docs under docs folder in gh-pages
2023-06-12 20:43:06 -07:00
Dana Robinson
b9f988ed63
Add Mark Kittisopikul to CODEOWNERS (#3111) 2023-06-12 18:03:21 -07:00
Dana Robinson
087d35a5b7
Build the ros3 VFD in GitHub actions (#3090)
* Build the ros3 VFD in GitHub actions
* Add curl to list of packages to install
* Disable CMake while we figure out the curl path issues
2023-06-10 12:23:11 -07:00
Dana Robinson
95b75de836
Remove template title text ([BUG], etc.) (#3093)
We use labels for this now
2023-06-09 17:48:59 -07:00
H. Joe Lee
74f1a6e5b4
ci: add h5py action (#2986) (#3028) 2023-06-08 08:47:35 -07:00
Allen Byrne
b3d9a06555
Fix paths for doxygen and add step to upload to gh-pages (#3061) 2023-06-07 05:57:13 -07:00
H. Joe Lee
c82ddf3913
ci: add netcdf action (#2934) (#2981) 2023-06-06 12:57:57 -07:00
Allen Byrne
5078cee8d3
Correct path for doxygen files (#3055) 2023-06-06 14:44:08 -05:00
Allen Byrne
2384a73176
Develop gh doxy (#3041)
* Add doxygen generation to daily-build and main

* Add doxygen option to matrix
2023-06-05 16:27:40 -07:00
Dana Robinson
40324e0c31
Cleans up Java JNI warnings and add java to -Werror checks (#2383) 2023-05-27 09:49:37 -07:00
Dana Robinson
25457d369d
Bump GitHub Autotools actions to gcc-12 (#3015) 2023-05-25 14:07:59 -07:00
Dana Robinson
1e52bc27ee
Fix assert in Debug Windows Java JNI (#3012)
Use of an uninitialized H5L_info2_t struct caused some JNI tests to
raise asserts, causing a dialog box to be emitted, which would hang
automated tests.

Initializing the struct fixes the problem.

This change also re-enables tests in the Windows Debug GitHub actions.
2023-05-25 10:47:46 -07:00
Allen Byrne
018ca4e37f
Develop release workflow (#3002)
Implement (pre)release workflow for daily build
2023-05-25 10:24:54 -07:00
Dana Robinson
21c1af2707
Only run ttsafe in thread-safe GitHub actions (#2777)
Also fixes broken thread-safety testing (due to a typo in the GitHub action checks)
2023-05-25 05:27:11 -07:00
Dana Robinson
37e0484af5
Update GitHub macOS actions to v13 (#2999)
* Update macOS to 13

* Fix the DYLD_LIBRARY_PATH issue on macOS 12 & 13 + CMake that caused the accum test to fail
2023-05-24 06:05:17 -07:00
Allen Byrne
8186a8ded0
Fix plugin cache variable name (#2988)
* Fix plugin cache variable name
* Prefix plugin project local variables
2023-05-22 18:04:48 -05:00
Diogo Teles Sant'Anna
14edcfaffd
ci: set minimal permissions on GitHub Workflows (#2980)
Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
2023-05-18 16:08:10 -05:00
Allen Byrne
dc3ef6055f
Change defaults of standard filters. (#2927) 2023-05-18 16:05:20 -05:00
Allen Byrne
909dcc420d
Update action uses version (#2937) 2023-05-11 08:18:54 -07:00
jhendersonHDF
f8a1b3ceec
Add initial version of HDF5 API tests (#2877) 2023-05-02 12:52:39 -07:00
Allen Byrne
0dceadf245
Use powershell shell to copy files (#2858) 2023-04-30 12:56:11 -07:00
Allen Byrne
2c6316ec57
Add DT workflow for creating daily binaries (#2843) 2023-04-29 12:36:17 -05:00
jhendersonHDF
8562645b8a
Fix hdfeos5 workflow concurrency conflicts (#2804) 2023-04-24 12:42:03 -07:00
jhendersonHDF
584243bc47
Update concurrency group for main CI workflow (#2768)
Updates main CI workflow concurrency group so that the group should be a unique string formed as "workflow file-commit" or "workflow file-PR number". This should only cancel actions for a PR if the same PR is committed to while the actions are running.
2023-04-17 14:02:39 -07:00
jhendersonHDF
41b61bfe53
Update hdfeos5 workflow concurrency group (#2766)
Changes concurrency group for hdfeos5 workflow so that it is separate from the concurrency group for the CI workflow
2023-04-16 18:37:06 -07:00
Dana Robinson
88257af73d
Add Elena to the list of Fortran developers in CODEOWNERS (#2741) 2023-04-14 12:00:03 -07:00
Dana Robinson
526d0d70e6
Update HDF-EOS5 workflow to mirror main.yml (#2710)
Adds paths to ignore, concurrency, etc.
2023-04-13 09:04:51 -07:00
Dana Robinson
d1727fe8f3
Use additional CPUs in GitHub actions (#2695)
* Build: 3 CPUs
* Tests: 2 CPUs

For both Autotools and CMake
2023-04-11 20:58:39 -07:00
H. Joe Lee
3bca79c7aa
ci: add HDF-EOS5 test action (#2415) (#2625) 2023-04-11 14:20:10 -05:00
Dana Robinson
549fbcba86
Add a clang-format comment about permissions (#2577) 2023-03-17 12:56:14 -05:00
Dana Robinson
469a93790e
Rename clang-format fix action (#2550)
The clang-format fix and check actions have the same name. This
also makes some small changes to the action's text fields.
2023-03-14 00:57:38 -07:00
Dana Robinson
19a9b12eea
Add Glenn Song to the CODEOWNERS file (#2551)
Also removes Ray Lu
2023-03-14 00:57:19 -07:00
Scot Breitenfeld
3d8dc012a4
Add concurrency option to cancel in-progress jobs (#2539) 2023-03-13 16:24:15 -05:00
Mark Kittisopikul
5d3d43b1ee
Fix new codespell issues (#2521)
* Fix new codespell issues

* Have codespell ignore ./config/sanitizer/sanitizers.cmake
2023-03-08 14:42:47 -06:00
Allen Byrne
d7128d144b
Add fetchcontent for compression libs and fix cmake config (#2487)
* Add fetchcontent for compression libs and fix cmake config

* MSDOS is a reserved define name

* Add release note and update install doc for FetchContent

* Add CI test for FetchContent

* Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends

* Use general link
2023-02-26 15:06:14 -08:00
Allen Byrne
bfef9945a8
Develop toolchain lowercase names and updates (#2426)
* lowercase the toolchain filenames

* Change name of option define

* Update CI with changed toolchain name

* Correct Intel compiler names

* Account for Intels name for compiler based on clang

* Make icx default and rename classic to icc
2023-02-17 14:37:26 -08:00
Dana Robinson
6e3b34188e
Add parallel Autotools -Werror checks (#2384)
New actions added to GitHub CI to build parallel HDF5 w/ CFLAGS=-Werror. Since the GitHub runners are so underpowered, we just configure, build, and install but do not run tests. This covers Autotools only, both debug and release.
2023-02-13 11:57:43 -08:00
Dana Robinson
972c8833c6
Drop non-develop branches in main.yml (#2446)
There's no reason to list 1.10, etc. in the list of branches where
this flavor of main.yml applies. Those branches have their own main.yml
files.
2023-02-12 07:15:38 -08:00
Dana Robinson
2e8ea68d97
Update CODEOWNERS given personnel changes (#2453) 2023-02-11 04:50:30 -08:00
Dana Robinson
d61fd4aba7
Add szip/libaec to GitHub CI and fix warnings (#2438)
szip (or libaec) is currently not tested in CI. This adds szip to the
the Autotools GitHub CI actions on Linux when building with the
Autotools.

This PR also cleans up a few warnings that remained in the szip-
related code so the -Werror check will pass.
2023-02-09 05:46:16 -08:00
Dana Robinson
d326f6fae8
Adds 'make install' and 'make check-install' to the CI (Autotools only) (#2381) 2023-01-03 06:17:56 -08:00
Larry Knox
d261272ffa
Restore line 264 of main.yml: "thread_safety:" (#2374) 2022-12-28 10:30:57 -08:00
Dana Robinson
1cf9ecccf5
Fix for Autotools --disable-deprecated-symbols (#2363)
* Fix for Autotools --disable-deprecated-symbols

When we added v116 as a valid option, we left the default as v114 so
using --disable-deprecated-symbols leads configure to complain that you
can't set a default API that was deprecated.

The GitHub action didn't catch this because it explicitly specifies v116

This only affects develop w/ the Autotools when
--disable-deprecated-symbols is requested.

* Added v116 & default to the --with-default-api-version help string

The Autotools --with-default-api-version help string was missing v116.
This has been added, as well as a "default" target so the CI can catch
version problems when we forget to update the defaults upon creating
a new major version.

The GitHub CI also now uses "default" as the target for the deprecated
symbols build.

* Fixes the 1.14 API GitHub CI threadsafe/build_mode

This action still had the bug we fixed where we set the build mode
and threadsafety using an array of size one instead of an object.
2022-12-24 11:36:38 -08:00
Allen Byrne
9f5cf0a457
H5F_LIBVER_LATEST changes for move to 1.15 (#2288)
* H5F_LIBVER_LATEST changes for move to 1.15

* Add new default api check

* Format fixes

* Fix default configure

* fix lib version tests

* Fix another version variable

* Add 1.14 doc link
2022-12-21 10:07:25 -08:00
Dana Robinson
0e76abaf64
Removes duplicated build mode from -Werror GitHub actions (#2314) 2022-12-16 12:05:01 -08:00
Dana Robinson
4bbda3038a
Converts the YAML build mode arrays to objects in special runs (#2308)
* Converts the YAML build mode arrays to objects in special runs

* Adds a dump of the matrix context for each test

This would have made it a LOT easier to debug the build_mode issues...

* Disable the mirror VFD in the -Werror checks

We can re-enable this after we fix the warnings, but I don't want to
conflate code and GitHub changes, so this is a better way to get the
CI to pass for now.
2022-12-15 23:03:02 -08:00