Skip to content

Commit

Permalink
Comment status expectations in get_all_clusters test
Browse files Browse the repository at this point in the history
  • Loading branch information
soline-b committed Oct 8, 2024
1 parent 906b660 commit 90dcadf
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions clockwork_web_test/test_core_clusters_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ def test_get_all_clusters():
"official_documentation": "https://docs.alliancecan.ca/wiki/B%C3%A9luga",
"mila_documentation": "https://docs.mila.quebec/Extra_compute.html#beluga",
"display_order": 4,
"status": {
"cluster_has_error": False,
"jobs_are_old": True,
},
#"status": {
# "cluster_has_error": False,
# "jobs_are_old": True,
#},
},
"cedar": {
"organization": "Digital Research Alliance of Canada",
Expand All @@ -48,10 +48,10 @@ def test_get_all_clusters():
"official_documentation": "https://docs.alliancecan.ca/wiki/Cedar",
"mila_documentation": "https://docs.mila.quebec/Extra_compute.html#cedar",
"display_order": 3,
"status": {
"cluster_has_error": False,
"jobs_are_old": True,
},
#"status": {
# "cluster_has_error": False,
# "jobs_are_old": True,
#},
},
"graham": {
"organization": "Digital Research Alliance of Canada",
Expand All @@ -68,10 +68,10 @@ def test_get_all_clusters():
"official_documentation": "https://docs.alliancecan.ca/wiki/Graham",
"mila_documentation": "https://docs.mila.quebec/Extra_compute.html#graham",
"display_order": 5,
"status": {
"cluster_has_error": False,
"jobs_are_old": True,
},
#"status": {
# "cluster_has_error": False,
# "jobs_are_old": True,
#},
},
"mila": {
"organization": "Mila",
Expand All @@ -83,10 +83,10 @@ def test_get_all_clusters():
"official_documentation": "https://docs.mila.quebec/Information.html",
"mila_documentation": False,
"display_order": 1,
"status": {
"cluster_has_error": False,
"jobs_are_old": True,
},
#"status": {
# "cluster_has_error": False,
# "jobs_are_old": True,
#},
},
"narval": {
"organization": "Digital Research Alliance of Canada",
Expand All @@ -103,10 +103,10 @@ def test_get_all_clusters():
"official_documentation": "https://docs.alliancecan.ca/wiki/Narval",
"mila_documentation": False,
"display_order": 2,
"status": {
"cluster_has_error": False,
"jobs_are_old": True,
},
#"status": {
# "cluster_has_error": False,
# "jobs_are_old": True,
#},
},
}

Expand Down

0 comments on commit 90dcadf

Please sign in to comment.