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

Fix e2e kokoro tests #1563

Merged
merged 1 commit into from Dec 26, 2023
Merged

Fix e2e kokoro tests #1563

merged 1 commit into from Dec 26, 2023

Conversation

Tulsishah
Copy link
Collaborator

Description

Issue:
Kokoro tests on the release branch were failing due to Git's inability to identify the intended branch.

Error Message:

fatal: ambiguous argument 'read_cache_release': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]

Cause:
Missing remote branch information.

Resolution:
Resolved by explicitly specifying the remote branch using origin/$BRANCH_NAME.

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - Tested on local VM and kokoro
  2. Unit tests - NA
  3. Integration tests - NA

@Tulsishah Tulsishah merged commit 62ccdc8 into master Dec 26, 2023
8 checks passed
gargnitingoogle pushed a commit that referenced this pull request Jan 4, 2024
ashmeenkaur pushed a commit that referenced this pull request Jan 9, 2024
ashmeenkaur pushed a commit that referenced this pull request Jan 10, 2024
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.

None yet

2 participants