summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2020-09-22 10:07:00 +0100
committerMike Holmes <mike.holmes@linaro.org>2020-09-22 10:07:00 +0100
commit886b17496d95b860225d00e30eb5ded1bca42cf0 (patch)
tree4fcdd833598cf86c1b02fefc49b61936fdbac224
parent72ba87cd76857c66265506615b07f75f2708d7ef (diff)
Key off by defaultHEADmaster
-rw-r--r--project_dependance.py2
-rw-r--r--run_all6
2 files changed, 5 insertions, 3 deletions
diff --git a/project_dependance.py b/project_dependance.py
index 139a911..a534049 100644
--- a/project_dependance.py
+++ b/project_dependance.py
@@ -26,7 +26,7 @@ parser.add_argument("--include_company_list", default=[], nargs='+', help="filt
parser.add_argument("--include_project_list", default=[], nargs='+', help="filter out a node name, such as team, project or member")
parser.add_argument("--include_team_list", default=[], nargs='+', help="filter out a node name, such as team, project or member")
parser.add_argument("--center_on", help="center on a specific node which can be a company, team or project")
-parser.add_argument("--key",default=True, action='store_true', help="add a key")
+parser.add_argument("--key",default=False, action='store_true', help="add a key")
args = parser.parse_args()
if (args.verbose == 1):
diff --git a/run_all b/run_all
index 7b14019..fbc1f16 100644
--- a/run_all
+++ b/run_all
@@ -5,11 +5,13 @@ echo core teams
python3 project_dependance.py --teams --include_team_list "TCWG" "KWG" "SWG" "KVT" "MMWG" --projects > core_team.dot
twopi -Tpdf core_team.dot > core_centered.pdf
twopi -Tpng core_team.dot > core_centered.png
+twopi -Tjson core_team.dot > core_centered.json
echo segment teams
python3 project_dependance.py --teams --include_team_list "LEDGE" "LCG" "LDCG" "LITE" --projects > segment_team.dot
-twopi -Tpdf segment_team.dot > segemnt_centered.pdf
-twopi -Tpng segment_team.dot > segemnt_centered.png
+twopi -Tpdf segment_team.dot > segment_centered.pdf
+twopi -Tpng segment_team.dot > segment_centered.png
+twopi -Tjson segment_team.dot > segment_centered.json
echo ts
python3 project_dependance.py --key --teams --filter_list Linaro "Linux Kernel Quality" "MMWG" "Secure Video" "Linaro Datacenter & Cloud Group" "LDCG" "Security" "AI Project" "Linaro Big Ideas" "LCG - Android" "LCG - ART" "Systems Team" "Systems" "Builds and Baselines" "System Technologies" "Lab & Systems Software (LSS)" "LAB & System Software" "Camera" "HPC-SIG" "Multimedia Working Group" "Arm Server Architecture" "Big Data & Data Science" "Cloud Infrastructure" > ts.dot