Skip to content

Commit f76eb13

Browse files
authored
Finalising the removal of Cortex Core (#1921)
1 parent f7d009b commit f76eb13

File tree

85 files changed

+0
-43214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+0
-43214
lines changed

build/cli.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,22 +61,8 @@ function build_python {
6161
popd
6262
}
6363

64-
function upload_charts {
65-
set -euo pipefail
66-
67-
echo -e "\nCompressing charts"
68-
tar -czf charts.tar.gz charts/
69-
70-
echo "Uploading compressed charts to s3://$CLI_BUCKET_NAME/$CORTEX_VERSION/charts/cortex-$CORTEX_VERSION.tar.gz"
71-
aws s3 cp charts.tar.gz s3://$CLI_BUCKET_NAME/$CORTEX_VERSION/charts/cortex-$CORTEX_VERSION.tar.gz --only-show-errors
72-
73-
rm -rf charts.tar.gz
74-
}
75-
7664
build_and_upload darwin
7765

7866
build_and_upload linux
7967

8068
build_python
81-
82-
upload_charts

build/lint.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ output=$(cd "$ROOT" && find . -type f \
7575
! -path "**/.history/*" \
7676
! -path "**/__pycache__/*" \
7777
! -path "./test/*" \
78-
! -path "./charts/*" \
7978
! -path "./dev/config/*" \
8079
! -path "./bin/*" \
8180
! -path "./.circleci/*" \
@@ -147,7 +146,6 @@ output=$(cd "$ROOT" && find . -type f \
147146
! -path "./dev/config/*" \
148147
! -path "./bin/*" \
149148
! -path "./.git/*" \
150-
! -path "./charts/charts/networking/charts/*" \
151149
! -name ".*" \
152150
! -name "*.bin" \
153151
! -name "*.wav" \
@@ -168,7 +166,6 @@ output=$(cd "$ROOT" && find . -type f \
168166
! -path "./dev/config/*" \
169167
! -path "./bin/*" \
170168
! -path "./.git/*" \
171-
! -path "./charts/charts/networking/charts/*" \
172169
! -name ".*" \
173170
! -name "*.bin" \
174171
! -name "*.wav" \
@@ -189,7 +186,6 @@ output=$(cd "$ROOT" && find . -type f \
189186
! -path "./dev/config/*" \
190187
! -path "./bin/*" \
191188
! -path "./.git/*" \
192-
! -path "./charts/charts/networking/charts/*" \
193189
! -name ".*" \
194190
! -name "*.bin" \
195191
! -name "*.wav" \

charts/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/Chart.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/charts/networking/.helmignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

charts/charts/networking/Chart.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

charts/charts/networking/charts/api-ingress/Chart.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

charts/charts/networking/charts/api-ingress/NOTES.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

charts/charts/networking/charts/api-ingress/templates/_affinity.tpl

Lines changed: 0 additions & 93 deletions
This file was deleted.

charts/charts/networking/charts/api-ingress/templates/autoscale.yaml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)