Searched +full:cloud +full:- +full:datastore +full:- +full:emulator (Results 1 – 4 of 4) sorted by relevance
| /external/oss-fuzz/infra/build/functions/ |
| D | test_utils.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 """Utility functions for testing cloud functions.""" 33 IMAGE_PROJECT = 'oss-fuzz' 34 BASE_IMAGES_PROJECT = 'oss-fuzz-base' 35 PROJECT = 'test-project' 55 """Start Datastore emulator.""" 60 'datastore', 62 '--consistency=1.0', 63 '--host-port=localhost:' + str(DATASTORE_EMULATOR_PORT), 64 '--project=' + PROJECT, [all …]
|
| /external/skia/infra/bots/assets/gcloud_linux/ |
| D | create.py | 5 # Use of this source code is governed by a BSD-style license that can be 19 # See https://cloud.google.com/sdk/downloads#versioned for documentation on 22 GCLOUD_BASE_NAME='google-cloud-sdk' 23 GCLOUD_ARCHIVE = '%s-343.0.0-linux-x86_64.tar.gz' % GCLOUD_BASE_NAME 30 subprocess.check_call(['curl', GCLOUD_URL, '-o', GCLOUD_ARCHIVE]) 33 subprocess.check_call(['tar', '-xzf', GCLOUD_ARCHIVE, 34 '--strip-components=1', 35 '-C', target_dir]) 43 'install', 'beta', 'cloud-datastore-emulator', 44 '--quiet'], env=env) [all …]
|
| /external/perfetto/infra/ci/controller/ |
| D | index.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 # This index.yaml is automatically updated whenever the Cloud Datastore 19 # emulator detects that a new type of query is run. If you want to manage the
|
| /external/oss-fuzz/.github/workflows/ |
| D | infra_tests.yml | 5 - 'infra/**' 6 - '.github/workflows/**' 10 runs-on: ubuntu-latest 13 - name: Cancel previous 14 uses: styfle/cancel-workflow-action@0.8.0 18 - uses: actions/checkout@v2 20 fetch-depth: 0 21 - run: | 22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master 24 - name: Setup python environment [all …]
|