Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kiln test: Allow for configuration of ops-manifest dollar overrides #496

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jul 2, 2024

  1. kiln test: Allow for configuration of ops-manifest dollar overrides

    file.
    
    ops-manifest has an [option](https://github.com/pivotal-cf/ops-manager/blob/releases/3.0/gems/ops-manifest/exe/ops-manifest) to override the dollar overrides file.
    This file is used when tile configuration references $ properties (e.g
    $runtime)
    This commit just adds the possibility to configure kiln test to pass
    that value to ops-manager in the same way it passes tile-config and
    tile-manifest overrides.
    pivotal-marcela-campo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9d8fa53 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    3484e12 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    0a839a7 View commit details
    Browse the repository at this point in the history
  2. chore: change test image docker syntax directive

    This was causing an error of the likes of
    ```ailed to read downloaded context: failed to load cache key: Get
    "http://build-context-41y85iqxswexjixqpvc8i3hr5": context not found```
    This change will get rid of the error until the main kiln repo is fixed.
    pivotal-marcela-campo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7f12eba View commit details
    Browse the repository at this point in the history