diff --git a/.ci/jobs/apm-agent-ruby.yml b/.ci/jobs/apm-agent-ruby.yml deleted file mode 100644 index d1fa7b0..0000000 --- a/.ci/jobs/apm-agent-ruby.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- job: - name: apm-agent-ruby - project-type: folder diff --git a/.ci/jobs/defaults.yml b/.ci/jobs/defaults.yml deleted file mode 100644 index fd72821..0000000 --- a/.ci/jobs/defaults.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- - -##### GLOBAL METADATA - -- meta: - cluster: apm-ci - -##### JOB DEFAULTS - -- job: - view: APM-CI - project-type: multibranch - logrotate: - daysToKeep: 30 - numToKeep: 300 - number-to-keep: '100' - days-to-keep: '30' - concurrent: true - node: linux - periodic-folder-trigger: 1w - prune-dead-branches: true - publishers: - - email: - recipients: infra-root+build@elastic.co diff --git a/.github/workflows/opentelemetry.yml b/.github/workflows/opentelemetry.yml new file mode 100644 index 0000000..143d4fa --- /dev/null +++ b/.github/workflows/opentelemetry.yml @@ -0,0 +1,19 @@ +--- +name: OpenTelemetry Export Trace + +on: + workflow_run: + workflows: + - test + - test-reporter + types: [completed] + +jobs: + otel-export-trace: + runs-on: ubuntu-latest + steps: + - uses: elastic/apm-pipeline-library/.github/actions/opentelemetry@current + with: + vaultUrl: ${{ secrets.VAULT_ADDR }} + vaultRoleId: ${{ secrets.VAULT_ROLE_ID }} + vaultSecretId: ${{ secrets.VAULT_SECRET_ID }} diff --git a/.github/workflows/test-reporter.yml b/.github/workflows/test-reporter.yml index 7282564..91ca93b 100644 --- a/.github/workflows/test-reporter.yml +++ b/.github/workflows/test-reporter.yml @@ -1,6 +1,6 @@ --- ## Workflow to process the JUnit test results and add a report to the checks. -name: Test Report +name: test-reporter on: workflow_run: workflows: