Skip to content

Commit

Permalink
Remove unused folders scripts, tests, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
mr0re1 committed Dec 12, 2024
1 parent 4ce431c commit 05361d8
Show file tree
Hide file tree
Showing 45 changed files with 0 additions and 8,713 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/pre-commit.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,6 @@ repos:
language: system
types: [file, text]
pass_filenames: false
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.83.4
hooks:
- id: terraform_fmt
- id: terraform_validate
- id: terraform_tflint
- id: terraform_docs
args:
- --args=--config=.terraform-docs.yaml
- --hook-config=--create-file-if-not-exist=true
- --hook-config=--path-to-file=README_TF.md
- repo: https://github.com/psf/black
rev: 23.9.1
hooks:
- id: black
exclude: ^dm/
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
exclude: ^dm/
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
hooks:
Expand Down
27 changes: 0 additions & 27 deletions ansible/roles/slurm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,33 +57,6 @@
src: tmpfiles.d/slurm.conf.j2
dest: /etc/tmpfiles.d/slurm.conf

- name: Copy Scripts
copy:
src: scripts/{{item}}
dest: '{{slurm_paths.scripts}}/{{item}}'
owner: '{{slurm_user.user}}'
group: '{{slurm_user.group}}'
mode: 0o755
with_items:
- conf.py
- resume.py
- setup.py
- setup_network_storage.py
- startup.sh
- slurmsync.py
- suspend.py
- util.py
- load_bq.py

- name: Copy slurm_gcp_plugins
copy:
src: scripts/slurm_gcp_plugins
dest: '{{ slurm_paths.scripts }}/'
owner: '{{slurm_user.user}}'
group: '{{slurm_user.group}}'
mode: '0644'
directory_mode: '0755'

- name: Copy Jobs
copy:
src: jobs/
Expand Down
7 changes: 0 additions & 7 deletions etc/cgroup.conf.tpl

This file was deleted.

102 changes: 0 additions & 102 deletions etc/job_submit.lua.tpl

This file was deleted.

67 changes: 0 additions & 67 deletions etc/slurm.conf.tpl

This file was deleted.

31 changes: 0 additions & 31 deletions etc/slurmdbd.conf.tpl

This file was deleted.

1 change: 0 additions & 1 deletion scripts/.gitignore

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/Pipfile

This file was deleted.

Loading

0 comments on commit 05361d8

Please sign in to comment.