WIP Update instructions for VPN automation#197
Draft
Conversation
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
Signed-off-by: GitHub CI <ci@github.com>
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
…-on-readme-files-C Extend participant readme
…st of license listing to be restored
… training results do not
chore: Update APT versions in Dockerfile
…n-readme document output files of local training
Updated the title and added reminders about replacing placeholders and contacting for lost config files.
chore: Update APT versions in Dockerfile
…in-training 185 Add dataset hash
…nd-of-dockerfile Improve Docker build caching by installing apt packages
chore: Update APT versions in Dockerfile
…ving troubleshooting section
chore: Update APT versions in Dockerfile
c4551a1 to
cce3e71
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.
No description provided.