Skip to content

Commit

Permalink
Merge pull request #1816 from freedomofpress/proxy-bookworm-skip
Browse files Browse the repository at this point in the history
Skip CI jobs for proxy on bookworm
  • Loading branch information
rocodes authored Feb 12, 2024
2 parents 222c6ce + eecbec7 commit 65238b4
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 65238b4

Please sign in to comment.