From dbe9af8e12dabfd902d7a423e495de44f6e499eb Mon Sep 17 00:00:00 2001 From: florentianayuwono Date: Mon, 23 Feb 2026 20:26:53 +0700 Subject: [PATCH 1/2] add workflow --- .github/workflows/test_otel.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/test_otel.yaml diff --git a/.github/workflows/test_otel.yaml b/.github/workflows/test_otel.yaml new file mode 100644 index 0000000000..64ce02e492 --- /dev/null +++ b/.github/workflows/test_otel.yaml @@ -0,0 +1,10 @@ +name: CI +on: [push] +jobs: + build: + runs-on: ["self-hosted", "linux", "amd64", "tiobe", "noble"] + steps: + - name: uname -a + run: uname -a + - name: tmate + uses: canonical/action-tmate@main From 0be2339831fe3a3335bc804bffd7801008b799b5 Mon Sep 17 00:00:00 2001 From: florentianayuwono Date: Tue, 24 Feb 2026 13:44:01 +0700 Subject: [PATCH 2/2] check otel --- .github/workflows/test_otel.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_otel.yaml b/.github/workflows/test_otel.yaml index 64ce02e492..a928b894a8 100644 --- a/.github/workflows/test_otel.yaml +++ b/.github/workflows/test_otel.yaml @@ -2,9 +2,11 @@ name: CI on: [push] jobs: build: - runs-on: ["self-hosted", "linux", "amd64", "tiobe", "noble"] + runs-on: ["self-hosted", "linux", "amd64", "edge"] steps: - name: uname -a run: uname -a + - name: otel-collector + run: sudo snap services opentelemetry-collector - name: tmate uses: canonical/action-tmate@main