Skip to content

[gomod] bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.42.0 to 1.43.0 #1043

[gomod] bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.42.0 to 1.43.0

[gomod] bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.42.0 to 1.43.0 #1043

# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
---
name: CO Integration test CI Pipeline
on:
pull_request:
branches:
- main
- release-*
workflow_dispatch:
permissions:
contents: read
jobs:
integration-smoke-test:
permissions:
contents: read
runs-on: ubuntu-24.04-16core-64GB
if: true
env:
VERSION: ${{ github.head_ref }} # Use the component branch that triggered the action for the test
steps:
- name: Checkout orch ci
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: open-edge-platform/orch-ci
path: ci
ref: "main"
token: ${{ secrets.SYS_EMF_GH_TOKEN || github.token }}
persist-credentials: false
- name: Checkout cluster-tests for integration tests
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
repository: open-edge-platform/cluster-tests
path: cluster-tests
ref: "main"
token: ${{ secrets.SYS_EMF_GH_TOKEN || github.token }}
persist-credentials: false
- name: Bootstrap CI environment
uses: ./ci/.github/actions/bootstrap
with:
gh_token: ${{ secrets.SYS_EMF_GH_TOKEN || github.token }}
- name: Run make test with additional config
env:
VERSION: ${{ env.VERSION }}
run: |
cd cluster-tests
ADDITIONAL_CONFIG="{\"components\":[{\"name\":\"cluster-api-provider-intel\", \"skip-local-build\": false, \"git-repo\": {\"version\":\"${VERSION}\"}}]}" make test