You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "onichols-pivotal (GitHub)" <gi...@apache.org> on 2018/11/16 00:05:36 UTC

[GitHub] [geode] onichols-pivotal opened pull request #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

This PR will resolve the red job on the release/1.8.0 pipeline.  Releases should only be signed and published manually, so unlike develop branch which publishes a snapshot automatically after every successful build, release pipelines do not need publish step at all.

Thank you for submitting a contribution to Apache Geode.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

### For all changes:
- [x] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

- [x] Has your PR been rebased against the latest commit within the target branch (typically `develop`)?

- [x] Is your initial contribution a single, squashed commit?

- [n/a] Does `gradlew build` run cleanly?

- [n/a] Have you written or updated unit tests to verify your changes?

- [n/a] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)?

### Note:
Please ensure that once the PR is submitted, you check travis-ci for build issues and
submit an update to your PR as soon as possible. If you need help, please send an
email to dev@geode.apache.org.

[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] balesh2 closed pull request #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

Posted by "balesh2 (GitHub)" <gi...@apache.org>.
[ pull request closed by balesh2 ]

[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] pivotal-jbarrett commented on pull request #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

Posted by "pivotal-jbarrett (GitHub)" <gi...@apache.org>.
Downstream consumers of the pipeline may publish their releases without the manual process Apache Geode goes through.

[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] galen-pivotal commented on pull request #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

Posted by "galen-pivotal (GitHub)" <gi...@apache.org>.
So we will only not `PublishArtifacts` if we are on `apache` on a branch that is not `develop`. Seems reasonable enough to assume that's a release branch. Do we ever build with a repo that is not `apache`?

[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] balesh2 commented on issue #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

Posted by "balesh2 (GitHub)" <gi...@apache.org>.
IntegrationTestOpenJDK11 failed with known flaky test with stacktrace:
```org.apache.geode.distributed.ServerLauncherRemoteFileIntegrationTest > startDeletesStaleControlFiles FAILED
java.lang.IllegalStateException:` Status file '/tmp/junit2902603449106298011/vf.gf.server.status' is blank```

DistributedTestOpenJDK8 failed with known flaky test [GEODE-5655](https://issues.apache.org/jira/browse/GEODE-5655) with stacktrace:
```org.apache.geode.session.tests.Jetty9ClientServerTest > containersShouldShareDataRemovals FAILED
    org.codehaus.cargo.container.ContainerException: Failed to stop the Jetty 9.4.12.v20180830 container. Check the [/home/geode/geode/geode-assembly/build/distributedTest133/cargo_logs/JETTY9_client-server_containersShouldShareDataRemovals_0_1136207203814/container.log] file containing the container logs for more details.
        Caused by:	
        org.codehaus.cargo.container.ContainerException: Server port 21900 did not shutdown within the timeout period [120000]```


[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] balesh2 commented on issue #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

Posted by "balesh2 (GitHub)" <gi...@apache.org>.
IntegrationTestOpenJDK11 failed with known flaky test with stacktrace:
`org.apache.geode.distributed.ServerLauncherRemoteFileIntegrationTest > startDeletesStaleControlFiles FAILED
java.lang.IllegalStateException: Status file '/tmp/junit2902603449106298011/vf.gf.server.status' is blank`

DistributedTestOpenJDK8 failed with known flaky test [GEODE-5655](https://issues.apache.org/jira/browse/GEODE-5655) with stacktrace:
`org.apache.geode.session.tests.Jetty9ClientServerTest > containersShouldShareDataRemovals FAILED
    org.codehaus.cargo.container.ContainerException: Failed to stop the Jetty 9.4.12.v20180830 container. Check the [/home/geode/geode/geode-assembly/build/distributedTest133/cargo_logs/JETTY9_client-server_containersShouldShareDataRemovals_0_1136207203814/container.log] file containing the container logs for more details.
        Caused by:	
        org.codehaus.cargo.container.ContainerException: Server port 21900 did not shutdown within the timeout period [120000]`


[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] metatype commented on pull request #2865: GEODE-6063 remove PublishArtifacts from Geode release pipelines

Posted by "metatype (GitHub)" <gi...@apache.org>.
Maybe on a fork?

[ Full content available at: https://github.com/apache/geode/pull/2865 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org