https://bugzilla.wikimedia.org/show_bug.cgi?id=72248

            Bug ID: 72248
           Summary: wildcard release parameter fails with jsub
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

jobs with wildcard release resource parameters are not interpret correctly if i
am using jsub instead of qsub

My testfile foo.sh:
#$ -l release='*'
#$ -w v
echo "1"


$qsub foo.sh
verification: found suitable queue(s)

$jsub foo.sh
Unable to run job:
Job 4945440 (-l h_vmem=262144k,release='*') cannot run at host
"tools-exec-15.eqiad.wmflabs" because it offers only hf:release=precise
Job 4945440 (-l h_vmem=262144k,release='*') cannot run at host
"tools-exec-12.eqiad.wmflabs" because it offers only hf:release=trusty
...
verification: no suitable queues.


The same result happens if you add the resource as command line argument (jsub
-l resource='*'), but this is more complicated for debugging because you cannot
add "-w v".

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to