Skip to content

Commit

Permalink
Bug 1701608 - remove perma-busted python dependency generator. r=rele…
Browse files Browse the repository at this point in the history
…ng-reviewers,jmaher

I have manually pinned the requirements, and partials are working. We'll lose a way to auto-update our dependencies, but a) it's perma-busted, so realistically we're just losing a busted task, and b) mhentges is working on a way to auto-update pinned dependencies in-tree.

Differential Revision: https://phabricator.services.mozilla.com/D110148
  • Loading branch information
escapewindow committed Mar 29, 2021
1 parent 44a2bdc commit fa4988e
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 375 deletions.
13 changes: 0 additions & 13 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,19 +239,6 @@ jobs:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}

- name: python-dependency-update
job:
type: decision-task
treeherder-symbol: Nfile
target-tasks-method: python_dependency_update
run-on-projects:
- mozilla-central
when:
by-project:
# No default branch
mozilla-central:
- {weekday: 'Monday', hour: 10, minute: 0}

- name: raptor-tp6m
job:
type: decision-task
Expand Down
2 changes: 0 additions & 2 deletions taskcluster/ci/docker-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ jobs:
parent: push-to-try
periodic-updates:
symbol: I(file)
python-dependency-update:
symbol: I(pip)
firefox-snap:
symbol: I(snap)
firefox-flatpak:
Expand Down
45 changes: 0 additions & 45 deletions taskcluster/ci/python-dependency-update/kind.yml

This file was deleted.

34 changes: 0 additions & 34 deletions taskcluster/docker/python-dependency-update/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions taskcluster/docker/python-dependency-update/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions taskcluster/docker/python-dependency-update/requirements.in

This file was deleted.

14 changes: 0 additions & 14 deletions taskcluster/docker/python-dependency-update/requirements.txt

This file was deleted.

61 changes: 0 additions & 61 deletions taskcluster/docker/python-dependency-update/runme.sh

This file was deleted.

134 changes: 0 additions & 134 deletions taskcluster/docker/python-dependency-update/scripts/update_pipfiles.sh

This file was deleted.

38 changes: 0 additions & 38 deletions taskcluster/docker/python-dependency-update/setup.sh

This file was deleted.

5 changes: 0 additions & 5 deletions taskcluster/docs/kinds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,6 @@ repo-update
Repo-Update tasks are tasks that perform some action on the project repo itself,
in order to update its state in some way.

python-dependency-update
------------------------
Python-dependency-update runs `pip-compile --generate-hashes` against the specified `requirements.in` and
submits patches to Phabricator.

partials
--------
Partials takes the complete.mar files produced in previous tasks and generates partial
Expand Down
Loading

0 comments on commit fa4988e

Please sign in to comment.