Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postgres/   (Postgres Database Version 18.4©)  Datei vom 11.4.2026 mit Größe 2 kB image not shown  

Quelle  .cirrus.yml   Sprache: unbekannt

 
Spracherkennung für: .yml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# CI configuration file for CI utilizing cirrus-ci.org
#
# For instructions on how to enable the CI integration in a repository and
# further details, see src/tools/ci/README
#
#
# The actual CI tasks are defined in .cirrus.tasks.yml. To make the compute
# resources for CI configurable on a repository level, the "final" CI
# configuration is the combination of:
#
1) the contents of this file
#
2) computed environment variables
#
#    Used to enable/disable tasks based on the execution environment. See
#    .cirrus.star: compute_environment_vars()
#
3) if defined, the contents of the file referenced by the, repository
#    level, REPO_CI_CONFIG_GIT_URL variable (see
#    https://cirrus-ci.org/guide/programming-tasks/#fs for the accepted
#    format)
#
#    This allows running tasks in a different execution environment than the
#    default, e.g. to have sufficient resources for cfbot.
#
4) .cirrus.tasks.yml
#
# This composition is done by .cirrus.star


env:
  # Source of images / containers
  GCP_PROJECT: pg-ci-images
  IMAGE_PROJECT: $GCP_PROJECT
  CONTAINER_REPO: us-docker.pkg.dev/${GCP_PROJECT}/ci
  DISK_SIZE: 25


# Define how to run various types of tasks.

# VMs provided by cirrus-ci. Each user has a limited number of "free" credits
# for testing.
cirrus_community_vm_template: &cirrus_community_vm_template
  compute_engine_instance:
    image_project: $IMAGE_PROJECT
    image: family/$IMAGE_FAMILY
    platform: $PLATFORM
    cpu: $CPUS
    disk: $DISK_SIZE


default_linux_task_template: &linux_task_template
  env:
    PLATFORM: linux
  <<: *cirrus_community_vm_template


default_freebsd_task_template: &freebsd_task_template
  env:
    PLATFORM: freebsd
  <<: *cirrus_community_vm_template

default_netbsd_task_template: &netbsd_task_template
  env:
    PLATFORM: netbsd
  <<: *cirrus_community_vm_template

default_openbsd_task_template: &openbsd_task_template
  env:
    PLATFORM: openbsd
  <<: *cirrus_community_vm_template


default_windows_task_template: &windows_task_template
  env:
    PLATFORM: windows
  <<: *cirrus_community_vm_template


# macos workers provided by cirrus-ci
default_macos_task_template: &macos_task_template
  env:
    PLATFORM: macos
  macos_instance:
    image: $IMAGE


# Contents of REPO_CI_CONFIG_GIT_URL, if defined, will be inserted here,
# followed by the contents .cirrus.tasks.yml. This allows
# REPO_CI_CONFIG_GIT_URL to override how the task types above will be
# executed, e.g. using a custom compute account or permanent workers.

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-08-03]