Skip to content

skip s3 region checks by using stored region from addons - #79

Draft
tishin-endou wants to merge 3 commits into
RCOSDP:developfrom
tishin-endou:feature/FileViewUxRefine
Draft

skip s3 region checks by using stored region from addons#79
tishin-endou wants to merge 3 commits into
RCOSDP:developfrom
tishin-endou:feature/FileViewUxRefine

Merge branch 'RCOSDP:develop' into feature/FileViewUxRefine

0508fd8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 9, 2025 in 8m 30s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #79 skip s3 region checks by using stored region from addons.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Version 3.6
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.6"
  ],
  "sudo": false,
  "cache": {
    "directories": [
      "$HOME/wheelhouse"
    ]
  },
  "before_install": [
    "export WHEELHOUSE=$HOME/wheelhouse"
  ],
  "install": [
    "travis_retry pip install --upgrade pip==20.2",
    "travis_retry pip install setuptools==37.0.0",
    "travis_retry pip install wheel==0.26.0",
    "travis_retry pip install invoke==0.13.0",
    "travis_retry invoke wheelhouse --develop",
    "travis_retry invoke install --develop"
  ],
  "env": [
    "jobs={:WATERBUTLER_CONFIG=>\"./travis-config.json\", :BOTO_CONFIG=>\"/dev/null\"}"
  ],
  "script": [
    "invoke test"
  ],
  "before_cache": [
    "rm -f $HOME/wheelhouse/boto-*.whl",
    "rm -f $HOME/wheelhouse/aiohttpretty-*.whl"
  ],
  "notifications": {
    "flowdock": [
      {
        "api_token": "9f8a6baf3feafdb62e515718698d06d0"
      }
    ]
  },
  "after_success": [
    "coveralls"
  ]
}