Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
James Alexander Clark PhD
grid-exerciser
Commits
c0ae01c6
Commit
c0ae01c6
authored
Dec 05, 2022
by
James Alexander Clark PhD
Browse files
remove forcex
parent
7f15d5d6
Pipeline
#482180
failed with stages
in 22 seconds
Changes
1
Pipelines
24
Hide whitespace changes
Inline
Side-by-side
ci-scripts/check_dag_status
View file @
c0ae01c6
...
...
@@ -16,7 +16,7 @@ if [[ ! -z ${dagmanjob} ]]; then # If DAG is in the queue, check the status of a
if
[
${
dag_time_in_status
}
-gt
9000
]
;
then
echo
"DAG in queue for more than 2.5 hours, removing"
condor_rm
${
dagmanjob
}
condor_rm
-forcex
${
dagmanjob
}
#
condor_rm -forcex ${dagmanjob}
exit
11
else
echo
"DAG in queue for less than 2.5 hours"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment