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

ci: fix smoke test #3657

Merged
merged 1 commit into from
Jan 24, 2024
Merged

ci: fix smoke test #3657

merged 1 commit into from
Jan 24, 2024

Conversation

erwanor
Copy link
Member

@erwanor erwanor commented Jan 24, 2024

I think I introduced an indentation error, this should fix it!

@conorsch
Copy link
Contributor

Thanks @erwanor, I'll get this one to green. Appreciate the improvements to the smoke test! I'll make sure it passes here (oddly #3656 did indeed pass) and also on main.

@erwanor
Copy link
Member Author

erwanor commented Jan 24, 2024

thanks!

There were a few problems with the changes in #3656. First, the YAML
workflow file was poorly indented, which caused the job not to be
evaluated, so we got a false green.

Beyond that, the wrapper script needed handling for an undefined var,
and a tweak to the backgrounding/logging changes. All are updated, and
this change passes locally.
@conorsch conorsch force-pushed the erwan/fix_workflow_config branch from 8f6bca1 to 422c403 Compare January 24, 2024 18:52
@conorsch conorsch changed the title ci: fix indentation ci: fix smoke test Jan 24, 2024
@conorsch
Copy link
Contributor

Passing: https://github.com/penumbra-zone/penumbra/actions/runs/7644866555/job/20830140204 Also confirmed it passes locally. I suspect we might need to fuss with the auto-log-output functionality for stdout/stderr, but that'll only be obvious once we actually have a failing test. I'm going to merge this to unbreak the test suite for other PRs.

@conorsch conorsch merged commit 27c2218 into main Jan 24, 2024
7 checks passed
@conorsch conorsch deleted the erwan/fix_workflow_config branch January 24, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants