Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Heat2UrbanImpact
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ch1187
plugins4freva
Heat2UrbanImpact
Commits
936f93ce
Commit
936f93ce
authored
5 months ago
by
Mostafa Hadizadeh
Browse files
Options
Downloads
Patches
Plain Diff
change to compute node
parent
cfd63e1b
Branches
release-preview
No related tags found
1 merge request
!1
Migration to plugin template and add climpact functionality
Pipeline
#85483
passed
5 months ago
Stage: lint
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+30
-30
30 additions, 30 deletions
.gitlab-ci.yml
with
30 additions
and
30 deletions
.gitlab-ci.yml
+
30
−
30
View file @
936f93ce
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment