Skip to content

Commit ec72a1d

Browse files
authored
CI email report verbosity and missing designs (#1368)
* ci: spaces are better than tabs Signed-off-by: Vitor Bandeira <[email protected]> * ci: use less verbose report on emails Signed-off-by: Vitor Bandeira <[email protected]> * ci: add missing designs Signed-off-by: Vitor Bandeira <[email protected]> --------- Signed-off-by: Vitor Bandeira <[email protected]> Co-authored-by: Vitor Bandeira <[email protected]>
1 parent 5dec5ec commit ec72a1d

File tree

3 files changed

+16
-25
lines changed

3 files changed

+16
-25
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ pipeline {
5252
name 'TEST_SLUG';
5353
values "docker build",
5454
"aes asap7",
55-
"aes_lvt asap7",
55+
"aes_lvt asap7",
5656
"ethmac asap7",
57-
"ethmac_lvt asap7",
57+
"ethmac_lvt asap7",
5858
"gcd asap7",
5959
"ibex asap7",
6060
"jpeg asap7",
61-
"jpeg_lvt asap7",
61+
"jpeg_lvt asap7",
6262
"riscv32i asap7",
6363
"sha3 asap7",
6464
"swerv_wrapper asap7",
@@ -155,6 +155,7 @@ pipeline {
155155
post {
156156
always {
157157
archiveArtifacts artifacts: "flow/reports/report-summary.log";
158+
archiveArtifacts artifacts: "flow/reports/**/report*.log";
158159
}
159160
}
160161
}
@@ -169,11 +170,6 @@ pipeline {
169170
steps {
170171
sh "flow/util/genReport.py -vvvv";
171172
}
172-
post {
173-
always {
174-
archiveArtifacts artifacts: "flow/reports/**/report*.log";
175-
}
176-
}
177173
}
178174

179175
stage("Report HTML Table") {

jenkins/public_tests_all.Jenkinsfile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ pipeline {
3030
name 'TEST_SLUG';
3131
values "docker build",
3232
"aes asap7",
33-
"aes_lvt asap7",
33+
"aes_lvt asap7",
3434
"ethmac asap7",
35-
"ethmac_lvt asap7",
35+
"ethmac_lvt asap7",
3636
"gcd asap7",
3737
"ibex asap7",
3838
"jpeg asap7",
39-
"jpeg_lvt asap7",
39+
"jpeg_lvt asap7",
4040
"riscv32i asap7",
4141
"sha3 asap7",
4242
"uart asap7",
@@ -68,7 +68,10 @@ pipeline {
6868
"riscv32i sky130hs",
6969
"aes gf180",
7070
"ibex gf180",
71-
"jpeg gf180";
71+
"jpeg gf180",
72+
"riscv32i gf180",
73+
"sha3 gf180",
74+
"uart-blocks gf180";
7275
}
7376
}
7477

@@ -127,6 +130,7 @@ pipeline {
127130
post {
128131
always {
129132
archiveArtifacts artifacts: "flow/reports/report-summary.log";
133+
archiveArtifacts artifacts: "flow/reports/**/report*.log";
130134
}
131135
}
132136
}
@@ -141,11 +145,6 @@ pipeline {
141145
steps {
142146
sh "flow/util/genReport.py -vvvv";
143147
}
144-
post {
145-
always {
146-
archiveArtifacts artifacts: "flow/reports/**/report*.log";
147-
}
148-
}
149148
}
150149

151150
stage("Report HTML Table") {

jenkins/public_tests_small.Jenkinsfile

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ pipeline {
3030
name 'TEST_SLUG';
3131
values "docker build",
3232
"aes asap7",
33-
"aes_lvt asap7",
33+
"aes_lvt asap7",
3434
"ethmac asap7",
35-
"ethmac_lvt asap7",
35+
"ethmac_lvt asap7",
3636
"gcd asap7",
3737
"ibex asap7",
3838
"jpeg asap7",
39-
"jpeg_lvt asap7",
39+
"jpeg_lvt asap7",
4040
"riscv32i asap7",
4141
"sha3 asap7",
4242
"uart asap7",
@@ -130,6 +130,7 @@ pipeline {
130130
post {
131131
always {
132132
archiveArtifacts artifacts: "flow/reports/report-summary.log";
133+
archiveArtifacts artifacts: "flow/reports/**/report*.log";
133134
}
134135
}
135136
}
@@ -144,11 +145,6 @@ pipeline {
144145
steps {
145146
sh "flow/util/genReport.py -vvvv";
146147
}
147-
post {
148-
always {
149-
archiveArtifacts artifacts: "flow/reports/**/report*.log";
150-
}
151-
}
152148
}
153149

154150
stage("Report HTML Table") {

0 commit comments

Comments
 (0)