Skip to content

remove unused golang role #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 2 additions & 7 deletions pulsar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
- hosts: pulsarservers
vars:
pulsar_user: "{{ pulsar.user_name }}"
golang_gopath: '/opt/workspace-go'
singularity_version: "3.7.4"
singularity_go_path: "{{ golang_install_dir }}"
pbs_drmaa_version: "1.0.19"

# Miniconda settings
Expand Down Expand Up @@ -49,8 +46,6 @@
roles:
- role: metacentrum.pulsar
become: yes
# - gantsign.golang
# - cyverse-ansible.singularity
- role: galaxyproject.pulsar
become: yes
become_user: "{{ pulsar.user_name }}"
Expand All @@ -75,12 +70,12 @@
recurse: yes
mode: 'a+x'
become: yes
become_user: "{{ pulsar.user_name }}"
become_user: "{{ pulsar.user_name }}"
- name: Creates entry in crontab "tmpreaper call in staging dir"
ansible.builtin.cron:
name: "tmpreaper in staging dir"
minute: "7"
hour: "*/6"
hour: "*/6"
job: "/usr/sbin/tmpreaper --verbose=0 --showdeleted --all --mtime --mtime-dir --runtime=600 {{ pulsar_cleanup_delay }} {{ pulsar_staging_dir }} >> {{ pulsar_cleanup_dir }}/cleaning_pulsar_files.log"
become: yes
become_user: "{{ pulsar.user_name }}"
2 changes: 0 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
- src: galaxyproject.pulsar
version: 1.0.11
#- src: gantsign.golang
# version: 3.1.1
2 changes: 0 additions & 2 deletions roles/gantsign.golang/.ansible-lint

This file was deleted.

19 changes: 0 additions & 19 deletions roles/gantsign.golang/.editorconfig

This file was deleted.

43 changes: 0 additions & 43 deletions roles/gantsign.golang/.gitattributes

This file was deleted.

93 changes: 0 additions & 93 deletions roles/gantsign.golang/.github/workflows/ci.yml

This file was deleted.

12 changes: 0 additions & 12 deletions roles/gantsign.golang/.github/workflows/release.yml

This file was deleted.

Loading