Skip to content

Idv doc diagram (#122) #64

Idv doc diagram (#122)

Idv doc diagram (#122) #64

---
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Post-Merge Standalone-node
on:
push:
branches:
- main
- release-*
- sn-emt-uOS-integration
paths:
- "standalone-node/**"
permissions: {}
jobs:
post-merge-pipeline:
permissions:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/[email protected]
with:
run_version_check: true
run_dep_version_check: true
run_freeup_ubuntu_space: true
run_build: true
run_lint: true
run_docker_build: true
run_artifact_push: true
artifact_to_s3: true
run_docker_push: false
run_version_tag: true
prefix_tag_separator: "/"
project_folder: "standalone-node"
secrets:
SYS_ORCH_GITHUB: ${{ secrets.SYS_ORCH_GITHUB }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
NO_AUTH_ECR_PUSH_USERNAME: ${{ secrets.NO_AUTH_ECR_PUSH_USERNAME }}
NO_AUTH_ECR_PUSH_PASSWD: ${{ secrets.NO_AUTH_ECR_PUSH_PASSWD }}
NO_AUTH_S3_PUSH_USERNAME: ${{ secrets.NO_AUTH_S3_PUSH_USERNAME }}
NO_AUTH_S3_PUSH_PASSWD: ${{ secrets.NO_AUTH_S3_PUSH_PASSWD }}
MSTEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}