opentelekomcloud-docs / object-storage-service

Open Telekom Cloud Object Storage Service docs
Apache License 2.0
0 stars 1 forks source link

Propagate changes to object-storage-service-api-ref from PreProd environment #82

Closed otcbot[bot] closed 4 months ago

otcbot[bot] commented 5 months ago

This is an automatically created Pull Request for changes to object-storage-service-api-ref to promote changes down the pipeline to Production environment.

The original change can be found under https://gitea.eco.tsi-dev.otc-service.com/docs/object-storage-service/pulls/147.

There were patch conflicts, please review original patch file.

otcbot[bot] commented 5 months ago

I tried my best, but could not apply the patch as is, therefore I will report you what I could not apply.

BTW, if in the diff you see removed line equal to the added line it may be caused by invisible trailing spaces. This is safe to ignore.

In most cases content of the patch remainder need to be carefully analyzed and necessary changes applied manually.

Following is the patch remainder:

diff a/zuul.yaml b/zuul.yaml    (rejected hunks)
@@ -1,21 +1,12 @@
 ---
-- job:
-    name: build-otc-obs-s3api
-    parent: otc-tox-docs
-    description: Build s3api document using tox
-    files:
-      - ^doc/s3api/source/.*
-    vars:
-      tox_envlist: s3api
-
 - project:
     merge-mode: squash-merge
     default-branch: main
     templates:
       - helpcenter-base-jobs
-      - api-ref-hc-int-jobs
-      - umn-hc-int-jobs
     check:
-      # Separate documents are rendered in check, while published through regular otc-tox-docs job part of the basic template
       jobs:
-        - build-otc-obs-s3api
+        - noop
+    gate:
+      jobs:
+        - noop
\ No newline at end of file