Skip to content

WIP 234 add qa documentation#264

Draft
oleschwen wants to merge 627 commits intomainfrom
234-add-qa-documentation
Draft

WIP 234 add qa documentation#264
oleschwen wants to merge 627 commits intomainfrom
234-add-qa-documentation

Conversation

@oleschwen
Copy link
Copy Markdown
Collaborator

TODO add description

oleschwen and others added 30 commits November 10, 2025 13:57
…-on-readme-files-D

Extend Participant README
…it-archive

Build Docker image using git archive
…eded

resolved conflict in
	buildDockerImageAndStartupKits.sh
…emoved again before merging to main)"

This reverts commit d319093.
chore: Update APT versions in Dockerfile
…-on-readme-files-E

Extend Participant README by Network Connection Debugging
chore: Update APT versions in Dockerfile
…rollers-are-needed

147 check if custom swarm controllers are needed
oleschwen and others added 25 commits March 19, 2026 10:29
…in console as before, create required synthetic dataset
…ns-per-site-from-swarm-training-csv-files

193 evaluate class distributions per site from swarm training csv files
…g-code-mediswarm-ready

WIP 216 write guidelines for making code mediswarm ready
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
@oleschwen oleschwen linked an issue Apr 7, 2026 that may be closed by this pull request
@Ultimate-Storm Ultimate-Storm force-pushed the 234-add-qa-documentation branch from 455beee to aee4020 Compare April 10, 2026 09:06
Comment on lines +11 to +53
runs-on: self-hosted
timeout-minutes: 60

steps:
- name: Checkout repository (with submodules)
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set up Git
run: |
git config --global user.email "ci@github.com"
git config --global user.name "GitHub CI"

- name: Create and switch to apt-update branch
run: |
git checkout -b ci/apt-update || git switch ci/apt-update
- name: Run APT update script

run: |
chmod +x scripts/ci/update_apt_versions.sh
scripts/ci/update_apt_versions.sh
- name: Show git diff for debugging
run: git diff || true

- name: Push apt-update branch
if: env.NO_CHANGES == 'false'
run: git push origin ci/apt-update --force

- name: Create Pull Request
if: env.NO_CHANGES == 'false'
uses: peter-evans/create-pull-request@v5
with:
commit-message: "chore: update apt versions in Dockerfile_ODELIA"
branch: ci/apt-update
branch-suffix: timestamp
title: "chore: Update APT versions in Dockerfile"
body: |
This PR automatically updates APT package version numbers in `Dockerfile_ODELIA`
based on a rebuild and inspection of installation logs.
base: main
delete-branch: false No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add QA Documentation

4 participants