Skip to content

[gomod] bump github.com/open-edge-platform/infra-core/inventory/v2 from 2.31.1 to 2.32.0 #475

[gomod] bump github.com/open-edge-platform/infra-core/inventory/v2 from 2.31.1 to 2.32.0

[gomod] bump github.com/open-edge-platform/infra-core/inventory/v2 from 2.31.1 to 2.32.0 #475

# 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: {}
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@v4
with:
repository: open-edge-platform/orch-ci
path: ci
ref: "main"
token: ${{ secrets.SYS_ORCH_GITHUB }}
persist-credentials: false
- name: Checkout cluster-tests for integration tests
uses: actions/checkout@v4
with:
repository: open-edge-platform/cluster-tests
path: cluster-tests
ref: "main"
token: ${{ secrets.SYS_ORCH_GITHUB }}
persist-credentials: false
- name: Bootstrap CI environment
uses: ./ci/.github/actions/bootstrap
with:
gh_token: ${{ secrets.SYS_ORCH_GITHUB }}
- 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