Skip to content

Commit

Permalink
fixup! fixup! [#641] Add tezos binaries tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PruStephan committed Oct 10, 2023
1 parent bc81ba8 commit 033837a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Files: .github/* nix/nix/* nix/build/install_topfind_196.patch protocols.json me
Copyright: 2022 Oxhead Alpha
License: LicenseRef-MIT-OA

Files: nix/build/install_topfind_196.patch baking/src/tezos_baking/__init__.py binaries.json
Files: nix/build/install_topfind_196.patch baking/src/tezos_baking/__init__.py docker/tests/binaries.json
Copyright: 2023 Oxhead Alpha
License: LicenseRef-MIT-OA
2 changes: 1 addition & 1 deletion docker/tests/Dockerfile-fedora-test
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN dnf copr enable -y @Serokell/${repo}
ENV IS_RELEASED=${repo}

COPY docker/tests/test-fedora-binaries.py /tezos-packaging/docker/tests/test-fedora-binaries.py
COPY binaries.json /tezos-packaging/binaries.json
COPY docker/tests/binaries.json /tezos-packaging/binaries.json
CMD [ "python3", "/tezos-packaging/docker/tests/test-fedora-binaries.py"]
2 changes: 1 addition & 1 deletion docker/tests/Dockerfile-ubuntu-test
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ RUN add-apt-repository -yu ppa:serokell/${repo}
ENV IS_RELEASED=${repo}

COPY docker/tests/test-ubuntu-binaries.py /tezos-packaging/docker/tests/test-ubuntu-binaries.py
COPY binaries.json /tezos-packaging/binaries.json
COPY docker/tests/binaries.json /tezos-packaging/binaries.json
CMD [ "python3", "/tezos-packaging/docker/tests/test-ubuntu-binaries.py"]
24 changes: 13 additions & 11 deletions binaries.json → docker/tests/binaries.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"released": [
"tezos-smart-rollup-client-Proxford",
"tezos-smart-rollup-client-PtNairob",
"tezos-smart-rollup-node-Proxford",
"tezos-smart-rollup-node-PtNairob",
"tezos-baking",
"tezos-sapling-params",
"tezos-client",
"tezos-admin-client",
"tezos-accuser-Proxford",
"tezos-baker-Proxford",
"tezos-accuser-PtNairob",
"tezos-baker-PtNairob",
"tezos-node",
"tezos-signer",
"tezos-dac-node",
"tezos-dac-client",
"tezos-codec",
"tezos-baker-PtMumbai",
"tezos-accuser-PtMumbai",
"tezos-smart-rollup-client-PtMumbai",
"tezos-smart-rollup-node-PtMumbai",
"tezos-baker-PtNairob",
"tezos-accuser-PtNairob",
"tezos-smart-rollup-client-PtNairob",
"tezos-smart-rollup-node-PtNairob"
"tezos-signer",
"tezos-admin-client",
"tezos-client"
],
"candidates": [
"tezos-smart-rollup-client-Proxford",
Expand Down

0 comments on commit 033837a

Please sign in to comment.