Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Jenkinsfile_config_dir
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ pipeline {
timeout(time: 1, unit: 'HOURS') {
bat '''
call get_python.bat
call utils/jenkins_utils/hotfix_checker.bat
call \\\\isis.cclrc.ac.uk\\Shares\\ISIS_Experiment_Controls_Public\\ibex_utils\\installation_and_upgrade\\remove_genie_python.bat %LATEST_PYTHON_DIR%
python -u hotfix_checker.py
'''
}
}
Expand Down
3 changes: 1 addition & 2 deletions Jenkinsfile_epics_dir
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ pipeline {
timeout(time: 1, unit: 'HOURS') {
bat '''
call get_python.bat
call utils/jenkins_utils/hotfix_checker.bat
call \\\\isis.cclrc.ac.uk\\Shares\\ISIS_Experiment_Controls_Public\\ibex_utils\\installation_and_upgrade\\remove_genie_python.bat %LATEST_PYTHON_DIR%
python -u hotfix_checker.py
'''
}
}
Expand Down
8 changes: 6 additions & 2 deletions get_python.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CALL \\isis.cclrc.ac.uk\Shares\ISIS_Experiment_Controls_Public\ibex_utils\installation_and_upgrade\define_latest_genie_python.bat %WORKSPACE:/=\%
CALL \\isis.cclrc.ac.uk\Shares\ISIS_Experiment_Controls_Public\ibex_utils\installation_and_upgrade\install_or_update_uv.bat

%LATEST_PYTHON3% -m pip install -r requirements.txt
set UV_TEMP_VENV=C:\Instrument\Var\tmp\.hotfixstatuscheckervenv
set UV_PYTHON=3.12
uv venv "%UV_TEMP_VENV%"
call "%UV_TEMP_VENV%\scripts\activate"
uv pip install -r "%~dp0\requirements.txt" --no-build
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
paramiko==3.4.0
python-dotenv==1.0.1
paramiko==3.5.1
python-dotenv==1.1.1
Requests==2.32.3
packaging==25.0
28 changes: 0 additions & 28 deletions utils/jenkins_utils/hotfix_checker.bat

This file was deleted.

Loading