mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-30 14:40:38 +02:00
78 lines
2.2 KiB
YAML
78 lines
2.2 KiB
YAML
name: Jetson runtime report
|
|
description: Report a physical Jetson bootstrap, build, or CUDA validation result
|
|
title: "[Jetson] "
|
|
labels:
|
|
- enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for testing OBLITERATUS on physical Jetson hardware. Run the
|
|
documented `jetson-runtime` probe and attach its sanitized report. The
|
|
report intentionally omits host identity, network, serial, token, and
|
|
local-path data.
|
|
- type: dropdown
|
|
id: device
|
|
attributes:
|
|
label: Jetson device
|
|
options:
|
|
- Jetson AGX Orin
|
|
- Jetson Orin NX
|
|
- Jetson Orin Nano
|
|
- Jetson AGX Xavier
|
|
- Jetson AGX Thor
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: jetpack
|
|
attributes:
|
|
label: Exact JetPack version
|
|
description: Include the patch version, for example 6.2.1.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: commit
|
|
attributes:
|
|
label: Exact OBLITERATUS commit
|
|
description: Paste the 40-character commit SHA that was tested.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Reproduction commands
|
|
description: Provide the smallest command sequence that demonstrates the result.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected result
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual result
|
|
description: Include the complete error text, but remove any secrets before submitting.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: evidence
|
|
attributes:
|
|
label: Sanitized Jetson evidence
|
|
description: Attach conditional-evidence/jetson-report.json or paste its JSON contents.
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: confirmations
|
|
attributes:
|
|
label: Confirmations
|
|
options:
|
|
- label: I ran this validation on physical Jetson hardware.
|
|
required: true
|
|
- label: I reviewed the report and removed any secrets or personal identifiers.
|
|
required: true
|
|
validations:
|
|
required: true
|