Skip to content

Commit 086a325

Browse files
committed
CI: Remove obsolete reverse shell historically used to debug CI
This reverse shell was historically used to debug CI jobs interactively. It is not used anymore, and may be causing jobs to hang, then timeout. There is no reason to keep it, and removing it simplifies CI jobs. Additionally it has been reported as flagged by security scanners, so removing it makes Mitogen easier to package/adopt. fixes #847 (cherry picked from commit a990eb3)
1 parent d8dd99b commit 086a325

File tree

3 files changed

+1
-39
lines changed

3 files changed

+1
-39
lines changed

.ci/azure-pipelines-steps.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ steps:
3737
3838
displayName: activate venv
3939

40-
- script: .ci/spawn_reverse_shell.py
41-
displayName: "Spawn reverse shell"
42-
4340
- script: .ci/$(MODE)_install.py
4441
displayName: "Run $(MODE)_install.py"
4542

.ci/spawn_reverse_shell.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ v0.2.10 (unreleased)
3131
* :gh:issue:`758` fix initilialisation of callback plugins in test suite, to address a `KeyError` in
3232
:method:`ansible.plugins.callback.CallbackBase.v2_runner_on_start`
3333
* :gh:issue:`775` Add msvcrt to the default module deny list
34+
* :gh:issue:`847` Removed historic Continuous Integration reverse shell
3435

3536

3637
v0.2.9 (2019-11-02)

0 commit comments

Comments
 (0)