test lfs file
parent
f7ac83e176
commit
ea084f7c12
|
|
@ -1008,8 +1008,7 @@ class AWSBuildEnvironment {
|
||||||
StackName: taskDefStackName,
|
StackName: taskDefStackName,
|
||||||
}).promise()).StackResources;
|
}).promise()).StackResources;
|
||||||
const baseResources = (yield CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources;
|
const baseResources = (yield CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources;
|
||||||
// in the future we should offer a parameter to choose if you want the guarnteed shutdown.
|
// TODO: offer a parameter to decide if you want the guarenteed shutdown or fastest startup time possible
|
||||||
core.info('Worker cluster created successfully (skipping wait for cleanup cluster to be ready)');
|
|
||||||
return {
|
return {
|
||||||
taskDefStackName,
|
taskDefStackName,
|
||||||
taskDefCloudFormation,
|
taskDefCloudFormation,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1,12 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Combining LFS hash files into one hash, this can be used to cache LFS files"
|
echo "Combining LFS hash files into one hash, this can be used to cache LFS files"
|
||||||
git lfs ls-files -l
|
|
||||||
git lfs ls-files -l | cut -d' ' -f1
|
|
||||||
git lfs ls-files -l | cut -d' ' -f1 | sort
|
|
||||||
git lfs ls-files -l | cut -d' ' -f1 | sort > $1/.lfs-assets-id
|
git lfs ls-files -l | cut -d' ' -f1 | sort > $1/.lfs-assets-id
|
||||||
echo ' '
|
echo ' '
|
||||||
ls $1
|
|
||||||
echo 'combined file:'
|
echo 'combined file:'
|
||||||
cat $1/.lfs-assets-id
|
cat $1/.lfs-assets-id
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
|
||||||
|
|
@ -215,8 +215,7 @@ class AWSBuildEnvironment implements RemoteBuilderProviderInterface {
|
||||||
|
|
||||||
const baseResources = (await CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources;
|
const baseResources = (await CF.describeStackResources({ StackName: this.stackName }).promise()).StackResources;
|
||||||
|
|
||||||
// in the future we should offer a parameter to choose if you want the guarnteed shutdown.
|
// TODO: offer a parameter to decide if you want the guarenteed shutdown or fastest startup time possible
|
||||||
core.info('Worker cluster created successfully (skipping wait for cleanup cluster to be ready)');
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
taskDefStackName,
|
taskDefStackName,
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a97c21c3b89f39590fe0dfa0cc22c51ccf8a76719736a898223a78ae8cd54871
|
||||||
|
size 16549
|
||||||
Loading…
Reference in New Issue