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 skip tests #365

Merged
Merged

Conversation

nikhil-thomas
Copy link
Member

@nikhil-thomas nikhil-thomas commented Mar 30, 2020

Modifies openshift/e2e-tests-openshift.sh with appropriate flags to skip RootUser Tests

Related to: tektoncd#2304
and #364
changes in tektoncd#2304 will not be available in upstream rc3, hence it is separately added in midstream rc3 branch through #364

Signed-off-by: Vincent Demeester [email protected]
(cherry picked from commit d728e50)
Signed-off-by: Nikhil Thomas [email protected]

Signed-off-by: Vincent Demeester <[email protected]>
(cherry picked from commit d728e50)
Signed-off-by: Nikhil Thomas <[email protected]>
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 30, 2020
@nikhil-thomas nikhil-thomas changed the title Try to fix skip tests fix skip tests Mar 30, 2020
Copy link

@piyush-garg piyush-garg left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nikhil-thomas, piyush-garg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [nikhil-thomas,piyush-garg]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 30, 2020
@openshift-merge-robot openshift-merge-robot merged commit 04ed12d into openshift:master Mar 30, 2020
pradeepitm12 pushed a commit that referenced this pull request Jan 27, 2021
We were previously using a regex to extract expressions within
TriggerBindings. The regex only extracted between the initial `$(`
and the first occurrence of the `)`. This meant that some valid
JSONPath expressions that contained brackets (e.g. filters) were
incorrectly extracted.

This commit fixes the issue by splitting the string on `$(` and then
extracting until the first "unbalanced" occurrence of `)`.

Fixes #365

Co-Authored-By: Andrea Frittoli <[email protected]>
Signed-off-by: Dibyo Mukherjee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants