Skip to content

Commit

Permalink
ci: Attempt to run CI using specific test-sos branch
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarshall21 committed Apr 17, 2024
1 parent 1015769 commit e0a078d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ jobs:
# SOS
- name: Build SOS (${{ matrix.sos_config }})
run: |
git submodule update --remote
./autogen.sh
mkdir build; cd build
../configure --prefix=${SOS_INSTALL_DIR} --with-ofi=${LIBFABRIC_INSTALL_DIR} ${{ matrix.sos_config }}
Expand Down Expand Up @@ -445,6 +446,7 @@ jobs:
# # SOS
# - name: Build SOS
# run: |
# git submodule update --remote
# ./autogen.sh
# mkdir build; cd build
# ../configure --prefix=${SOS_INSTALL_DIR} ${{ matrix.sos_transport_config }} --with-pmix=${PMIX_INSTALL_DIR}
Expand Down Expand Up @@ -541,6 +543,7 @@ jobs:
# SOS
- name: Build SOS (${{ matrix.sos_config }})
run: |
git submodule update --remote
./autogen.sh
mkdir build; cd build
../configure --prefix=${SOS_INSTALL_DIR} --with-ucx=${UCX_INSTALL_DIR} ${{ matrix.sos_config }}
Expand Down Expand Up @@ -633,6 +636,7 @@ jobs:
# SOS
- name: Build SOS (${{ matrix.name }})
run: |
git submodule update --remote
./autogen.sh
mkdir build; cd build
../configure --prefix=${SOS_INSTALL_DIR} --with-portals4=${PORTALS4_INSTALL_DIR} ${{ matrix.sos_config }}
Expand Down Expand Up @@ -688,6 +692,7 @@ jobs:
# SOS
- name: Build SOS (${{ matrix.name }})
run: |
git submodule update --remote
./autogen.sh
mkdir build; cd build
../configure --prefix=${SOS_INSTALL_DIR} ${{ matrix.sos_config }}
Expand Down
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "modules/tests-sos"]
path = modules/tests-sos
url = ../../openshmem-org/tests-sos.git
branch = main
url = ../../philipmarshall21/tests-sos.git
branch = ibput_and_ibget_tests

0 comments on commit e0a078d

Please sign in to comment.