Skip to content

Commit efbd98c

Browse files
Update gitlab and remove obsolete
1 parent 3107378 commit efbd98c

8 files changed

Lines changed: 5 additions & 85 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: gitlab-registry.cern.ch/linuxsupport/alma9-base:latest
1+
image: gitlab-registry.cern.ch/linuxsupport/alma10-base:latest
22

33
stages:
44
- unstagged
@@ -11,9 +11,6 @@ include:
1111
rules:
1212
- if: $CI_PIPELINE_SOURCE == "api" # Source Github-Gitlab bridge
1313
- if: $PIPELINE == "normal"
14-
- local: ci/gitlab/docker.yml
15-
rules:
16-
- if: $DOCKER_GENERATION == "true"
1714

1815
# Empty job, as gitlab-ci requires at least one job
1916
empty:

ci/docker/alma9/Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

ci/docker/alma9/trigger

Lines changed: 0 additions & 2 deletions
This file was deleted.

ci/docker/w2022/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

ci/docker/w2022/install.ps1

Lines changed: 0 additions & 24 deletions
This file was deleted.

ci/docker/w2022/trigger

Lines changed: 0 additions & 2 deletions
This file was deleted.

ci/gitlab/docker.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

ci/gitlab/normal.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Compile on Windows:
1313

1414
Compile on Linux:
1515
stage: unstagged
16-
image: $CI_REGISTRY_IMAGE/alma9-build:latest
16+
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
1717
script:
1818
- cmake -B build
1919
- cmake --build build --config Release
@@ -34,7 +34,7 @@ Google Tests on Windows:
3434

3535
Google Tests on Linux:
3636
stage: unstagged
37-
image: $CI_REGISTRY_IMAGE/alma9-build:latest
37+
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
3838
needs:
3939
- Compile on Linux
4040
script:
@@ -62,14 +62,14 @@ Pytest on Linux:
6262

6363
Run Sanity Checks:
6464
stage: unstagged
65-
image: $CI_REGISTRY_IMAGE/alma9-build:latest
65+
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
6666
script:
6767
- pip install pre-commit
6868
- pre-commit run --all-files
6969

7070
Update Documentation Website:
7171
stage: unstagged
72-
image: $CI_REGISTRY_IMAGE/alma9-build:latest
72+
image: gitlab-registry.cern.ch/quasar-team/images/alma-10-build
7373
script:
7474
- |
7575
curl -X POST \

0 commit comments

Comments
 (0)