Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CI independent of docker registry #199

Merged

Conversation

ajinkyaraj-23
Copy link
Collaborator

fixes #197

@ajinkyaraj-23 ajinkyaraj-23 added the app::wallet issues relating to the wallet app label Jan 18, 2024
@ajinkyaraj-23 ajinkyaraj-23 self-assigned this Jan 18, 2024
@ajinkyaraj-23 ajinkyaraj-23 linked an issue Jan 18, 2024 that may be closed by this pull request
Makefile Outdated Show resolved Hide resolved
.github/workflows/build.yml Show resolved Hide resolved
@ajinkyaraj-23 ajinkyaraj-23 force-pushed the ajinkyaraj-23@197-make-ci-independent-of-trilitech-artifacts branch from 6079817 to 29d321d Compare January 18, 2024 16:35
- Ocaml generated tests should not run on Ledger CI.
@ajinkyaraj-23 ajinkyaraj-23 force-pushed the ajinkyaraj-23@197-make-ci-independent-of-trilitech-artifacts branch 4 times, most recently from a5791f4 to cdc33e2 Compare January 19, 2024 14:09
--rm -v "$(realpath .):/app" \
ledger-app-tezos-integration-tests -c \
"cd /app && \
pip install -r test/python/requirements.txt -q -q && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-q -q looks weird? could you fix it in a follow up?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does look weird but its right syntax for disabling two staged of output except the 'critical'. To disable output entirely its '-q -q -q'

- update shell commands as ledger uses alpine linux.
@ajinkyaraj-23 ajinkyaraj-23 force-pushed the ajinkyaraj-23@197-make-ci-independent-of-trilitech-artifacts branch from cdc33e2 to f27609d Compare January 19, 2024 15:05
@emturner emturner merged commit a3b6018 into main Jan 19, 2024
110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app::wallet issues relating to the wallet app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make CI independent of trilitech artifacts
3 participants