Skip to content

Commit

Permalink
Skip CI jobs for proxy on bookworm
Browse files Browse the repository at this point in the history
These are failing because of <#1681>.

Our plan is to just replace them entirely with proxy v2, so just
skip these jobs for now so commits can at least get a green check again.
  • Loading branch information
legoktm authored and rocodes committed Feb 12, 2024
1 parent 222c6ce commit 32c9e6e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,13 +441,19 @@ workflows:
securedrop_proxy_ci:
jobs: &proxy_jobs
- proxy_unit-test:
matrix: *matrix
# bookworm jobs are failing and will be
# replaced with proxy v2 shortly, so skip
# https://github.com/freedomofpress/securedrop-client/issues/1681
matrix: &proxy_matrix
parameters:
image:
- bullseye
- proxy_lint:
matrix: *matrix
matrix: *proxy_matrix
- proxy_check-security:
matrix: *matrix
matrix: *proxy_matrix
- proxy_check-python-security:
matrix: *matrix
matrix: *proxy_matrix

client_nightly:
triggers:
Expand Down

0 comments on commit 32c9e6e

Please sign in to comment.