-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 CI: environment variable BRANCH is missed #2111
Fix CI: environment variable BRANCH is missed #2111
Conversation
Signed-off-by: Yi Chen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: yuchaoran2011 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:
Approvers can indicate their approval by writing |
Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit e2693f1)
Signed-off-by: Yi Chen <[email protected]>
* Update workflow and docs for releasing Spark operator (#2089) * Update .helmignore Signed-off-by: Yi Chen <[email protected]> * Add release docs Signed-off-by: Yi Chen <[email protected]> * Update release workflow Signed-off-by: Yi Chen <[email protected]> * Update integration test workflow Signed-off-by: Yi Chen <[email protected]> * Add workflow for pushing tag when VERSION file changes Signed-off-by: Yi Chen <[email protected]> * Update Signed-off-by: Yi Chen <[email protected]> * Remove the leading 'v' from chart version Signed-off-by: Yi Chen <[email protected]> * Update docker image tags Signed-off-by: Yi Chen <[email protected]> --------- Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit a3ec8f1) * Fix broken integration test CI (#2109) Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit 6ff204a) * Fix CI: environment variable BRANCH is missed (#2111) Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit e2693f1)
Signed-off-by: Yi Chen <[email protected]>
* Update workflow and docs for releasing Spark operator (kubeflow#2089) * Update .helmignore Signed-off-by: Yi Chen <[email protected]> * Add release docs Signed-off-by: Yi Chen <[email protected]> * Update release workflow Signed-off-by: Yi Chen <[email protected]> * Update integration test workflow Signed-off-by: Yi Chen <[email protected]> * Add workflow for pushing tag when VERSION file changes Signed-off-by: Yi Chen <[email protected]> * Update Signed-off-by: Yi Chen <[email protected]> * Remove the leading 'v' from chart version Signed-off-by: Yi Chen <[email protected]> * Update docker image tags Signed-off-by: Yi Chen <[email protected]> --------- Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit a3ec8f1) * Fix broken integration test CI (kubeflow#2109) Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit 6ff204a) * Fix CI: environment variable BRANCH is missed (kubeflow#2111) Signed-off-by: Yi Chen <[email protected]> (cherry picked from commit e2693f1)
Purpose of this PR
The integration test CI on the release branch failed due to missed
BRANCH
environment variable.Proposed changes:
BRANCH
environment variableChange Category
Indicate the type of change by marking the applicable boxes:
Rationale
Checklist
Before submitting your PR, please review the following:
Additional Notes