Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions .github/workflows/early_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,20 @@ jobs:
with: {tool-cache: true, large-packages: false}
- name: Checkout built branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: {submodules: true}
with:
submodules: true
- name: Checkout Kokkos devel branch
run: |
cd vendor/kokkos
git fetch
git checkout develop
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: vendor/kokkos
- name: Checkout Kokkos Kernels devel branch
run: |
cd vendor/kokkos-kernels
git fetch
git checkout develop
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: vendor/kokkos-kernels
- name: Checkout Kokkos-fft devel branch
run: |
cd vendor/kokkos-fft
git fetch
git checkout main
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: vendor/kokkos-fft
- name: Test
id: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gyselalibxx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Checkout ddc
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: true
path: vendor/ddc
submodules: true
- name: Build
run: |
cat<<-EOF > run.sh
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ jobs:
with: {tool-cache: true, large-packages: false}
- name: Checkout built branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: {submodules: true}
with:
submodules: true
- name: Collect image artifact
if: needs.id_repo.outputs.in_base_repo == 'false'
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/tests-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ jobs:
with: {tool-cache: true, large-packages: false}
- name: Checkout built branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: {submodules: true}
with:
submodules: true
- name: Collect image artifact
if: needs.id_repo.outputs.in_base_repo == 'false'
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
Expand Down Expand Up @@ -321,7 +322,8 @@ jobs:
with: {tool-cache: true, large-packages: false}
- name: Checkout built branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: {submodules: true}
with:
submodules: true
- name: Collect image artifact
if: needs.id_repo.outputs.in_base_repo == 'false'
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
Expand Down Expand Up @@ -416,7 +418,8 @@ jobs:
with: {tool-cache: true, large-packages: false}
- name: Checkout built branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: {submodules: true}
with:
submodules: true
- name: Collect image artifact
if: needs.id_repo.outputs.in_base_repo == 'false'
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
Expand Down