forked from ni/open-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Signals Catalog
Sergio Velderain edited this page Aug 27, 2025
·
1 revision
Status: ✅ Stable Summary: Canonical IDs and next steps for frequent CI signals across runner, gate, tests, package.
| ID | Scope | Pattern | Likely Cause | Next Step |
|---|---|---|---|---|
| SIG-GCLI-001 | Runner | 'g-cli' is not recognized | G-CLI missing on PATH | Apply VIPC; verify PATH |
| SIG-MIP-002 | Gate | MissingInProjectCLI output | Files not added to .lvproj | Add items; re-run gate |
| SIG-TEST-003 | Tests | FAIL lines in summary | Test regressions | Reproduce; fix |
| SIG-PKG-004 | Package | Missing PPL_x86 | One build leg failed | Fix leg; re-run package |
| SIG-DEV-005 | Gate/Package | Dev Mode must be OFF | Dev Mode left ON | Toggle OFF before package |
| SIG-LVADDONS-006 | Package | Add-on not recognized | Missing lvaddoninfo.json | Ensure descriptor present |
| SIG-LVADDONS-007 | Layout | PPLs placed under LabVIEW folder | Misconfigured map | Map to LVAddons Targets |
| SIG-LVADDONS-008 | Compatibility | Not visible in newer LV | Min LV too high | Adjust descriptor |
| SIG-LVADDONS-009 | Performance | First-load slow | Expected compile | Warm cache once |
See also: Troubleshooting Signals
- Workflow Semantics & Reusable Actions
- Action Contracts (API)
- Quality Gates — Dev Mode and MIP
- Packaging & Release Artifacts
- Release Semantics & Versioning
- Matrix Strategy Patterns
- Local Parity How-To
- LVAddons — System-level Installation
- Hello LV Addon — Sample Skeleton
- Action YAML Snippets
- CI Log Snippets & Triage Examples
- Troubleshooting Signals
- Signals Catalog
- Release Hygiene Checklist
- Maintainer Print Checklists