Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of E2E tests check of Eclipse Che repo PR

Hello everyone,

FYI: E2E Happy path tests of PR in Eclipse Che repo are failing now on build Eclipse Che step because https://oss.sonatype.org/ artifact storage is not available: it returns "504 Gateway Time-out" error.

Problem recognized by the following error message in java selenium test report:
-------------------------------------------------------------
[ERROR]     Non-resolvable parent POM for org.eclipse.che:che-parent:7.11.0-SNAPSHOT: Could not transfer artifact org.eclipse.che.depmgt:maven-depmgt-pom:pom:7.11.0-SNAPSHOT from/to ossrh (https://oss.sonatype.org/content/repositories/snapshots/): Failed to transfer file: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/che/depmgt/maven-depmgt-pom/7.11.0-SNAPSHOT/maven-depmgt-pom-7.11.0-SNAPSHOT.pom. Return code is: 504 , ReasonPhrase:Gateway Time-out. and 'parent.relativePath' points at wrong local POM @ line 17, column 13 -> [Help 2]
-------------------------------------------------------------

--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
Che QE team

Back to the top