You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have reporting in QUADS it would be useful to have the ability to view all active assignments and a 2 week and 4 week column of if they are extendable or not.
e.g.
quads-cli --report-extensions
This might yield something from --full-summary along with if they are extendable or not like
Assignment
1 week
2 weeks
3 weeks
4 weeks
Viable Until
cloud02: 20 (Adv Container Mgmt E2E)
yes
yes
yes
no
2020-04-01
cloud03: 13 (VMWare OCS Perf)
yes
yes
yes
no
2020-04-01
cloud04: 16 (Istio/Knative LTA)
yes
yes
yes
no
2020-04-11
The text was updated successfully, but these errors were encountered:
In the example above, cloud02, cloud03 and cloud04 are all extendable for 3 weeks, but not 4 weeks. Yet the "viable Until" column for cloud04 runs out until 2020-04-11 while cloud02 and cloud03 are only viable until 2020-04-01. Why is there a discrepency?
In the example above, cloud02, cloud03 and cloud04 are all extendable for 3 weeks, but not 4 weeks. Yet the "viable Until" column for cloud04 runs out until 2020-04-11 while cloud02 and cloud03 are only viable until 2020-04-01. Why is there a discrepency?
Now that we have reporting in QUADS it would be useful to have the ability to view all active assignments and a 2 week and 4 week column of if they are extendable or not.
e.g.
quads-cli --report-extensions
This might yield something from
--full-summary
along with if they are extendable or not likeThe text was updated successfully, but these errors were encountered: