-
Notifications
You must be signed in to change notification settings - Fork 2
/
travis_env.sh
51 lines (40 loc) · 1.53 KB
/
travis_env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### Set the database env variable
export RIDGEBACK_DB_NAME=travis_ci_test
export RIDGEBACK_DB_USERNAME=postgres
export RIDGEBACK_DB_PASSWORD=
export RIDGEBACK_DB_PORT=5433
### Set general env variable
export SINGULARITY_PATH=/sample_singularity
export RIDGEBACK_VENV=/sample_path
export RIDGEBACK_PATH=/sample_path
export RIDGEBACK_PORT=4009
### Set the rabbitmq env variable
export RIDGEBACK_DEFAULT_QUEUE=sample_queue
export RIDGEBACK_RABBITMQ_USERNAME=sample_username
export RIDGEBACK_RABBITMQ_PASSWORD=sample_password
### Set the pipeline env variables
export ARGOS_JOB_STORE_ROOT=/sample_path
export ARGOS_WORK_DIR_ROOT=/sample_path
export ARGOS_TMP_DIR_ROOT=/sample_path
export TEMPO_JOB_STORE_ROOT=/sample_path
export TEMPO_WORK_DIR_ROOT=/sample_path
export TEMPO_TMP_DIR_ROOT=/sample_path
export ACCESS_JOB_STORE_ROOT=/sample_path
export ACCESS_WORK_DIR_ROOT=/sample_path
export ACCESS_TMP_DIR_ROOT=/sample_path
export CMO_CH_JOB_STORE_ROOT=/sample_path
export CMO_CH_WORK_DIR_ROOT=/sample_path
export CMO_CH_TMP_DIR_ROOT=/sample_path
export ACCESS_HEME_JOB_STORE_ROOT=/sample_path
export ACCESS_HEME_WORK_DIR_ROOT=/sample_path
export ACCESS_HEME_TMP_DIR_ROOT=/sample_path
export DEFAULT_JOB_STORE_ROOT=/sample_path
export DEFAULT_WORK_DIR_ROOT=/sample_path
export DEFAULT_TMP_DIR_ROOT=/sample_path
### Set the LSF env variable
export RIDGEBACK_LSF_WALLTIME=10:00
export RIDGEBACK_LSF_SLA=sample_SLA
### Set the celery env variable
export CELERY_LOG_PATH=/sample_path
export CELERY_PID_PATH=/sample_path
export CELERY_BEAT_SCHEDULE_PATH=/sample_path