Skip to content

Commit

Permalink
releng: Execute dmg packaging in pre-integration-test phase
Browse files Browse the repository at this point in the history
This should make sure that it's executed after archive-products is
executed when profile sign-update-site is set.

Change-Id: I3d508526a4cc60c9a88c6946e9e81115a5c28c30
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/204353
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
  • Loading branch information
bhufmann committed Sep 14, 2023
1 parent f76a913 commit 48c89ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rcp/org.eclipse.tracecompass.rcp.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,21 +240,21 @@
<executions>
<execution>
<id>dmg-package-rcp-aarch64</id>
<phase>package</phase>
<phase>pre-integration-test</phase>
<goals>
<goal>package-dmg</goal>
</goals>
<configuration>
<source>${project.build.directory}/products/${archiveFileName}-macosx.cocoa.aarch64.tar.gz</source>
<serviceUrl>https://cbi.eclipse.org/macos/packager/dmg/create</serviceUrl>
<continueOnFail>false</continueOnFail>
<continueOnFail>true</continueOnFail>
<timeoutMillis>600000</timeoutMillis>
<sign>true</sign>
</configuration>
</execution>
<execution>
<id>dmg-package-rcp-x86-64</id>
<phase>package</phase>
<phase>pre-integration-test</phase>
<goals>
<goal>package-dmg</goal>
</goals>
Expand Down

0 comments on commit 48c89ae

Please sign in to comment.