Not sure right now, but just check publishing status at https://operations-api.access-ci.org/wh2/state/v1/status/ to see if the runs were published.
Also, check local process status with
bash ~/ipf/bin/wfm status
- Re-run the installer
-
bash ~/install_ipf.sh
-
Yes!
- Stop any running workflows
-
bash ~/ipf/bin/wfm stop
-
- Make backups of any config files
-
bash ~/ipf/bin/save_configs.sh
-
- Remove the install directory and installer
-
rm -rf ~/ipf install_ipf.sh
-
- Follow through the QUICKSTART guide again starting from the top
Yes! The configure_extmodules
script will look for config files matching the
naming convention configure_extmodules*.conf
. You can create multiple config
files and a workflow definition will be created for each one. Just make sure
that RESOURCE_NAME
is unique in each config file.
- Backup workflow configs
-
bash ~/ipf/bin/save_configs.sh
-
This will do 2 things:
- make backup copies in
~/.config/ipf/
- create symlinks to the backup copies in the ipf install dir. On a re-install, the IPF installer will look for any backed up config files and re-make the symlnks.