{% macro build_states() %}
Possible build states:
Pending - Your build is waiting for a builder.
Starting - A builder is being spawned.
Running - Build in progress.
Succeeded - Succesfully built.
Skipped - Package has been skipped because it has been successfully built before.
Failed - Build failed. The reason could be timeout or the package itself. See logs for more details.
Cancelled - The build has been cancelled manually.
{% endmacro %}