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

Restore old release process for older branches #314

Merged
merged 1 commit into from
Jun 6, 2017
Merged

Restore old release process for older branches #314

merged 1 commit into from
Jun 6, 2017

Conversation

0xmichalis
Copy link
Contributor

@@ -6,6 +6,17 @@ extensions:
title: "build an origin release"
repository: "origin"
script: |-
CURRENT_BRANCH=$(git rev-parse --abbrev-ref --symbolic-full-name HEAD)
Copy link
Contributor

Choose a reason for hiding this comment

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

Use $ORIGIN_TARGET_BRANCH

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@0xmichalis
Copy link
Contributor Author

Copy link
Contributor

@stevekuznetsov stevekuznetsov left a comment

Choose a reason for hiding this comment

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

Should be good to roll out after testing with the env-provided branch

@@ -6,6 +6,17 @@ extensions:
title: "build an origin release"
repository: "origin"
script: |-
ORIGIN_TARGET_BRANCH=$(git rev-parse --abbrev-ref --symbolic-full-name HEAD)
Copy link
Contributor

Choose a reason for hiding this comment

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

Sorry, I meant that there is a variable already available to you -- $<REPO_NAME>_TARGET_BRANCH for whatever is being tested. No need to do this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, updated once more

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@0xmichalis
Copy link
Contributor Author

Kicked https://ci.openshift.redhat.com/jenkins/view/All/job/test_pull_request_origin_kargakis/2/console - will merge and push to Jenkins once the build passes.

Copy link
Contributor

@stevekuznetsov stevekuznetsov left a comment

Choose a reason for hiding this comment

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

rollout plan SGTM

Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
@0xmichalis 0xmichalis merged commit ec83712 into openshift-eng:master Jun 6, 2017
@0xmichalis 0xmichalis deleted the restore-old-release-process branch June 6, 2017 14:56
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