Skip to content

Commit

Permalink
upgrade to seedfarmer 5.0.0 (from 4.0.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Sep 9, 2024
1 parent ab9d5c0 commit 3aa138c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions sdlf-dataset/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-foundations/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-pipeline/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-ecsfargate/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-emrserverless/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-glue/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-lambda/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down
4 changes: 2 additions & 2 deletions sdlf-team/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
- |-
CFN_ENDPOINT="https://cloudformation.$AWS_REGION.amazonaws.com"
ARTIFACTS_BUCKET=$(aws cloudformation --endpoint-url "$CFN_ENDPOINT" describe-stacks --query "Stacks[?StackName=='aws-codeseeder-$SEEDFARMER_PROJECT_NAME'][].Outputs[?OutputKey=='Bucket'].OutputValue" --output text)
Expand Down Expand Up @@ -117,7 +117,7 @@ destroy:
python3 -m venv ~/.venv
. ~/.venv/bin/activate
pip3 install --upgrade pip setuptools
pip3 install aws-codeseeder~=1.0.0 seed-farmer==4.0.4
pip3 install aws-codeseeder~=1.1.0 seed-farmer==5.0.0
pip3 install poetry
poetry config virtualenvs.create false --local
build:
Expand Down

0 comments on commit 3aa138c

Please sign in to comment.