revert temporary changes

This commit is contained in:
Willy Kloucek
2022-02-10 08:51:38 +01:00
parent 7ae7d56e43
commit 2e114c8efb
2 changed files with 9 additions and 11 deletions

View File

@@ -1667,14 +1667,13 @@ def skipIfUnchanged(ctx, type):
def example_deploys(ctx):
latest_configs = [
# TODO: reenable
#"ocis_ldap/latest.yml",
#"ocis_keycloak/latest.yml",
#"ocis_traefik/latest.yml",
#"ocis_wopi/latest.yml",
#"ocis_hello/latest.yml",
#"ocis_s3/latest.yml",
#"oc10_ocis_parallel/latest.yml",
"ocis_ldap/latest.yml",
"ocis_keycloak/latest.yml",
"ocis_traefik/latest.yml",
"ocis_wopi/latest.yml",
"ocis_hello/latest.yml",
"ocis_s3/latest.yml",
"oc10_ocis_parallel/latest.yml",
"ocis_individual_services/latest.yml",
]
released_configs = [
@@ -1748,7 +1747,6 @@ def deploy(ctx, config, rebuild):
"trigger": {
"ref": [
"refs/heads/master",
"refs/heads/invidivial-services-deployment-example", #TODO: remove
"refs/tags/v*",
],
},

View File

@@ -28,7 +28,7 @@
docker_compose_projects:
- name: ocis
git_url: https://github.com/owncloud/ocis.git
ref: invidivial-services-deployment-example
ref: master
docker_compose_path: deployments/examples/ocis_individual_services
env:
INSECURE: "false"
@@ -39,7 +39,7 @@
COMPOSE_FILE: docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
- name: monitoring
git_url: https://github.com/owncloud-devops/monitoring-tracing-client.git
ref: support-scaleout-deployment # TODO: master
ref: master
env:
NETWORK_NAME: ocis-net
TELEMETRY_SERVE_DOMAIN: telemetry.ocis-individual-services.latest.owncloud.works