Skip to content

MDBF-1109 - Auto update the Debian Sid environment #128

MDBF-1109 - Auto update the Debian Sid environment

MDBF-1109 - Auto update the Debian Sid environment #128

name: Build Debian:msan based images
on:
push:
branches:
- 'main'
- 'dev'
paths:
- 'ci_build_images/debian.Dockerfile'
- 'ci_build_images/rr.Dockerfile'
- 'ci_build_images/msan.fragment.Dockerfile'
- 'ci_build_images/msan.instrumentedlibs.sh'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-debian.msan-based.yml
- .github/workflows/bbw_build_container_template.yml
pull_request:
paths:
- 'ci_build_images/debian.Dockerfile'
- 'ci_build_images/rr.Dockerfile'
- 'ci_build_images/msan.fragment.Dockerfile'
- 'ci_build_images/msan.instrumentedlibs.sh'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-debian.msan-based.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
jobs:
build-images:
strategy:
fail-fast: false
matrix:
include:
- image: debian:12
platforms: linux/amd64
branch: 10.11
tag: debian12-msan-clang-20
clang_version: 20
nogalera: false
uses: ./.github/workflows/bbw_build_container_template.yml

Check failure on line 42 in .github/workflows/build-debian.msan-based.yml

View workflow run for this annotation

GitHub Actions / Build Debian:msan based images

Invalid workflow file

The workflow is not valid. .github/workflows/build-debian.msan-based.yml (Line: 42, Col: 11): Input deploy_on_schedule is required, but not provided while calling. .github/workflows/build-debian.msan-based.yml (Line: 42, Col: 11): Input is_scheduled_event is required, but not provided while calling.
with:
dockerfile: rr.Dockerfile debian.Dockerfile msan.fragment.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
tag: ${{ matrix.tag }}
branch: ${{ matrix.branch }}
clang_version: ${{ matrix.clang_version }}
nogalera: ${{ matrix.nogalera }}
files:
'[
{"name": "msan.instrumentedlibs.sh", "source": "''$WORKDIR/msan.instrumentedlibs.sh''", "target": "''$GITHUB_WORKSPACE''"}
]'
secrets: inherit