{% extends "layouts/content-bootstrap.html" %} {% block styles %} {% endblock %} {% block content %}

Job Submission Wizard

{% if is_authorized %}
{% csrf_token %}

Basic details

Basic job details

Boot image

Select boot image parameter options
(Only options which are required or optional for each image type are supported.)
(Required for Linaro Image)
(Required for Linaro hwpack+rootfs)
(Required for Linaro hwpack+rootfs, optional for Linaro kernel)
(Required for Linaro Android Image)
(Required for Linaro Android Image)
(Required for Linaro Android Image)
(Required for Linaro kernel)
(Optional for Linaro kernel)
(Optional for Linaro kernel)
(Required for Linaro hwpack+rootfs, optional for Linaro kernel)

Device and tests

Device and tests

Submit results

Submit results
{% else %}

Error:

Permission denied. You not have the required permissions to submit new jobs.

Please contact the administrators.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}