Skip to content

Commit

Permalink
Bump agent image versions to 1.5.0
Browse files Browse the repository at this point in the history
Ignore 3 closure tests, VBV-2251 is logged

Change-Id: I5ca21e05dca1c1e5642163e24e0df0e38409c14e
Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/45234
Upgrade-Verified: jenkins <[email protected]>
Bellevue-Verified: jenkins <[email protected]>
Closures-Verified: jenkins <[email protected]>
PG-Verified: jenkins <[email protected]>
CS-Verified: jenkins <[email protected]>
Reviewed-by: Lazarin Lazarov <[email protected]>
  • Loading branch information
lazarin committed Sep 27, 2018
1 parent 4ea1a42 commit e812c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class SystemContainerDescriptions {
"/var/run/docker.sock:/var/run/docker.sock",
"/etc/docker:/etc/docker" };
public static final String AGENT_IMAGE_VERSION_PROPERTY_NAME = "dcp.management.images.agent.version";
private static final String AGENT_IMAGE_VERSION = "1.3.1";
private static final String AGENT_IMAGE_VERSION = "1.5.0";

/** Create a container description to be used for installing host agents containers. */
public static ContainerDescription buildCoreAgentContainerDescription() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1485,6 +1485,7 @@ public void executePythonWithNumpyDependencyTest() throws Throwable {
cleanResource(closureDescription.documentSelfLink, serviceClient);
}

@Ignore("VBV-2251")
@Test
public void executePythonWithBilliardDependencyTest() throws Throwable {
// Create Closure Definition
Expand Down Expand Up @@ -1558,6 +1559,7 @@ public void executePythonWithBilliardDependencyTest() throws Throwable {
cleanResource(closureDescription.documentSelfLink, serviceClient);
}

@Ignore("VBV-2251")
@Test
public void executePythonWithMissingDependencyTest() throws Throwable {
// Create Closure Definition
Expand Down Expand Up @@ -1644,6 +1646,7 @@ public void executePythonWithMissingDependencyTest() throws Throwable {
cleanResource(closureDescription.documentSelfLink, serviceClient);
}

@Ignore("VBV-2251")
@Test
public void executePythonWithDependencyUsingSourceURLasZIPTest() throws Throwable {
// Create Closure Definition
Expand Down

0 comments on commit e812c20

Please sign in to comment.