(adbs-env) [pnispero@sdfiana018 test-ioc]$ bs run deployment
Checking current directory if a component...
INFO-root:[run_commands.py:36 - parse_manifest() ] {'format': 1, 'repo': 'test-ioc', 'organization': 'ad-build-test', 'build': 'build.sh', 'deploy': 'test-deployment.yaml', 'environments': ['rocky9', 'rhel7'], 'dependencies': [{'epics-base': 'R7.0.3.1-1.0'}, {'asyn': 'R4.39-1.0.1'}], 'python': 'requirements.txt'}
== ADBS == At the moment, deployment only for IOCs is supported
== ADBS ==
****** if testing please source BuildSystem/other/test-env.bash ******
[?] Specify type of deployment:
> DEV
PROD
[?] Specify type of ioc:
> SIOC
HIOC
VIOC
[?] Initial deployment?:
> True
False
[?] Specify name of ioc to deploy: sioc-test-bs
[?] Specify host user account used to run screen
(ex: laci@lcls-dev1): adbuild
[?] Specify executable path
(ex:/afs/slac/g/lcls/epics/iocCommon/sioc-sys0-al02/iocSpecificRelease/bin/rhel7-x86_64/alhPV): /sdf/home/p/pnispero/tes
t-ioc
{'initial': 'True', 'component_name': 'test-ioc', 'deploy_type': 'DEV', 'user': 'pnispero', 'iocTop': '/sdf/scratch/ad/build/lcls/epics/iocTop', 'iocCommon': '/sdf/scratch/ad/build/lcls/epics/iocCommon', 'iocData': '/sdf/scratch/ad/build/lcls/epics/ioc/data', 'ioc_type': 'SIOC', 'ioc_name': 'sioc-test-bs', 'host_user': 'adbuild', 'server_user_node_port': 'None', 'executable_path': '/sdf/home/p/pnispero/test-ioc', 'output_path': '/sdf/home/p/pnispero/test-ioc/ADBS_TMP'}
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match 'all'
PLAY [localhost] ***************************************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
PLAY [Initial IOC Deployment] **************************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [Add component to $EPICS_IOC_TOP] *****************************************
ok: [localhost]
TASK [Create sioc directory in $IOC if it doesn't exist] ***********************
changed: [localhost]
TASK [Create symbolic link for iocSpecificRelease for DEV] *********************
changed: [localhost]
TASK [Create symbolic link for iocSpecificRelease for PROD] ********************
skipping: [localhost]
TASK [Create sioc directory in $IOC_DATA if it doesn't exist] ******************
changed: [localhost]
TASK [Create multiple directories in $IOC_DATA/sioc-test-bs if they doesn't exist] ***
changed: [localhost] => (item=/sdf/scratch/ad/build/lcls/epics/ioc/data/sioc-test-bs/archive)
changed: [localhost] => (item=/sdf/scratch/ad/build/lcls/epics/ioc/data/sioc-test-bs/autosave)
changed: [localhost] => (item=/sdf/scratch/ad/build/lcls/epics/ioc/data/sioc-test-bs/autosave-req)
changed: [localhost] => (item=/sdf/scratch/ad/build/lcls/epics/ioc/data/sioc-test-bs/iocInfo)
changed: [localhost] => (item=/sdf/scratch/ad/build/lcls/epics/ioc/data/sioc-test-bs/restore)
changed: [localhost] => (item=/sdf/scratch/ad/build/lcls/epics/ioc/data/sioc-test-bs/yaml)
PLAY RECAP *********************************************************************
localhost : ok=7 changed=4 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0
successful: 0
(adbs-env) [pnispero@sdfiana018 test-ioc]$ |