summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
...
* Create scorecard.yml (#3508)Dana Robinson2023-09-051-0/+72
| | | Bring in OSSF Scorecard code scanner as a GitHub action
* Disable SZIP for Intel oneAPI Action (#3449)H. Joe Lee2023-08-312-5/+6
| | | | | * Disable SZIP for Intel oneAPI Action * Disable Fortran and parallel
* Add a CVE regression test action (#3445)Dana Robinson2023-08-301-0/+51
| | | *
* Add Intel oneAPI actions (#2949) (#2977)H. Joe Lee2023-08-232-0/+120
| | | | | | | | | * ci: add Intel oneAPI actions (#2949) * ci: fix CMake installation * ci: use absolute paths for libtool installation * ci(oneAPI): update compiler versions and use cron
* restore CI tarball name prefix to match bin/release (#3385)Allen Byrne2023-08-161-2/+2
|
* Correct CI settings (#3384)Allen Byrne2023-08-161-2/+2
| | | | | * Correct CI settings * Correct plugin file name
* Update files to skip list and ignore_words_list (#3321)Larry Knox2023-08-021-2/+2
| | | | | * Update files to skip list and ignore_words_list for codespell to not check files generated by autotools. Autotools generate misspellings that can't be fixed in HDF5 code.
* Remove py-pip from h5py action (#3265)H. Joe Lee2023-07-271-4/+2
|
* Disable h5py until fixed properly without spack (#3243)Allen Byrne2023-07-141-2/+2
|
* Switch CI to use release script (#3242)Allen Byrne2023-07-133-32/+42
|
* merge bbrelease to release (#3232)Allen Byrne2023-07-121-22/+63
| | | | | * merge bbrelease to release * Fix pre-req workflow
* fix gh action if statements (#3213)Allen Byrne2023-06-301-4/+4
|
* Update actions for release option, fix branch for daily build (#3185)Allen Byrne2023-06-295-131/+245
| | | | | | | * Update actions for release option, fix branch for daily build * Scheduled workflows run on latest commit on the develop * Add snapshots location
* Tidy the list of options in main.yml (#3181)Dana Robinson2023-06-271-4/+63
|
* Fix the doxygen to gh pages and artifact creation (#3176)Allen Byrne2023-06-261-7/+2
|
* Update Linux workflows (#3173)develop-readmeDana Robinson2023-06-221-12/+13
| | | | * Consolidate environment setup * Turn on ros3 VFD in CMake (Linux only)
* Add missing space in zip command (#3167)Allen Byrne2023-06-221-1/+1
|
* speed-up building HDF5 (#3087)Scot Breitenfeld2023-06-202-2/+2
| | | Disables building the tests when building the netCDF, etc.
* Correct the zip usage (#3153)Allen Byrne2023-06-191-1/+1
|
* Fix the snapshots workflow (#3148)Allen Byrne2023-06-163-6/+19
| | | | | | * Add upload url as artifact * Change doxygen path and comment log-url upload * zip doxygen files for upload * add workspace var
* Define minimal permissions for new GitHub workflows (#3147)Diogo Teles Sant'Anna2023-06-164-0/+15
|
* Fix gh pages so that the doxygen files are uploaded (#3102)Allen Byrne2023-06-131-20/+16
| | | | | | * Add workspace path * add debug * Make one job so workspace files are available * Put doxygen docs under docs folder in gh-pages
* Build the ros3 VFD in GitHub actions (#3090)Dana Robinson2023-06-101-4/+20
| | | | | * 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
* ci: add h5py action (#2986) (#3028)H. Joe Lee2023-06-081-0/+36
|
* Fix paths for doxygen and add step to upload to gh-pages (#3061)Allen Byrne2023-06-072-5/+15
|
* ci: add netcdf action (#2934) (#2981)H. Joe Lee2023-06-061-0/+53
|
* Correct path for doxygen files (#3055)Allen Byrne2023-06-061-1/+1
|
* Develop gh doxy (#3041)Allen Byrne2023-06-053-6/+36
| | | | | * Add doxygen generation to daily-build and main * Add doxygen option to matrix
* Cleans up Java JNI warnings and add java to -Werror checks (#2383)Dana Robinson2023-05-271-2/+4
|
* Bump GitHub Autotools actions to gcc-12 (#3015)Dana Robinson2023-05-251-4/+4
|
* Fix assert in Debug Windows Java JNI (#3012)Dana Robinson2023-05-251-2/+1
| | | | | | | | | 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.
* Develop release workflow (#3002)Allen Byrne2023-05-253-3/+130
| | | Implement (pre)release workflow for daily build
* Only run ttsafe in thread-safe GitHub actions (#2777)Dana Robinson2023-05-251-8/+24
| | | Also fixes broken thread-safety testing (due to a typo in the GitHub action checks)
* Update GitHub macOS actions to v13 (#2999)Dana Robinson2023-05-241-3/+3
| | | | | * Update macOS to 13 * Fix the DYLD_LIBRARY_PATH issue on macOS 12 & 13 + CMake that caused the accum test to fail
* Fix plugin cache variable name (#2988)Allen Byrne2023-05-221-1/+7
| | | | * Fix plugin cache variable name * Prefix plugin project local variables
* ci: set minimal permissions on GitHub Workflows (#2980)Diogo Teles Sant'Anna2023-05-188-0/+23
| | | Signed-off-by: Diogo Teles Sant'Anna <diogoteles@google.com>
* Change defaults of standard filters. (#2927)Allen Byrne2023-05-181-2/+2
|
* Update action uses version (#2937)Allen Byrne2023-05-111-1/+1
|
* Add initial version of HDF5 API tests (#2877)jhendersonHDF2023-05-021-1/+1
|
* Use powershell shell to copy files (#2858)Allen Byrne2023-04-301-5/+5
|
* Add DT workflow for creating daily binaries (#2843)Allen Byrne2023-04-293-0/+343
|
* Fix hdfeos5 workflow concurrency conflicts (#2804)jhendersonHDF2023-04-241-1/+1
|
* Update concurrency group for main CI workflow (#2768)jhendersonHDF2023-04-171-1/+1
| | | 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.
* Update hdfeos5 workflow concurrency group (#2766)jhendersonHDF2023-04-171-1/+1
| | | Changes concurrency group for hdfeos5 workflow so that it is separate from the concurrency group for the CI workflow
* Update HDF-EOS5 workflow to mirror main.yml (#2710)Dana Robinson2023-04-131-1/+18
| | | Adds paths to ignore, concurrency, etc.
* Use additional CPUs in GitHub actions (#2695)Dana Robinson2023-04-121-4/+4
| | | | | | * Build: 3 CPUs * Tests: 2 CPUs For both Autotools and CMake
* ci: add HDF-EOS5 test action (#2415) (#2625)H. Joe Lee2023-04-111-0/+30
|
* Add a clang-format comment about permissions (#2577)Dana Robinson2023-03-171-0/+9
|
* Rename clang-format fix action (#2550)Dana Robinson2023-03-142-4/+4
| | | | The clang-format fix and check actions have the same name. This also makes some small changes to the action's text fields.
* Add concurrency option to cancel in-progress jobs (#2539)Scot Breitenfeld2023-03-131-1/+6
|