Search
Page 23 of 47. Showing 469 results (0.07 seconds)
jobSubmit07.py
files/pfx/qube/api/python'); import qb def blockUntil(job, start): ''' Configure a job to remain blocked until a certain time of day. The time value inserted…Packages
A job in Qube consists of information used to 'route' the job to the proper host; to determine what priority the job carries; and how to execute the job. In a simple…test_submit.py
#!/bin/env python ''' A 'Hello World' qube jobytype It will accept a string in the front-end while building the job, and echo that string back at runtime…_qubeuiPanelJobsAddingPanels
The Qube! UI allows you to add several more Jobs Panels so you can work with the jobs in different tree structures simultaneously. Add a new Jobs panel by selecting…Using the kickstart file
is ignored and will be replaced at run time. For all other component group selections, the exact selections for install and uninstall will be replicated each time the kickstart…Execution Environment
Job Environment By default, Qube! will execute the job in the job owner's environment as defined on the Worker. Keep in mind that the job owner may be the user who submits…_SimpleCMD_QubeWorkerSelection
13 - qube worker selection.png Hosts Explicit list of Worker hostnames that will be allowed to run the job (comma-separated). Groups Explicit list of Worker groups…Basic_SimpleCMD.py
('/Applications/pfx/qube/api/python'); else: sys.path.append('/usr/local/pfx/qube/api/python'); import qb def main(): job = {} job['name'] = 'Maya BatchRender (rib) TUTORIAL' job…_SimpleCMD_QubeUIWorkerSelection
Worker_Selection.png Hosts Explicit list of Worker hostnames that will be allowed to run the job (comma-separated). Groups Explicit list of Worker groups…Verification Steps on the Client
On a representative client machine when logged in as an artist, do the following checks from the ArtistView UI: Submit a basic "set" job – This verifies that you can…