Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

fix deploy stage on travis #421

Merged

Conversation

pavolloffay
Copy link
Member

#389 changed travis configuration to use stages. There is a condition which enables deploy stage https://github.com/jaegertracing/jaeger-client-java/pull/389/files#diff-354f30a63fb0907d4ad57269548329e3R36. However it doesn't seem to work see https://travis-ci.org/jaegertracing/jaeger-client-java/builds/379736616 deploy is missing

Signed-off-by: Pavol Loffay [email protected]

@codecov
Copy link

codecov bot commented May 17, 2018

Codecov Report

Merging #421 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #421   +/-   ##
=========================================
  Coverage     82.81%   82.81%           
  Complexity      490      490           
=========================================
  Files            66       66           
  Lines          2019     2019           
  Branches        247      247           
=========================================
  Hits           1672     1672           
  Misses          265      265           
  Partials         82       82

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4b5d56...e4f9948. Read the comment docs.

The previous condition was always false, the deploy stage wasn't
executed.

Signed-off-by: Pavol Loffay <[email protected]>
@ghost ghost assigned pavolloffay May 17, 2018
@ghost ghost added the review label May 17, 2018
@pavolloffay pavolloffay changed the title WIP: fix deploy stage on travis fix deploy stage on travis May 17, 2018
@pavolloffay
Copy link
Member Author

I think wi will find out if it works once it's merged.

Copy link
Collaborator

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

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

I guess there's only one way to check...

@pavolloffay
Copy link
Member Author

let's merge and hope 🙏

@pavolloffay pavolloffay merged commit b148e84 into jaegertracing:master May 17, 2018
@ghost ghost removed the review label May 17, 2018
@pavolloffay
Copy link
Member Author

It looks promising https://travis-ci.org/jaegertracing/jaeger-client-java/builds/380130241 deploy stage is there

@pavolloffay
Copy link
Member Author

There was a failure for deploy to the hub:

/home/travis/.travis/job_stages: line 57: ./travis/publish-crossdock.sh: Permission denied

I will submit the following PR to fix it.

@pavolloffay
Copy link
Member Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants