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

Add a separate field for expressions under input bindings map #449

Merged
merged 22 commits into from
Mar 19, 2025

Conversation

aakash070
Copy link
Contributor

This change breaks up the Bindings map value into 2 parts:

  1. An expr.Value which contains simple literal values
  2. A string expression which contains a CEL expression that evaluates to the value of the variable binding. The expression will be evaluated using the same CEL runtime environment as the one being used to trigger the test.

@TristonianJones
Copy link
Collaborator

/gcbrun

@TristonianJones
Copy link
Collaborator

@l46kok would you be able to review this change. We discussed something similar yesterday.

@l46kok
Copy link
Collaborator

l46kok commented Mar 19, 2025

/gcbrun

@l46kok l46kok merged commit ae6fb0d into google:master Mar 19, 2025
2 checks passed
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.

3 participants