Skip to content
Snippets Groups Projects
Commit 936f93ce authored by Mostafa Hadizadeh's avatar Mostafa Hadizadeh
Browse files

change to compute node

parent cfd63e1b
No related tags found
1 merge request!1Migration to plugin template and add climpact functionality
Pipeline #85483 passed
...@@ -35,7 +35,7 @@ prod-test: ...@@ -35,7 +35,7 @@ prod-test:
- levante - levante
variables: variables:
ACCOUNT: "ch1187" ACCOUNT: "ch1187"
SCHEDULER_PARAMETERS: "--account=$ACCOUNT --partition=shared --mem=16G" SCHEDULER_PARAMETERS: "--account=$ACCOUNT --partition=compute --mem=0"
script: script:
- module load clint regiklim-ces - module load clint regiklim-ces
- make mamba-dep-install - make mamba-dep-install
...@@ -137,35 +137,35 @@ prod-test: ...@@ -137,35 +137,35 @@ prod-test:
# - public/htmlcov # - public/htmlcov
test-docs: # test-docs:
stage: test # stage: test
tags: # tags:
- conda # - conda
before_script: # before_script:
- apt-get update && apt-get install -y make # - apt-get update && apt-get install -y make
- pip install -e .[testsite] # - pip install -e .[testsite]
script: # script:
- make dev-install # - make dev-install
- make -C docs html # - make -C docs html
- make -C docs linkcheck # - make -C docs linkcheck
artifacts: # artifacts:
paths: # paths:
- docs/_build # - docs/_build
pages: # pages:
stage: pages # stage: pages
tags: # tags:
- sphinx # - sphinx
needs: # needs:
- test-docs # - test-docs
script: # script:
- mkdir -p public/docs # - mkdir -p public/docs
- cp -r docs/_build/html/* public/docs/ # - cp -r docs/_build/html/* public/docs/
artifacts: # artifacts:
paths: # paths:
- public # - public
only: # only:
- main # - main
- master # - master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment