Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#349: use docker images from DARMA-tasking/workflows #377

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REPO=lifflander1/checkpoint
REPO=lifflander1/vt
ARCH=amd64
UBUNTU=22.04
ULIMIT_CORE=0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
COMPILER_TYPE: gnu
COMPILER: gcc-8
COMPILER: gcc-9
BUILD_TYPE: release
ULIMIT_CORE: 0
TOKEN: ${{ secrets.GH_PAT }}
Expand Down
17 changes: 3 additions & 14 deletions .github/workflows/dockerimage-clang-10-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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,22 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp
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
- name: Zip up CMake output
- name: Collect logs
run: |
zip -j LastTest.log.gz ${{ env.BUILD_ROOT }}/checkpoint/Testing/Temporary/LastTest.log
zip -j cmake-output.log.gz ${{ env.BUILD_ROOT }}/checkpoint/cmake-output.log
Expand Down
21 changes: 5 additions & 16 deletions .github/workflows/dockerimage-clang-11-ubuntu-mpich-vt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
UBUNTU: 22.04
COMPILER_TYPE: clang
COMPILER: clang-11
BUILD_TYPE: release
Expand All @@ -27,8 +27,8 @@ jobs:
MAGISTRATE_MPI: 1
MAGISTRATE_WARNINGS_AS_ERRORS: 1
MAGISTRATE_DOCS: 0
MAGISTRATE_ASAN: 1
MAGISTRATE_UBSAN: 1
MAGISTRATE_ASAN: 0
MAGISTRATE_UBSAN: 0
cz4rs marked this conversation as resolved.
Show resolved Hide resolved
MAGISTRATE_SERIALIZATION_ERROR_CHECKING: 1
CACHE: ~/.local/cache/

Expand All @@ -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
21 changes: 5 additions & 16 deletions .github/workflows/dockerimage-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
UBUNTU: 22.04
COMPILER_TYPE: clang
COMPILER: clang-11
BUILD_TYPE: release
Expand All @@ -31,7 +31,7 @@ jobs:
MAGISTRATE_MPI: 1
MAGISTRATE_WARNINGS_AS_ERRORS: 1
MAGISTRATE_DOCS: 0
MAGISTRATE_ASAN: 1
MAGISTRATE_ASAN: 0
cz4rs marked this conversation as resolved.
Show resolved Hide resolved
MAGISTRATE_UBSAN: 0
MAGISTRATE_SERIALIZATION_ERROR_CHECKING: 1
CACHE: ~/.local/cache/
Expand All @@ -54,22 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp
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
- name: Zip up CMake output
- name: Collect logs
run: |
zip -j LastTest.log.gz ${{ env.BUILD_ROOT }}/checkpoint/Testing/Temporary/LastTest.log
zip -j cmake-output.log.gz ${{ env.BUILD_ROOT }}/checkpoint/cmake-output.log
Expand Down
19 changes: 4 additions & 15 deletions .github/workflows/dockerimage-clang-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
UBUNTU: 22.04
COMPILER_TYPE: clang
COMPILER: clang-12
BUILD_TYPE: release
Expand Down Expand Up @@ -54,22 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp
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
- name: Zip up CMake output
- name: Collect logs
run: |
zip -j LastTest.log.gz ${{ env.BUILD_ROOT }}/checkpoint/Testing/Temporary/LastTest.log
zip -j cmake-output.log.gz ${{ env.BUILD_ROOT }}/checkpoint/cmake-output.log
Expand Down
17 changes: 3 additions & 14 deletions .github/workflows/dockerimage-clang-13-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 22.04
COMPILER_TYPE: clang
Expand Down Expand Up @@ -54,22 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp
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
- name: Zip up CMake output
- name: Collect logs
run: |
zip -j LastTest.log.gz ${{ env.BUILD_ROOT }}/checkpoint/Testing/Temporary/LastTest.log
zip -j cmake-output.log.gz ${{ env.BUILD_ROOT }}/checkpoint/cmake-output.log
Expand Down
17 changes: 3 additions & 14 deletions .github/workflows/dockerimage-clang-14-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 22.04
COMPILER_TYPE: clang
Expand Down Expand Up @@ -54,22 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp
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
- name: Zip up CMake output
- name: Collect logs
run: |
zip -j LastTest.log.gz ${{ env.BUILD_ROOT }}/checkpoint/Testing/Temporary/LastTest.log
zip -j cmake-output.log.gz ${{ env.BUILD_ROOT }}/checkpoint/cmake-output.log
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/dockerimage-clang-8-ubuntu-mpich.yml

This file was deleted.

19 changes: 4 additions & 15 deletions .github/workflows/dockerimage-clang-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

env:
REPO: lifflander1/checkpoint
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 20.04
COMPILER_TYPE: clang
COMPILER: clang-9
BUILD_TYPE: release
Expand Down Expand Up @@ -54,22 +54,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Prepare the base Docker image
shell: bash
run: $(./scripts/check_containers.sh) ubuntu-cpp
- name: Build the Docker image
- name: Build and Test
run: docker compose run ubuntu-cpp
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
- name: Zip up CMake output
- name: Collect logs
run: |
zip -j LastTest.log.gz ${{ env.BUILD_ROOT }}/checkpoint/Testing/Temporary/LastTest.log
zip -j cmake-output.log.gz ${{ env.BUILD_ROOT }}/checkpoint/cmake-output.log
Expand Down
Loading
Loading