Skip to content

Commit

Permalink
Eliminated SSI as the result protocol option. Switched to HTTP.
Browse files Browse the repository at this point in the history
  • Loading branch information
iagaponenko committed May 8, 2024
1 parent d0afbd4 commit 2097e67
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/itest-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
results_protocol: [results_protocol_xroot, results_protocol_ssi, results_protocol_http]
results_protocol: [results_protocol_xroot, results_protocol_http]
uses: ./.github/workflows/itest.yml
needs: build
with:
Expand Down
2 changes: 1 addition & 1 deletion manifests/operator-ns-scoped.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ spec:
type: object
type: object
resultsProtocol:
default: SSI
default: HTTP
description: ResultsProtocol defines the protocol used to retrieve
results from workers
type: string
Expand Down
2 changes: 1 addition & 1 deletion manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3775,7 +3775,7 @@ spec:
type: object
type: object
resultsProtocol:
default: SSI
default: HTTP
description: ResultsProtocol defines the protocol used to retrieve
results from workers
type: string
Expand Down
5 changes: 0 additions & 5 deletions manifests/results_protocol_ssi/kustomization.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions manifests/results_protocol_ssi/qserv.yaml

This file was deleted.

0 comments on commit 2097e67

Please sign in to comment.