Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 23, 2025
2 parents 8e1c467 + f5f7cc8 commit 5bf98bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ci/gitlab-ci/lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,8 @@
export DEPLOYMENT_NAME=$(test_cloud_generate_deployment_name)
export DEPLOYMENT_IMAGE_TAG=${TEST_CLOUD_DEPLOY_DEPLOYMENT_IMAGE_TAG_OVERWRITE:-$(release_get_package_version)}
echo $DEPLOYMENT_NAME $DEPLOYMENT_IMAGE_TAG
# todo: but later (is not mvp)
# if [ "$RELEASE_TYPE" == "nightly" ]; then
# helmfile -f path/to/helmfile.yaml destroy
Expand Down Expand Up @@ -2041,6 +2043,8 @@
export DEPLOYMENT_NAME=$(test_cloud_generate_deployment_name)
export DEPLOYMENT_IMAGE_TAG=${TEST_CLOUD_DEPLOY_DEPLOYMENT_IMAGE_TAG_OVERWRITE:-$(release_get_package_version)}
echo $DEPLOYMENT_NAME $DEPLOYMENT_IMAGE_TAG
# todo: but later (is not mvp)
# if [ "$RELEASE_TYPE" == "nightly" ]; then
# helmfile -f path/to/helmfile.yaml destroy
Expand Down Expand Up @@ -3122,6 +3126,8 @@
export DEPLOYMENT_NAME=$(test_cloud_generate_deployment_name)
export DEPLOYMENT_IMAGE_TAG=${TEST_CLOUD_DEPLOY_DEPLOYMENT_IMAGE_TAG_OVERWRITE:-$(release_get_package_version)}
echo $DEPLOYMENT_NAME $DEPLOYMENT_IMAGE_TAG
# todo: but later (is not mvp)
# if [ "$RELEASE_TYPE" == "nightly" ]; then
# helmfile -f path/to/helmfile.yaml destroy
Expand Down
2 changes: 2 additions & 0 deletions ci/gitlab-ci/lib/scripts/test_cloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ test_cloud_deploy() {
export DEPLOYMENT_NAME=$(test_cloud_generate_deployment_name)
export DEPLOYMENT_IMAGE_TAG=${TEST_CLOUD_DEPLOY_DEPLOYMENT_IMAGE_TAG_OVERWRITE:-$(release_get_package_version)}

echo $DEPLOYMENT_NAME $DEPLOYMENT_IMAGE_TAG

# todo: but later (is not mvp)
# if [ "$RELEASE_TYPE" == "nightly" ]; then
# helmfile -f path/to/helmfile.yaml destroy
Expand Down
2 changes: 1 addition & 1 deletion ci/test-cloud/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ releases:
kubeContext: tine20/gitlab-agent:k8s-se01
namespace: test-tine #tine-test-cloud
chart: tine-charts/tine
version: 0.1.0
version: 0.1.1
secrets:
- values/infra.secrets.yaml
- values/mail.secrets.yaml
Expand Down

0 comments on commit 5bf98bf

Please sign in to comment.