Skip to content

Commit

Permalink
Merge branch '2023.11' into 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
byteplow committed Feb 5, 2025
2 parents 875da75 + 227c303 commit a7b3a30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions ci/ci-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ variables:
PHP_UNIT_ALL_TESTS_AD_SOURCE_TYPE: "parallel" #parallel, sequential

# Deploy
#
# DEPLOY_BUILD_IMAGE_TO_GITLAB:
#DEPLOY_BUILD_IMAGE_TO_GITLAB_SCHEDULE: "false"

# DEPLOY_DEV_IMAGE_TO_GITLAB:
#DEPLOY_DEV_IMAGE_TO_GITLAB_SCHEDULE: "false"

# DEPLOY_IMAGES_TO_DOCKERHUB:

# DEPLOY_CUSTOMER_IMAGE_TO_REGISTRY:
#DEPLOY_CUSTOMER_IMAGE_TO_REGISTRY: "true" # default is false
Expand Down
1 change: 1 addition & 0 deletions ci/gitlab-ci/deploy_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ deploy-built-image-to-dockerhub:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_LABELS =~ /deploy-built-image-to-dockerhub/
when: manual
- if: $PIPELINE_TYPE =~ /release-lts(,|$)/
- if: $PIPELINE_TYPE =~ /release-be(,|$)/
variables:
LATEST: "true"
Expand Down
2 changes: 1 addition & 1 deletion docs/operators/Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ git tag | `weekly-<date>.<counter>[*]` | `main-<date>.<counter>[*]` | `<tine ver
tag eg | weekly-2024.6.30.1 | main-2024.2.15.2 | 2024.11-2024.8.7.1 | 2023.11.4 | 2022.11.4 | metaways-2024.11-2024.01.29.3pl16 | nightly-pu-fix-packaging-2024.03.28-g19ebe82e |
triggerd | by schedule - weekly | by tag (conventionally every 3. Thursday of a month) | by tag (conventionally every 3. Thursday of a month) | by tag (conventionally every 3. Thursday of a month) | by tag (conventionally every 3. Thursday of a month) | by tag / by schedule (depends on the customer) | schedule / merge request |
github release | as pre release | no | as pre release | as latest | no | no | no |
dockerhub tag | weekly, git tag | no | tine version without .11, git tag | latest, tine version without .11, git tag | no | no | no |
dockerhub tag | weekly, git tag | no | tine version without .11, git tag | latest, tine version without .11, git tag | tine version without .11, git tag | no | no |
vpackages | no | no | no | tine20.com/maintance, set current link | tine20.com/maintance | customer repo, set current link, optional | for debug purposes |
gitlab packages | weekly | monthly | no | tine20.com | no | customer name / configurable | no |
| customer registry tag | no | no | no | no | no | git tag, <customer>-<tine version withouth .11>, latest | no |
Expand Down

0 comments on commit a7b3a30

Please sign in to comment.