Skip to content

Commit

Permalink
disable stretch securedrop-proxy jobs
Browse files Browse the repository at this point in the history
in order to review/merge
freedomofpress/securedrop-proxy#55
  • Loading branch information
redshiftzero committed Jan 7, 2020
1 parent d562693 commit f5321ff
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,18 +268,6 @@ jobs:
- *addsshkeys
- *commitworkstationdebs

build-stretch-securedrop-proxy:
docker:
- image: circleci/python:3.5-stretch
steps:
- checkout
- *installdeps
- *fetchwheels
- *clonesecuredropproxy
- *getlatestreleasedversion
- *makesourcetarball
- *builddebianpackage

build-buster-securedrop-proxy:
docker:
- image: circleci/python:3.7-buster
Expand All @@ -292,22 +280,6 @@ jobs:
- *makesourcetarball
- *builddebianpackage

build-nightly-stretch-securedrop-proxy:
docker:
- image: circleci/python:3.5-stretch
steps:
- checkout
- *installdeps
- *fetchwheels
- *clonesecuredropproxy
- *getnightlyversion
- *makesourcetarball
- *updatedebianchangelog
- *builddebianpackage
- *installgitlfs
- *addsshkeys
- *commitworkstationdebs

build-nightly-buster-securedrop-proxy:
docker:
- image: circleci/python:3.7-buster
Expand Down Expand Up @@ -430,7 +402,6 @@ workflows:
- tests
- build-stretch-securedrop-client
- build-buster-securedrop-client
- build-stretch-securedrop-proxy
- build-buster-securedrop-proxy
- build-stretch-securedrop-workstation-svs-disp
- build-buster-securedrop-workstation-svs-disp
Expand All @@ -452,10 +423,7 @@ workflows:
only:
- master
jobs:
- build-nightly-stretch-securedrop-proxy
- build-nightly-stretch-securedrop-client:
requires:
- build-nightly-stretch-securedrop-proxy
- build-nightly-stretch-securedrop-client
- build-nightly-stretch-securedrop-export:
requires:
- build-nightly-stretch-securedrop-client
Expand Down

0 comments on commit f5321ff

Please sign in to comment.