Draft
Conversation
…-on-readme-files-D Extend Participant README
…it-archive Build Docker image using git archive
…eded resolved conflict in buildDockerImageAndStartupKits.sh
…gain before merging to main)
…emoved again before merging to main)" This reverts commit d319093.
chore: Update APT versions in Dockerfile
…ost to identify network issues
…-on-readme-files-E Extend Participant README by Network Connection Debugging
…or insufficient GPU memory
…om, and added fields
chore: Update APT versions in Dockerfile
…rollers-are-needed 147 check if custom swarm controllers are needed
This reverts commit 7623a51.
…in console as before, create required synthetic dataset
…ded in this branch
…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
WIP 219 extend integration tests
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
455beee to
aee4020
Compare
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO add description