Skip to content

Commit d9afc35

Browse files
author
dyzheng
committed
Revert "CI: use LTS-specific container images in workflows"
This reverts commit e713c22.
1 parent e713c22 commit d9afc35

10 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/build_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: "Build without LCAO and MPI"
4141

4242
name: ${{ matrix.name }}
43-
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}-lts
43+
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4

.github/workflows/build_test_makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build_args: "CXX=mpiicpc ELPA_LIB_DIR=/usr/local/lib ELPA_INCLUDE_DIR=/usr/local/include CEREAL_DIR=/usr/include/cereal OPENMP=ON"
1414
name: "Build with Makefile & Intel compilers"
1515
name: ${{ matrix.name }}
16-
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}-lts
16+
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v4

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test-coverage:
1010
name: Generate Coverage Report
1111
runs-on: X64
12-
container: ghcr.io/deepmodeling/abacus-gnu-lts
12+
container: ghcr.io/deepmodeling/abacus-gnu
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

.github/workflows/cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: nvidia
1515
if: github.repository_owner == 'deepmodeling'
1616
container:
17-
image: ghcr.io/deepmodeling/abacus-cuda-lts
17+
image: ghcr.io/deepmodeling/abacus-cuda
1818
volumes:
1919
- /tmp/ccache:/github/home/.ccache
2020
options: --gpus all

.github/workflows/dynamic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Dynamic analysis
1111
runs-on: X64
1212
if: github.repository_owner == 'deepmodeling'
13-
container: ghcr.io/deepmodeling/abacus-gnu-lts
13+
container: ghcr.io/deepmodeling/abacus-gnu
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
tag: ["gnu", "intel"]
13-
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}-lts
13+
container: ghcr.io/deepmodeling/abacus-${{ matrix.tag }}
1414
timeout-minutes: 2880
1515
steps:
1616
- name: Checkout

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: PyTest
99
runs-on: ubuntu-latest
1010
container:
11-
image: ghcr.io/deepmodeling/abacus-gnu-lts
11+
image: ghcr.io/deepmodeling/abacus-gnu
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: X64
1414
if: github.repository_owner == 'deepmodeling'
1515
container:
16-
image: ghcr.io/deepmodeling/abacus-gnu-lts
16+
image: ghcr.io/deepmodeling/abacus-gnu
1717
volumes:
1818
- /tmp/ccache:/github/home/.ccache
1919
steps:

.github/workflows/toolchain_full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: contains(inputs.variants || 'gnu,intel,cuda', 'gnu')
1414
runs-on: X64
1515
container:
16-
image: ghcr.io/deepmodeling/abacus-gnu-lts
16+
image: ghcr.io/deepmodeling/abacus-gnu
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6
@@ -52,7 +52,7 @@ jobs:
5252
if: contains(inputs.variants || 'gnu,intel,cuda', 'intel')
5353
runs-on: X64
5454
container:
55-
image: ghcr.io/deepmodeling/abacus-intel-lts
55+
image: ghcr.io/deepmodeling/abacus-intel
5656
steps:
5757
- name: Checkout
5858
uses: actions/checkout@v6

.github/workflows/toolchain_smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
smoke-build-gnu:
1212
runs-on: X64
1313
container:
14-
image: ghcr.io/deepmodeling/abacus-gnu-lts
14+
image: ghcr.io/deepmodeling/abacus-gnu
1515
defaults:
1616
run:
1717
shell: bash

0 commit comments

Comments
 (0)