|
6 | 6 | # goreleaser release --snapshot --clean # Create packages without releasing |
7 | 7 | # goreleaser release --clean # Full release (requires git tag) |
8 | 8 | # |
9 | | -# Prerequisites for private GitLab dependencies: |
10 | | -# - SSH key configured for gitlab-master.nvidia.com:12051 |
11 | | -# - Access to gpu-health/gpud repository |
12 | | -# |
13 | 9 | # Prerequisites for ARM64 cross-compilation: |
14 | 10 | # - sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu |
15 | 11 |
|
16 | 12 | version: 2 |
17 | 13 |
|
18 | | -# Global environment variables for private GitLab access |
19 | | -env: |
20 | | - - GOPRIVATE=gitlab-master.nvidia.com/* |
21 | | - - GONOPROXY=gitlab-master.nvidia.com/* |
22 | | - - GONOSUMDB=gitlab-master.nvidia.com/* |
23 | | - |
24 | | -# Git configuration for private repository access |
25 | | -before: |
26 | | - hooks: |
27 | | - - git config --global url."ssh://git@gitlab-master.nvidia.com:12051/".insteadOf "https://gitlab-master.nvidia.com/" |
28 | | - |
29 | 14 | # Build configuration |
30 | 15 | builds: |
31 | 16 | - id: fleetint |
@@ -75,10 +60,9 @@ nfpms: |
75 | 60 | file_name_template: "fleetint_{{ .Version }}_{{ if eq .Arch \"amd64\" }}amd64{{ else if eq .Arch \"arm64\" }}arm64{{ else }}{{ .Arch }}{{ end }}" |
76 | 61 | vendor: NVIDIA Corporation |
77 | 62 | homepage: https://github.com/NVIDIA/fleet-intelligence-agent |
78 | | - maintainer: NVIDIA GPU Health Team |
| 63 | + maintainer: NVIDIA Fleet Intelligence Team |
79 | 64 | description: | |
80 | | - NVIDIA Fleet Intelligence Agent - Lightweight GPU health monitoring and reporting agent |
81 | | - for NVIDIA GPU infrastructure. |
| 65 | + NVIDIA Fleet Intelligence Agent - Host agent for GPU telemetry collection and attestation. |
82 | 66 | section: utils |
83 | 67 | priority: optional |
84 | 68 | formats: |
@@ -116,10 +100,9 @@ nfpms: |
116 | 100 | file_name_template: "fleetint-{{ .Version }}-1.{{ if eq .Arch \"amd64\" }}x86_64{{ else if eq .Arch \"arm64\" }}aarch64{{ else }}{{ .Arch }}{{ end }}" |
117 | 101 | vendor: NVIDIA Corporation |
118 | 102 | homepage: https://github.com/NVIDIA/fleet-intelligence-agent |
119 | | - maintainer: NVIDIA GPU Health Team |
| 103 | + maintainer: NVIDIA Fleet Intelligence Team |
120 | 104 | description: | |
121 | | - NVIDIA Fleet Intelligence Agent - Lightweight GPU health monitoring and reporting agent |
122 | | - for NVIDIA GPU infrastructure. |
| 105 | + NVIDIA Fleet Intelligence Agent - Host agent for GPU telemetry collection and attestation. |
123 | 106 | section: Applications/System |
124 | 107 | formats: |
125 | 108 | - rpm |
@@ -169,7 +152,7 @@ release: |
169 | 152 | header: | |
170 | 153 | ## NVIDIA Fleet Intelligence Agent v{{.Version}} |
171 | 154 | |
172 | | - This release includes GPU health monitoring and reporting capabilities for NVIDIA GPU infrastructure. |
| 155 | + This release includes a host agent for GPU telemetry collection and attestation. |
173 | 156 | |
174 | 157 | ### Available Packages |
175 | 158 | |
|
0 commit comments