Skip to content

Commit 3ac22c0

Browse files
authored
Do not add heavy (#186)
* do not add heavy_tests to the overview.html * remove Aix_latest from testing
1 parent 81dd075 commit 3ac22c0

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.CI/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ pipeline {
381381
expression { params.v1_12 || params.v1_13 || params.v1_14 || params.v1_16 || params.v1_17 || params.v1_18 || params.v1_19 || params.v1_20 || params.v1_21 || params.v1_22 || params.v1_23 || params.v1_24 || params.master || params.conversion_script || params.report_ryzen_5950x_1 | params.newInst_newBackend || params.generateSymbolicJacobian || params.heavy_tests}
382382
}
383383
environment {
384-
GITBRANCHES = 'maintenance/v1.12 maintenance/v1.13 maintenance/v1.14 maintenance/v1.16 maintenance/v1.17 maintenance/v1.18 maintenance/v1.19 maintenance/v1.20 maintenance/v1.21 maintenance/v1.22 maintenance/v1.23 maintenance/v1.24 master newInst-newBackend heavy_tests'
384+
GITBRANCHES = 'maintenance/v1.12 maintenance/v1.13 maintenance/v1.14 maintenance/v1.16 maintenance/v1.17 maintenance/v1.18 maintenance/v1.19 maintenance/v1.20 maintenance/v1.21 maintenance/v1.22 maintenance/v1.23 maintenance/v1.24 master newInst-newBackend'
385385
PYTHONIOENCODING = 'utf-8'
386386
IDA_EMAIL = credentials('IDA email')
387387
}
@@ -400,7 +400,7 @@ pipeline {
400400
sh 'wget -q https://libraries.openmodelica.org/sqlite3/ripper1/sqlite3.db'
401401
sh './clean-empty-omcversion-dates.py'
402402

403-
sh "./all-reports.py --email --omcgitdir=OpenModelica ${env.GITBRANCHES} conversion"
403+
sh "./all-reports.py --email --omcgitdir=OpenModelica ${env.GITBRANCHES} conversion heavy_tests"
404404
sh "./all-plots.py ${env.GITBRANCHES}"
405405

406406
sh "./report.py --branches='${env.GITBRANCHES}' configs/conf.json configs/conf-old.json configs/conf-nonstandard.json"

.CI/installLibraries.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end for;
3232

3333
for l in {
3434
{"AES", "main"},
35-
{"AixLib", "development"},
35+
{"AixLib", "main"},
3636
{"Annex60", ""},
3737
{"BidiDCDC", ""},
3838
{"BLDC", ""},

configs/conf.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,6 @@
151151
{
152152
"library":"AixLib"
153153
},
154-
{
155-
"library":"AixLib",
156-
"libraryVersion":"development",
157-
"libraryVersionNameForTests":"latest"
158-
},
159154
{
160155
"library":"IBPSA",
161156
"libraryVersion":"master",

0 commit comments

Comments
 (0)