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: docker images cleanup #377

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from
Draft
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
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
17 changes: 3 additions & 14 deletions .github/workflows/dockerimage-clang-11-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
17 changes: 3 additions & 14 deletions .github/workflows/dockerimage-clang-12-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
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
17 changes: 3 additions & 14 deletions .github/workflows/dockerimage-clang-8-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: 18.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-9-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: 18.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-gcc-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: gnu
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-gcc-8-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: 18.04
COMPILER_TYPE: gnu
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-gcc-9-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: gnu
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-nvcc-11-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: nvidia
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
1 change: 0 additions & 1 deletion Dockerfile

This file was deleted.

Loading
Loading