Skip to content

Commit

Permalink
ci: Update interop-test to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Aug 17, 2023
1 parent 2a3e962 commit 8c8f03f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/test-suite/build_gosop.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cd gosop
echo "replace github.com/ProtonMail/go-crypto => ../go-crypto" >> go.mod
go get github.com/ProtonMail/go-crypto
go get github.com/ProtonMail/gopenpgp/v3/crypto@26e397f0942ab02ec6649ebd30c71d0421131df8
go get github.com/ProtonMail/gopenpgp/v3/crypto@aebe43356421c682a82b22760174db4bd60b2fa5
go build .
6 changes: 3 additions & 3 deletions .github/workflows/interop-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
name: Run interoperability test suite
runs-on: ubuntu-latest
container:
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.1
image: ghcr.io/protonmail/openpgp-interop-test-docker:v1.1.2
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down Expand Up @@ -147,14 +147,14 @@ jobs:
with:
name: test-suite-results.json
- name: Compare with baseline v1
uses: ProtonMail/openpgp-interop-test-analyzer@5f99c093a1f2c3baccddb46e1d684ec8b33af55d
uses: ProtonMail/openpgp-interop-test-analyzer@5d7f4b6868ebe3bfc909302828342c461f5f4940
with:
results: ${{ steps.download-test-results.outputs.download-path }}/test-suite-results.json
output: baseline-comparison-v1.json
baseline: gosop-main
target: gosop-branch-v1
- name: Compare with baseline v2
uses: ProtonMail/openpgp-interop-test-analyzer@5f99c093a1f2c3baccddb46e1d684ec8b33af55d
uses: ProtonMail/openpgp-interop-test-analyzer@5d7f4b6868ebe3bfc909302828342c461f5f4940
with:
results: ${{ steps.download-test-results.outputs.download-path }}/test-suite-results.json
output: baseline-comparison-v2.json
Expand Down

0 comments on commit 8c8f03f

Please sign in to comment.