-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change of galaxy_commit_id value for initial test in gce * Update README.md * Update test_playbook.yaml * Update requirements.yml * simplifiy ansible_galaxy_tools role (24.0_addon) * inactivate BIOBLEND_GALAXY_API_KEY for test * Update test_playbook.yaml * clean code after fixing the ansible.tools role * Update mississippi_dev job_conf.yml This update is just done using the actual running job_conf.yml of mississippi_dev and copying it in the corresponding file of Galaxy expand (pointed by the commit) * change Galaxy commit for all environments to 24.0 Now that dev_gce passes all tests in GitHub we apply version change to all environments, using the 000_cross_env_vars files * Create mississippi_dev_tool_list.yml .venv must contains ephemeris (pip install ephemeris) * Update conect job_conf.yml drop local environment/local_runner which probably causes crashes of workflows * Update conect_tool_list.yml from get-tool-list -g usegalaxy.sorbonne-universite.fr ... and cat export file * Update conect Welcome html page variables * new settings in test in dev_mississippi and in conect * maj with CNVkit * maj with cnvkit tool suite * interactivetools_enable and enable_tool_source_display are now common to playbook * Update mississippi_tool_list.yml * remove local environment from job_conf.yml As tested in conect environment * Update Mississippi html alerts * target lumpy_smoove to cluster_4 destination in Mississippi[2] - id: "lumpy_smoove" destination: "cluster_4" * assign a destination cluster8 to picard_AddOrReplaceReadGroups picard_AddOrReplaceReadGroups * update messages for artbio environment of the playbook
- Loading branch information
Showing
16 changed files
with
381 additions
and
333 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,7 @@ on: | |
- master | ||
env: | ||
GALAXY_USER: [email protected] | ||
GALAXY_USER_PASSWD: artbio2025 | ||
BIOBLEND_GALAXY_API_KEY: "myverysecretapikey" | ||
GALAXY_USER_PASSWD: artbio2024 | ||
BIOBLEND_GALAXY_URL: "http://127.0.0.1:80" | ||
BIOBLEND_TEST_JOB_TIMEOUT: "240" | ||
|
||
|
@@ -42,7 +41,7 @@ jobs: | |
- name: Install ansible 3.0 and bioblend in ubuntu 20.04 | ||
run: | | ||
python3 -m pip install ansible==3.0 | ||
python3 -m pip install --ignore-installed https://github.com/galaxyproject/bioblend/archive/refs/tags/v1.2.0.zip pytest | ||
python3 -m pip install --ignore-installed https://github.com/galaxyproject/bioblend/archive/refs/tags/v1.3.0.zip pytest | ||
- name: Display pip python and ansible settings | ||
run: | | ||
|
@@ -73,14 +72,12 @@ jobs: | |
--skip-tags galaxy_build_client \ | ||
playbook.yml | ||
- name: Sleep for 30 secs and check galaxyctl status | ||
- name: Sleep for 60 secs and check galaxyctl status | ||
run: | | ||
sudo sed -E -i 's/www-data/galaxy/' /etc/nginx/nginx.conf | ||
sudo systemctl restart nginx.service | ||
sudo galaxyctl status | ||
sudo galaxyctl graceful | ||
echo "waiting 30 sec" && sleep 30 | ||
sudo cat /etc/nginx/nginx.conf | ||
sudo cat /home/galaxy/galaxy/config/galaxy.yml | ||
echo "waiting 60 sec" && sleep 60 | ||
sudo galaxyctl status | ||
- name: check Galaxy API is alive | ||
|
@@ -90,6 +87,11 @@ jobs: | |
- name: ansible installs galaxy tools | ||
run: ansible-playbook --extra-vars RUNNER_ALLOW_RUNASROOT="1" -e ansible_user="runner" install_tools.yml | ||
|
||
- name: retrieve api key and reference it in glob env variable | ||
run: | | ||
BIOBLEND_GALAXY_API_KEY=`cat ./apikey.txt` | ||
echo "BIOBLEND_GALAXY_API_KEY=$BIOBLEND_GALAXY_API_KEY" >> $GITHUB_ENV | ||
- name: Bioblend tests | ||
run: | | ||
cd /home/runner/.local/lib/python3.8/site-packages/bioblend/_tests | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.