Skip to content

Commit

Permalink
#349: ci: update magistrate-vt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 16, 2025
1 parent 12aa10e commit 14c038f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/dockerimage-clang-11-ubuntu-mpich-vt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: clang
Expand Down Expand Up @@ -54,18 +54,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp-vt
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp-vt
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Docker Push Base Image
if: ${{ success() && github.ref == 'refs/heads/develop' }}
continue-on-error: true
shell: bash
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} \
-p ${{ secrets.DOCKER_PASSWORD }}
docker compose push ubuntu-cpp-vt
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
/checkpoint/ci/test_cpp.sh /checkpoint /build"

ubuntu-cpp-vt:
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-${COMPILER}-cpp
image: ${REPO}:wf-${ARCH}-ubuntu-${UBUNTU}-${COMPILER}-cpp
ulimits: *ulimits
environment:
<<: [*ccache, *checkpointopts]
Expand All @@ -146,7 +146,7 @@ services:
# $ /checkpoint/ci/build_cpp.sh /checkpoint /build
# $ /checkpoint/ci/test_cpp.sh /checkpoint /build
ubuntu-cpp-interactive:
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-${COMPILER}-cpp
image: ${REPO}:wf-${ARCH}-ubuntu-${UBUNTU}-${COMPILER}-cpp
ulimits: *ulimits
environment:
<<: [*ccache, *checkpointopts]
Expand All @@ -156,7 +156,7 @@ services:
# Build documentation for Checkpoint in the container on ubuntu platform from
# container baseline.
ubuntu-docs:
image: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-${COMPILER}-docs
image: ${REPO}:wf-${ARCH}-ubuntu-${UBUNTU}-${COMPILER}-docs
ulimits: *ulimits
environment:
<<: *ccache
Expand Down

0 comments on commit 14c038f

Please sign in to comment.