summaryrefslogtreecommitdiffstats
path: root/ci/report
diff options
context:
space:
mode:
authorMichael Abel <info@abel-ikt.de>2022-04-08 10:46:15 +0200
committerMichael Abel <info@abel-ikt.de>2022-04-08 10:46:15 +0200
commita6eef7e77fe90746d892d6ba86f87bdbc293302c (patch)
tree323af04348cda74233e92bc04659707142705418 /ci/report
parent5c4e15f43e8b23af594a03ddd6b75c2de2ffe9cd (diff)
Switch to thin-edge repo
Diffstat (limited to 'ci/report')
-rwxr-xr-xci/report/build.sh2
-rwxr-xr-xci/report/build_local.sh2
-rwxr-xr-xci/report/report_builder.py12
3 files changed, 8 insertions, 8 deletions
diff --git a/ci/report/build.sh b/ci/report/build.sh
index cd19b91b..aca5531b 100755
--- a/ci/report/build.sh
+++ b/ci/report/build.sh
@@ -9,4 +9,4 @@ source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html
-./ci/report/report_builder.py --folder ./results abelikt ci_pipeline.yml
+./ci/report/report_builder.py --folder ./results thin-edge ci_pipeline.yml
diff --git a/ci/report/build_local.sh b/ci/report/build_local.sh
index b8f83f92..2af08917 100755
--- a/ci/report/build_local.sh
+++ b/ci/report/build_local.sh
@@ -9,4 +9,4 @@ source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html
-./ci/report/report_builder.py --folder ./results abelikt ci_pipeline.yml --download
+./ci/report/report_builder.py --folder ./results thin-edge ci_pipeline.yml --download
diff --git a/ci/report/report_builder.py b/ci/report/report_builder.py
index f3007edb..55e6097e 100755
--- a/ci/report/report_builder.py
+++ b/ci/report/report_builder.py
@@ -10,8 +10,8 @@ source ~/env-builder/bin/activate
pip3 install junitparser
pip3 install junit2html python3 -m venv ~/env-pysys
-./report_builder.py abelikt ci_pipeline.yml
-./report_builder.py abelikt ci_pipeline.yml --download
+./report_builder.py thin-edge ci_pipeline.yml
+./report_builder.py thin-edge ci_pipeline.yml --download
TODO Export configuration to separate config file
@@ -26,7 +26,7 @@ import shutil
runners_cfg = [
{
"name": "results_pysys_offsite_mythica",
- "repo": "abelikt",
+ "repo": "thin-edge",
"archive": "results_pysys_offsite_mythica.zip",
"tests": [
"all",
@@ -38,7 +38,7 @@ runners_cfg = [
},
{
"name": "results_pysys_offsite_mythicb",
- "repo": "abelikt",
+ "repo": "thin-edge",
"archive": "results_pysys_offsite_mythicb.zip",
"tests": [
"all",
@@ -50,7 +50,7 @@ runners_cfg = [
},
{
"name": "results_pysys_offsite_mythicc",
- "repo": "abelikt",
+ "repo": "thin-edge",
"archive": "results_pysys_offsite_mythicc.zip",
"tests": [
"all",
@@ -62,7 +62,7 @@ runners_cfg = [
},
{
"name": "results_pysys_offsite_mythicd",
- "repo": "abelikt",
+ "repo": "thin-edge",
"archive": "results_pysys_offsite_mythicd.zip",
"tests": [
"all",