Commit f37efa4
[opampsupervisor] Add deb/rpm packages for the OpAMP supervisor (#1209)
* Add deb/rpm packages for the OpAMP supervisor
Signed-off-by: Douglas Camata
<159076+douglascamata@users.noreply.github.com>
* Add changelog entry
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Fix nfpms contents paths
The binaries are built with a different workdir when compared to the
normal distributions. This seems like the simplest solution at the
moment for me.
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Fix scripts paths in opampsupervisor CI
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Add package tests for the opamp supervisor
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Attempt to fix package tests CI for opampsupervisor
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Run opampsupervisor package tests only after ci
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Fix goreleaser artifact paths for opampsupervisor
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Fix artifacts and metadata path for opampsupervisor
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Upload opampsupervisor deb and rpm packages as artifacts
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Parameterize base package test binary name
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* More fixes to binary names for package tests
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Try to make the package test script work with the opampsupervisor
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Fix default package test binary name
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Bump rockylinux to 9.6
Trying to fix some issues in CI where all of the mirrors are returning
404s for the Rocky Linux packages. Example:
```
- Status code: 404 for
http://mirrors.egr.msu.edu/rockylinux/9.6/AppStream/x86_64/os/repodata/160a783f-886f-4645-86b6-5c04d94522c9-MODULES.yaml.gz
(IP: 35.9.37.146)
```
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Use container manifest sha instead of index sha
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Get rockylinux from their official docker hub org
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Use short-form license header
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Use default kill mode for supervisor service
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Remove debug statements
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Remove package tests from opampsupervisor ci
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Add explanation for different path for supervisor nfpms
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Put bangs first because linter says so
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Retrigger build
* Rename collector config file to avoid conflict
It had the same name as the supervisor's
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
* Apply suggestion from @jackgopack4
Co-authored-by: John L. Peterson (Jack) <john.peterson@datadoghq.com>
* Remove binary name arg for base package tests
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
---------
Signed-off-by: Douglas Camata
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
Co-authored-by: John L. Peterson (Jack) <john.peterson@datadoghq.com>1 parent 963fa0e commit f37efa4
File tree
12 files changed
+183
-1
lines changed- .chloggen
- .github/workflows
- cmd
- goreleaser/internal
- opampsupervisor
- scripts/package-tests
12 files changed
+183
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
225 | 242 | | |
226 | 243 | | |
227 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
53 | 81 | | |
54 | 82 | | |
55 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments