{% extends "base.html" %} {% block title %}Deploy Gate — {{ gate.design_name }}{% endblock %} {% block content %}
| Check | Value | Threshold |
|---|---|---|
| {{ b.check }} | {{ b.value }} | ≥ {{ b.threshold }} |
| Check | Value | Target |
|---|---|---|
| {{ w.check }} | {{ w.value }} | ≥ {{ w.threshold }} |
| Check | Score | Status |
|---|---|---|
| {{ c.label }} |
{% if c.score is not none %}
|
{% if c.status == 'pass' %} ✓ PASS {% elif c.status == 'warning' %} ⚠ WARN {% else %} ✗ BLOCK {% endif %} |
Download the gate check file to integrate with your GitLab CI / GitHub Actions pipeline:
⬇ Download gate-check.yaml{{ gate.gate_yaml }}