Skip to content

Commit

Permalink
Rename docker folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Nov 15, 2023
1 parent b75b033 commit be40ea0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ jobs:
name: Build and push to tag
uses: docker/build-push-action@v3
with:
context: ./docker/voicexx_env
cache-from: type=registry,ref=ghcr.io/gyselax/voicexx_env:latest
context: ./docker/gyselalibxx_env
cache-from: type=registry,ref=ghcr.io/gyselax/gyselalibxx_env:latest
pull: true
push: true
tags: ghcr.io/gyselax/voicexx_env:${{ github.sha }}
tags: ghcr.io/gyselax/gyselalibxx_env:${{ github.sha }}
-
name: Build and push latest
if: github.event_name == 'push' && github.ref_name == 'main'
uses: docker/build-push-action@v3
with:
context: ./docker/voicexx_env
cache-from: type=registry,ref=ghcr.io/gyselax/voicexx_env:latest
context: ./docker/gyselalibxx_env
cache-from: type=registry,ref=ghcr.io/gyselax/gyselalibxx_env:latest
pull: true
push: true
tags: ghcr.io/gyselax/voicexx_env:latest
tags: ghcr.io/gyselax/gyselalibxx_env:latest

tests:
runs-on: ubuntu-latest
needs: docker
container:
image: ghcr.io/gyselax/voicexx_env:${{ github.sha }}
image: ghcr.io/gyselax/gyselalibxx_env:${{ github.sha }}
options: --user root
steps:
-
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
needs: docker
container:
image: ghcr.io/gyselax/voicexx_env:${{ github.sha }}
image: ghcr.io/gyselax/gyselalibxx_env:${{ github.sha }}
options: --user root
steps:
-
Expand All @@ -90,7 +90,7 @@ jobs:
needs: docker
runs-on: ubuntu-latest
container:
image: ghcr.io/gyselax/voicexx_env:${{ github.sha }}
image: ghcr.io/gyselax/gyselalibxx_env:${{ github.sha }}
options: --user root
steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cmake_tests:
GIT_SUBMODULE_STRATEGY: recursive
SLL_BUILD_TESTING: "ON"
script: |
git config --global --add safe.directory /builds/gysela-developpers/voicexx/vendor/kokkos
git config --global --add safe.directory /builds/gysela-developpers/gyselalibxx/vendor/kokkos
rm -rf build || true
mkdir build
cd build
Expand Down Expand Up @@ -48,7 +48,7 @@ cmake_tests_Release:
SLL_BUILD_TESTING: "ON"
script: |
set -e
git config --global --add safe.directory /builds/gysela-developpers/voicexx/vendor/kokkos
git config --global --add safe.directory /builds/gysela-developpers/gyselalibxx/vendor/kokkos
rm -rf build || true
mkdir build
cd build
Expand Down Expand Up @@ -122,7 +122,7 @@ documentation:
git config --global --add safe.directory $CI_PROJECT_DIR
git fetch origin ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME} --recurse-submodules=no
script: |
git config --global --add safe.directory /builds/gysela-developpers/voicexx/vendor/kokkos
git config --global --add safe.directory /builds/gysela-developpers/gyselalibxx/vendor/kokkos
rm -rf build || true
# Make docs
mkdir build
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit be40ea0

Please sign in to comment.