Skip to content

Commit 2ea7fbe

Browse files
authored
Merge pull request #6699 from gchq/6697-mark-artefacts-as-in-progress
6697: Mark artefacts as in progress
2 parents c5e695d + 6e1f064 commit 2ea7fbe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

java/deployment/cdk/src/main/java/sleeper/cdk/artefacts/containers/SleeperContainerImagesFromStack.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
import java.util.List;
3030
import java.util.Map;
3131

32+
/**
33+
* NOTE: The full code for this is still in progress so this shouldn't be used yet as it has not been tested.
34+
* TODO: Get the CDK to automatically notice when the source image has changed or been republished,
35+
* so that that would trigger a redeployment with the new artefacts.
36+
*/
3237
public class SleeperContainerImagesFromStack implements SleeperContainerImages {
3338

3439
private final InstanceProperties instanceProperties;

java/system-test/system-test-cdk/src/main/java/sleeper/systemtest/cdk/SleeperInstanceFromPublicArtefactsApp.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
/**
4242
* An example app for testing deployment of Sleeper with artefacts from an external repository.
43+
* NOTE: The full code for this is still in progress so this class shouldn't be used yet as it has not been tested.
4344
*/
4445
public class SleeperInstanceFromPublicArtefactsApp extends Stack {
4546

0 commit comments

Comments
 (0)