Skip to content

Commit

Permalink
Replace some paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendersonHDF committed Nov 13, 2023
1 parent 9d35ec5 commit 076ade3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 83 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/vol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ name: hdf5 VOL connectors CI
# Run VOL connector CI daily at 06:00 CDT (11:00 UTC)
on:
workflow_dispatch:
# Only for now
push:
# Only for now
# Not yet
#schedule:
# - cron: "0 11 * * *"
# Not yet
schedule:
- cron: "0 11 * * *"

permissions:
contents: read
Expand All @@ -19,6 +14,8 @@ jobs:
# CMake FetchContent functionality.
#hdf5_vol_daos_fetchcontent:
# uses: ./.github/workflows/vol_daos.yml
# with:
# build_mode: "Release"

hdf5_vol_rest_fetchcontent:
uses: ./.github/workflows/vol_rest.yml
Expand Down Expand Up @@ -49,6 +46,3 @@ jobs:
uses: ./.github/workflows/vol_log.yml
with:
build_mode: "Release"

# TODO: Build and install HDF5 and test individual VOL
# connectors against the installed API test executables
13 changes: 1 addition & 12 deletions .github/workflows/vol_adios2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,11 @@ jobs:
sudo apt update
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
# TODO
#- name: Checkout HDF5
# uses: actions/checkout@v4
# with:
# repository: HDFGroup/hdf5
# path: hdf5
# TODO

# TODO
- name: Checkout HDF5
uses: actions/checkout@v4
with:
repository: jhendersonHDF/hdf5
repository: HDFGroup/hdf5
path: hdf5
ref: api_tests_dev
# TODO

- name: Configure HDF5
shell: bash
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/vol_async.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,11 @@ jobs:
sudo apt update
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
# TODO
#- name: Checkout HDF5
# uses: actions/checkout@v4
# with:
# repository: HDFGroup/hdf5
# path: hdf5
# TODO

# TODO
- name: Checkout HDF5
uses: actions/checkout@v4
with:
repository: jhendersonHDF/hdf5
repository: HDFGroup/hdf5
path: hdf5
ref: api_tests_dev
# TODO

- name: Checkout Argobots
uses: actions/checkout@v4
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/vol_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,11 @@ jobs:
sudo apt update
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
# TODO
#- name: Checkout HDF5
# uses: actions/checkout@v4
# with:
# repository: HDFGroup/hdf5
# path: hdf5
# TODO

# TODO
- name: Checkout HDF5
uses: actions/checkout@v4
with:
repository: jhendersonHDF/hdf5
repository: HDFGroup/hdf5
path: hdf5
ref: api_tests_dev
# TODO

- name: Checkout Argobots
uses: actions/checkout@v4
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/vol_ext_passthru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,11 @@ jobs:
sudo apt update
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev
# TODO
#- name: Checkout HDF5
# uses: actions/checkout@v4
# with:
# repository: HDFGroup/hdf5
# path: hdf5
# TODO

# TODO
- name: Checkout HDF5
uses: actions/checkout@v4
with:
repository: jhendersonHDF/hdf5
repository: HDFGroup/hdf5
path: hdf5
ref: api_tests_dev
# TODO

- name: Checkout vol-external-passthrough
uses: actions/checkout@v4
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/vol_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,11 @@ jobs:
sudo apt-get install automake autoconf libtool libtool-bin libopenmpi-dev zlib1g-dev
#mpich
# TODO
#- name: Checkout HDF5
# uses: actions/checkout@v4
# with:
# repository: HDFGroup/hdf5
# path: hdf5
# TODO

# TODO
- name: Checkout HDF5
uses: actions/checkout@v4
with:
repository: jhendersonHDF/hdf5
repository: HDFGroup/hdf5
path: hdf5
ref: api_tests_dev
# TODO

# Log-based VOL currently doesn't have CMake support
- name: Configure HDF5
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/vol_rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,11 @@ jobs:
sudo apt-get update
sudo apt-get install automake autoconf libtool libtool-bin libcurl4-openssl-dev libyajl-dev
# TODO
#- name: Checkout HDF5
# uses: actions/checkout@v4
# with:
# repository: HDFGroup/hdf5
# path: hdf5
# TODO

# TODO
- name: Checkout HDF5
uses: actions/checkout@v4
with:
repository: jhendersonHDF/hdf5
repository: HDFGroup/hdf5
path: hdf5
ref: api_tests_dev
# TODO

- name: Configure HDF5 with REST VOL connector
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HDF5 version 1.15.0 currently under development
[![netCDF build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/netcdf.yml?branch=develop&label=netCDF)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop)
[![h5py build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/h5py.yml?branch=develop&label=h5py)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop)
[![CVE regression](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/cve.yml?branch=develop&label=CVE)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop)
[![HDF5 VOL connectors build status](https://github.com/jhendersonHDF/hdf5/actions/workflows/vol.yml/badge.svg)](https://github.com/jhendersonHDF/hdf5/actions/workflows/vol.yml)
[![HDF5 VOL connectors build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/vol.yml?branch=develop&label=HDF5-VOL)](https://github.com/HDFGroup/hdf5/actions/workflows/vol.yml?query=branch%3Adevelop)
[![1.14 build status](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/main.yml?branch=hdf5_1_14&label=1.14)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Ahdf5_1_14)
[![BSD](https://img.shields.io/badge/License-BSD-blue.svg)](https://github.com/HDFGroup/hdf5/blob/develop/COPYING)

Expand Down

0 comments on commit 076ade3

Please sign in to comment.