github.com/abayer/test-infra@v0.0.5/prow/cmd/tot/fallbackcheck/README.md (about)

     1  # fallbackcheck
     2  
     3  Ensure your GCS bucket layout is what `tot` expects to use. Useful when you want to transition
     4  from versioning your GCS buckets away from Jenkins build numbers to build numbers vended
     5  by prow. 
     6  
     7  `fallbackcheck` checks the existence of latest-build.txt files as per the [documented GCS layout][1].
     8  It ignores jobs that have no GCS buckets.
     9  
    10  ## Install
    11  
    12  ```shell
    13  go get k8s.io/test-infra/prow/cmd/tot/fallbackcheck
    14  ```
    15  
    16  ## Run
    17  
    18  ```shell
    19  fallbackcheck -bucket GCS_BUCKET -prow-url LIVE_DECK_DEPLOYMENT
    20  ```
    21  
    22  For example:
    23  ```shell
    24  fallbackcheck -bucket https://gcsweb-ci.svc.ci.openshift.org/gcs/origin-ci-test/ -prow-url https://deck-ci.svc.ci.openshift.org/
    25  ```
    26  
    27  [1]: https://github.com/kubernetes/test-infra/tree/master/gubernator#gcs-bucket-layout