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

deploy: fix initial image change deployments #9539

Merged
merged 1 commit into from
Jun 25, 2016
Merged

deploy: fix initial image change deployments #9539

merged 1 commit into from
Jun 25, 2016

Conversation

0xmichalis
Copy link
Contributor

@0xmichalis 0xmichalis commented Jun 24, 2016

Fixes #9530

@0xmichalis
Copy link
Contributor Author

[testextended][extended:core(Docker image source)]

@openshift-bot
Copy link
Contributor

Evaluated for origin testextended up to 7aeb1a7

@0xmichalis
Copy link
Contributor Author

@mfojtik ptal

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/230/) (Extended Tests: core(Docker image source))

@0xmichalis
Copy link
Contributor Author

green extended test [merge] @mfojtik review at your pleasure

@openshift-bot
Copy link
Contributor

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 7aeb1a7

// triggers and compare with the present trigger. Initial deployments
// should always trigger since there is no previous config to compare to.
if config.Status.LatestVersion > 0 {
if !triggeredByDifferentImage(*t.ImageChangeParams, *decoded) {
Copy link
Contributor

Choose a reason for hiding this comment

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

if config.Status.LatestVersion > 0 && !triggeredByDifferentImage(*t.ImageChangeParams, *decoded) {
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will fix in #9349 where I am moving all this code in rest.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok.

@mfojtik
Copy link
Contributor

mfojtik commented Jun 24, 2016

@Kargakis one nit, LGTM

@mfojtik
Copy link
Contributor

mfojtik commented Jun 24, 2016

@Kargakis merge at green.

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5363/)

@0xmichalis
Copy link
Contributor Author

Flaked on #9444. [merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented Jun 25, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/5417/) (Image: devenv-rhel7_4462)

@0xmichalis
Copy link
Contributor Author

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 7aeb1a7

@openshift-bot openshift-bot merged commit bc676a6 into openshift:master Jun 25, 2016
@0xmichalis 0xmichalis deleted the fix-image-change-deployments branch June 25, 2016 09:55
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