Skip to content

ci: fix some janky ci scripts that prevent posting issues to github#79532

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
rickystewart:postissuesfix
Apr 6, 2022
Merged

ci: fix some janky ci scripts that prevent posting issues to github#79532
craig[bot] merged 1 commit intocockroachdb:masterfrom
rickystewart:postissuesfix

Conversation

@rickystewart
Copy link
Copy Markdown
Collaborator

In a couple places in 82e0b121c715c59cebbb8d53e29edf7952d6913f I
accidentally did $exit_status=$? instead of exit_status=$?, which is
not a proper variable assignment. This was causing these jobs to fail
before they could post issues to GitHub.

Closes #79403.

Release note: None

In a couple places in `82e0b121c715c59cebbb8d53e29edf7952d6913f` I
accidentally did `$exit_status=$?` instead of `exit_status=$?`, which is
not a proper variable assignment. This was causing these jobs to fail
before they could post issues to GitHub.

Closes cockroachdb#79403.

Release note: None
@rickystewart rickystewart requested a review from jordanlewis April 6, 2022 18:59
@rickystewart rickystewart requested a review from a team as a code owner April 6, 2022 18:59
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@mari-crl mari-crl left a comment

Choose a reason for hiding this comment

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

give me please
stamp
:lgtm:

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @jordanlewis)

@jordanlewis
Copy link
Copy Markdown
Member

Thanks a lot Ricky!!

@rickystewart
Copy link
Copy Markdown
Collaborator Author

bors r=mari-crl

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Apr 6, 2022

Build succeeded:

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.

roachtest: sqllitelogic test no longer files GitHub issues upon failure

4 participants