Skip to content

Commit 68bf7b0

Browse files
committed
ci: bump image in woodpecker
1 parent ebbcb8e commit 68bf7b0

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ sundials-*.tar.gz
3131
.jupyter/*
3232
!.jupyter/jupyter_notebook_config.py
3333
tmp/
34+
.env

.woodpecker.yaml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ when:
44
steps:
55

66
- name: restore-cache
7-
image: bjodah/bjodahimg20dot:21.8.a
7+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
88
commands:
99
- curl ftp://chempy:$${ARTIFACTS_PASS}@$${FTP_SERVER}/cache/cache-ci.tar | tar x
1010
secrets: [ ARTIFACTS_PASS, FTP_SERVER ]
@@ -13,12 +13,10 @@ steps:
1313
repo: bjodah/chempy
1414

1515
- name: install
16-
image: bjodah/bjodahimg20dot:21.8.a
16+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
1717
environment:
18-
- CC=gcc-11
19-
- CXX=g++-11
20-
- CPLUS_INCLUDE_PATH=/opt/boost-1.76.0/include
21-
- SUNDBASE=/opt/sundials-5.7.0-release
18+
- CPLUS_INCLUDE_PATH=/opt-3/boost-1.87.0/include
19+
- SUNDBASE=/opt-3/sundials-6.7.0-release
2220
- CPATH=/usr/include/suitesparse # sunlinsol_klu.h includes "klu.h"
2321
commands:
2422
- export CACHE_ROOT=$(pwd)/cache-ci
@@ -36,12 +34,10 @@ steps:
3634
- cp dist/chempy-* deploy/public_html/branches/${CI_COMMIT_BRANCH}/
3735

3836
- name: test-suite
39-
image: bjodah/bjodahimg20dot:21.8.a
37+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
4038
environment:
41-
- CC=gcc-11
42-
- CXX=g++-11
43-
- CPLUS_INCLUDE_PATH=/opt/boost-1.76.0/include
44-
- SUNDBASE=/opt/sundials-5.7.0-release
39+
- CPLUS_INCLUDE_PATH=/opt-3/boost-1.87.0/include
40+
- SUNDBASE=/opt-3/sundials-6.7.0-release
4541
- CPATH=/usr/include/suitesparse # sunlinsol_klu.h includes "klu.h"
4642
- CHEMPY_SKIP_NO_TESTS=1
4743
commands:
@@ -66,12 +62,10 @@ steps:
6662
- install
6763

6864
- name: render-notebooks
69-
image: bjodah/bjodahimg20dot:21.8.a
65+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
7066
environment:
7167
- CHEMPY_DEPRECATION_FILTER=ignore
72-
- SUNDBASE=/opt/sundials-5.7.0-release
73-
- CC=gcc-11
74-
- CXX=g++-11
68+
- SUNDBASE=/opt-3/sundials-6.7.0-release
7569
- CPATH=/usr/include/suitesparse # sunlinsol_klu.h includes "klu.h"
7670
commands:
7771
- export PYTHONUSERBASE=$(pwd)/cache-ci/pyusrb
@@ -86,10 +80,10 @@ steps:
8680
- install
8781

8882
- name: compile-documentation
89-
image: bjodah/bjodahimg20dot:21.8.a
83+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
9084
environment:
9185
- CHEMPY_DEPRECATION_FILTER=ignore
92-
- SUNDBASE=/opt/sundials-5.7.0-release
86+
- SUNDBASE=/opt-3/sundials-6.7.0-release
9387
commands:
9488
- export PYTHONUSERBASE=$(pwd)/cache-ci/pyusrb
9589
- export CPATH=$SUNDBASE/include
@@ -103,7 +97,7 @@ steps:
10397
- render-notebooks
10498

10599
- name: rebuild-cache
106-
image: bjodah/bjodahimg20dot:21.8.a
100+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
107101
commands:
108102
- find ./cache-ci/ -type f -mtime +90 -exec rm {} \;
109103
- tar cf cache-ci.tar ./cache-ci/
@@ -116,7 +110,7 @@ steps:
116110
- compile-documentation
117111

118112
- name: deploy-public-html
119-
image: bjodah/bjodahimg20dot:21.8.a
113+
image: cont-reg.bjodah.se:443/bjodah/triceratops-3:24
120114
commands:
121115
- tar czf chempy-${CI_COMMIT_BRANCH}.tar.gz ./deploy/public_html
122116
- curl -T chempy-${CI_COMMIT_BRANCH}.tar.gz ftp://chempy:$${ARTIFACTS_PASS}@$${FTP_SERVER}/public_html/

0 commit comments

Comments
 (0)