Skip to content

ci(kokoro): fix core_deps_from_source for google-auth - #17526

Merged
ohmayr merged 3 commits into
mainfrom
fix-core-deps-auth
Jun 22, 2026
Merged

ci(kokoro): fix core_deps_from_source for google-auth#17526
ohmayr merged 3 commits into
mainfrom
fix-core-deps-auth

Conversation

@ohmayr

@ohmayr ohmayr commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .kokoro/system.sh script to conditionally set NOX_FILE and NOX_SESSION based on the value of NOX_SESSION. The review feedback correctly identifies a redundant self-assignment of NOX_SESSION in the else block and provides a clean suggestion to remove it.

Comment thread .kokoro/system.sh
Comment on lines +66 to +69
else
NOX_FILE="noxfile.py"
NOX_SESSION="${NOX_SESSION}"
fi

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The assignment NOX_SESSION="${NOX_SESSION}" is redundant because it assigns the variable to itself. This can be safely removed.

Suggested change
else
NOX_FILE="noxfile.py"
NOX_SESSION="${NOX_SESSION}"
fi
else
NOX_FILE="noxfile.py"
fi

@ohmayr
ohmayr force-pushed the fix-core-deps-auth branch from f487a30 to 5eab08e Compare June 22, 2026 17:57
@ohmayr
ohmayr marked this pull request as ready for review June 22, 2026 18:00
@ohmayr
ohmayr requested a review from a team as a code owner June 22, 2026 18:00
@ohmayr ohmayr changed the title ci(kokoro): fix NOX_FILE and NOX_SESSION override for google-auth ci(kokoro): fix core_deps_from_source for google-auth Jun 22, 2026
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.

core_deps_from_source post-submit fails due to system.sh override for google-auth

2 participants