We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e830277 commit f4a4fffCopy full SHA for f4a4fff
1 file changed
.github/workflows/test-htcondor.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
# -table is an option for CI workflows that do not have an TTY attached
64
echo "Monitoring Cluster ID: 1"
65
- docker exec -u test_user condor-local condor_watch_q -table -exit all,done -clusters 1
+ docker exec -u test_user condor-local condor_watch_q -summary -exit all,done -clusters 1
66
67
- name: Verify Job Output Logs
68
0 commit comments