[jira] [Commented] (GEODE-10079) CI scripts no longer supply docker images for pre-1.15 PR precheck tasks

2022-03-24 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-10079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17511954#comment-17511954
 ] 

ASF subversion and git services commented on GEODE-10079:
-

Commit 3df624801c30a9356cb9a9f7ce9181af8d7ca5da in geode's branch 
refs/heads/develop from Robert Houghton
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3df6248 ]

GEODE-10079: Create PR pipelines for all support versions (#7485)

In order to keep develop changes from breaking PR behavior on older
support branches, create a separate pipeline for each branch. Each
branch will use images, tests, and job-descriptions from it's own
branch.

Authored-by: Robert Houghton 

> CI scripts no longer supply docker images for pre-1.15 PR precheck tasks
> 
>
> Key: GEODE-10079
> URL: https://issues.apache.org/jira/browse/GEODE-10079
> Project: Geode
>  Issue Type: Test
>  Components: ci
>Affects Versions: 1.12.9, 1.13.8, 1.14.4
>Reporter: Dale Emery
>Priority: Major
>  Labels: pull-request-available
>
> The CI scripts no longer supply docker images when they run PR precheck tasks 
> that use the `-PdunitDockerImage` property.
> For PRs with base branches prior to `support/1.15`, the `distributedTest` and 
> `upgradeTest` precheck tasks must run each test class in a separate docker 
> container. When `dunitDockerImage` is not defined, these tasks instead run 
> tests concurrently outside of docker. This results in swarms of failures, as 
> the concurrently executing tests all attempt to bind to the same ports.
> Examples:
> - https://concourse.apachegeode-ci.info/builds/27926695
> - https://concourse.apachegeode-ci.info/builds/27632643
> - https://concourse.apachegeode-ci.info/builds/28861132



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (GEODE-10079) CI scripts no longer supply docker images for pre-1.15 PR precheck tasks

2022-03-22 Thread Robert Houghton (Jira)


[ 
https://issues.apache.org/jira/browse/GEODE-10079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17510919#comment-17510919
 ] 

Robert Houghton commented on GEODE-10079:
-

I committed `05e7ba28948e4b73739e45fd4db2a2f40335120f` to enable a 1.14 
specific PR pipeline.

> CI scripts no longer supply docker images for pre-1.15 PR precheck tasks
> 
>
> Key: GEODE-10079
> URL: https://issues.apache.org/jira/browse/GEODE-10079
> Project: Geode
>  Issue Type: Test
>  Components: ci
>Affects Versions: 1.12.9, 1.13.8, 1.14.4
>Reporter: Dale Emery
>Priority: Major
>
> The CI scripts no longer supply docker images when they run PR precheck tasks 
> that use the `-PdunitDockerImage` property.
> For PRs with base branches prior to `support/1.15`, the `distributedTest` and 
> `upgradeTest` precheck tasks must run each test class in a separate docker 
> container. When `dunitDockerImage` is not defined, these tasks instead run 
> tests concurrently outside of docker. This results in swarms of failures, as 
> the concurrently executing tests all attempt to bind to the same ports.
> Examples:
> - https://concourse.apachegeode-ci.info/builds/27926695
> - https://concourse.apachegeode-ci.info/builds/27632643
> - https://concourse.apachegeode-ci.info/builds/28861132



--
This message was sent by Atlassian Jira
(v8.20.1#820001)