diff --git a/.github/workflows/macos-auditbeat.yml b/.github/workflows/macos-auditbeat.yml index bbec3baf4fb..4ceb41bdcfb 100644 --- a/.github/workflows/macos-auditbeat.yml +++ b/.github/workflows/macos-auditbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-filebeat.yml b/.github/workflows/macos-filebeat.yml index ae49910772b..3939a53b48c 100644 --- a/.github/workflows/macos-filebeat.yml +++ b/.github/workflows/macos-filebeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-heartbeat.yml b/.github/workflows/macos-heartbeat.yml index 578d61689a2..85fddbc5886 100644 --- a/.github/workflows/macos-heartbeat.yml +++ b/.github/workflows/macos-heartbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-metricbeat.yml b/.github/workflows/macos-metricbeat.yml index 2230b891660..19a05982154 100644 --- a/.github/workflows/macos-metricbeat.yml +++ b/.github/workflows/macos-metricbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && echo "See https://github.com/elastic/beats/issues/29038" + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-packetbeat.yml b/.github/workflows/macos-packetbeat.yml index ffe8186b382..c4dbb7f0449 100644 --- a/.github/workflows/macos-packetbeat.yml +++ b/.github/workflows/macos-packetbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-auditbeat.yml b/.github/workflows/macos-xpack-auditbeat.yml index f132b1818f0..f03a4d83945 100644 --- a/.github/workflows/macos-xpack-auditbeat.yml +++ b/.github/workflows/macos-xpack-auditbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-filebeat.yml b/.github/workflows/macos-xpack-filebeat.yml index 7caf1fba46f..236d0ad6337 100644 --- a/.github/workflows/macos-xpack-filebeat.yml +++ b/.github/workflows/macos-xpack-filebeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-functionbeat.yml b/.github/workflows/macos-xpack-functionbeat.yml index 4a0d21c49db..0c39a2c842b 100644 --- a/.github/workflows/macos-xpack-functionbeat.yml +++ b/.github/workflows/macos-xpack-functionbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-heartbeat.yml b/.github/workflows/macos-xpack-heartbeat.yml index 14d3067987e..71a3b1da2f7 100644 --- a/.github/workflows/macos-xpack-heartbeat.yml +++ b/.github/workflows/macos-xpack-heartbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-metricbeat.yml b/.github/workflows/macos-xpack-metricbeat.yml index cc88795d4d8..ca2d4a30b14 100644 --- a/.github/workflows/macos-xpack-metricbeat.yml +++ b/.github/workflows/macos-xpack-metricbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-osquerybeat.yml b/.github/workflows/macos-xpack-osquerybeat.yml index 51f5c0cccc7..cbc7f08a3fe 100644 --- a/.github/workflows/macos-xpack-osquerybeat.yml +++ b/.github/workflows/macos-xpack-osquerybeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/macos-xpack-packetbeat.yml b/.github/workflows/macos-xpack-packetbeat.yml index db7fbd658ff..25f3508365d 100644 --- a/.github/workflows/macos-xpack-packetbeat.yml +++ b/.github/workflows/macos-xpack-packetbeat.yml @@ -29,3 +29,12 @@ jobs: run: cd ${{ env.BEAT_MODULE }} && mage build - name: Run test run: cd ${{ env.BEAT_MODULE }} && mage unitTest + - uses: v1v/otel-upload-test-artifact-action@v2 + if: always() + continue-on-error: true + with: + jobName: "macos" + stepName: "Run test" + path: "${{ env.BEAT_MODULE }}/build/TEST*.xml" + type: "junit" + githubToken: ${{ secrets.GITHUB_TOKEN }}