Skip to content

Commit

Permalink
remove windows installer (Blazemeter#1441)
Browse files Browse the repository at this point in the history
Agenda: 
windows installer requires more and more efforts to support it though it's used by few people. So let's stop to provide it.

Steps:
* remove build scripts
* fix jenkins
* remove windows binary mention from site builder
* update installation instructions
* fix for release case
* minimize jenkins docker image
* remove unnecessary deps
  • Loading branch information
greyfenrir authored Dec 22, 2020
1 parent 3e9214f commit 0943868
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 353 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pipeline {
sh "./build-artifacts.sh"
}
archiveArtifacts artifacts: 'dist/*.whl', fingerprint: true
archiveArtifacts artifacts: 'build/nsis/*_x64.exe', fingerprint: true
}
}
stage("Docker Image Build") {
Expand Down
2 changes: 0 additions & 2 deletions build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ rm -rf ./dist
python3 ./setup.py sdist bdist_wheel

cd "${PREV_DIR}"

./build-windows-installer.sh ./dist/bzt-*.whl
42 changes: 0 additions & 42 deletions build-windows-installer.sh

This file was deleted.

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ lxml>=3.8.0,!=4.2.0
progressbar33
psutil>=5.6.6
pytest>=3
zipp==2.2.0
pyvirtualdisplay; sys_platform != 'win32'
pyyaml
requests>=2.18.1
selenium
Appium-Python-Client
urwid==2.0.1
urwid
terminaltables>=3.1.0
Empty file removed scripts/installer/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions scripts/installer/bzt_preamble.py

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/installer/bzt_python.py

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/installer/bzt_run.py

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/installer/bzt_win.py

This file was deleted.

171 changes: 0 additions & 171 deletions scripts/installer/gen_installer.py

This file was deleted.

Loading

0 comments on commit 0943868

Please sign in to comment.