Skip to content

Commit

Permalink
Merge pull request #3559 from abbas1902/independent
Browse files Browse the repository at this point in the history
Remove slurm portion of dependabot config
  • Loading branch information
abbas1902 authored Jan 21, 2025
2 parents 07bf482 + c972667 commit 7a29a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,3 @@ updates:
update-types:
- minor
- patch
- package-ecosystem: pip
directory: /community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/
labels:
- dependencies
- python
- release-chore
schedule:
interval: monthly
day: monday
time: "03:00"
timezone: America/Los_Angeles
target-branch: develop
groups:
# group all Slurm minor/patch updates together and individual PRs for major updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#example-3-individual-pull-requests-for-major-updates-and-grouped-for-minorpatch-updates
slurm-python-minor-and-patch-updates:
applies-to: version-updates
patterns:
- "*"
update-types:
- minor
- patch
2 changes: 1 addition & 1 deletion tools/cloud-build/images/test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
# install ansible and python dependencies
pip install --no-cache-dir --upgrade pip && \
pip install --no-cache-dir -r https://raw.githubusercontent.com/GoogleCloudPlatform/slurm-gcp/v5/scripts/requirements.txt && \
pip install --no-cache-dir -r https://raw.githubusercontent.com/GoogleCloudPlatform/slurm-gcp/master/scripts/requirements.txt && \
pip install --no-cache-dir ansible && \
pip install --no-cache-dir paramiko && \
rm -rf ~/.cache/pip/* && \
Expand Down

0 comments on commit 7a29a7a

Please sign in to comment.