Skip to content

Commit

Permalink
Remove requirements.txt and slurm portion of dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
abbas1902 committed Jan 17, 2025
1 parent 81a8dc6 commit 2759fb8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install-dev-deps: warn-terraform-version warn-packer-version check-pre-commit ch
go install mvdan.cc/sh/v3/cmd/shfmt@latest
go install golang.org/x/tools/cmd/goimports@latest
go install honnef.co/go/tools/cmd/staticcheck@latest
pip install -r community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/requirements.txt
pip install -r https://raw.githubusercontent.com/GoogleCloudPlatform/slurm-gcp/master/scripts/requirements.txt
pip install -r community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/tests/requirements.txt

# RULES SUPPORTING THE ABOVE
Expand Down

This file was deleted.

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 2759fb8

Please sign in to comment.