From 05cf0ad4781b15a224bc576ba0c0f5c44fb1c15c Mon Sep 17 00:00:00 2001 From: dtmaclaren <101112838+danielmaclaren@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:02:51 +0100 Subject: [PATCH] Update deployment instructions for ibex_version check Added note to ensure 'ibex_version' is up-to-date before running the ansible playbook for manual system testing. --- doc/deployment/Creating-a-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deployment/Creating-a-release.md b/doc/deployment/Creating-a-release.md index 2bb23f2d8..075d61dbd 100644 --- a/doc/deployment/Creating-a-release.md +++ b/doc/deployment/Creating-a-release.md @@ -60,7 +60,7 @@ is recent enough to include the most recent changes in the 1. Do the same for the `EPICS32` 32-bit build, replacing `EPICS` with `EPICS32` everywhere in the commands above. 1. Check release is now listed in [`https://control-svcs.isis.cclrc.ac.uk/git/?a=project_list;pf=releases`](https://control-svcs.isis.cclrc.ac.uk/git/?a=project_list;pf=releases) -1. Run the [`instrument_deploy.yaml` ansible playbook](https://github.com/ISISComputingGroup/ansible-playbooks/tree/main?tab=readme-ov-file#instrument_deployyaml) on any test machines which will be used for manual system testing. +1. Run the [`instrument_deploy.yaml` ansible playbook](https://github.com/ISISComputingGroup/ansible-playbooks/tree/main?tab=readme-ov-file#instrument_deployyaml) on any test machines which will be used for manual system testing. Before running the playbook, ensure that `ibex_version` (under `vars:`) is up-to-date. {#creating_release_testing_steps}