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

[zuul] Add job to build locally and do an index-based deployment #495

Merged
merged 41 commits into from
Nov 24, 2023

Commits on Sep 18, 2023

  1. [stf-run-ci][create_catalog] Swap query for a command task

    Using query looks up the kubeconfig on localhost, rather than the host
    that ansible is executing against. This behaviour is different from
    either using the shell/command modules or using k8s modules.
    For consistent behaviour, the queries are replaced with an alternative
    way to get the same information that will have consistent behahaviour
    whether executing against localhost or a remote host.
    elfiesmelfie committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    4abc396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f264fb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    486f4f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48fc55 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    24ac2d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    391a19a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. [zuul] use 'service-telemetry' as namespace

    The format was incorrect, and cannot include '#' or capital letters.
    elfiesmelfie committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    881ccdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7475a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49bc2e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a21e7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    246f949 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    bbcb60e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c387f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbfac97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acdfa07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f720203 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. [stf-run-ci] create_catalog: Update image for operator registry

    Check whether the default image can be accessed (registry.redhat.io
    requires login) and use the upstream image if the default isn't available.
    elfiesmelfie committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b07e345 View commit details
    Browse the repository at this point in the history
  2. [stf-run-ci] create_catalog: Remove check for imagestream before crea…

    …ting the BC for stf-index
    elfiesmelfie committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    aa39654 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Oct 10, 2023

  1. Update preflight checks

    elfiesmelfie committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0c0a413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce2a7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    613ff9e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 13, 2023

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

Commits on Oct 17, 2023

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

Commits on Oct 19, 2023

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

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    ab16832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a9f39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5ee138 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9af7c2f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Fix bundle check test

    I forgot to run a generate bundle yesterday in some furious patch work.
    leifmadsen committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    501a4a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8761e10 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    dffeb66 View commit details
    Browse the repository at this point in the history
  2. address review comments

    elfiesmelfie committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e052192 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    3b93abf View commit details
    Browse the repository at this point in the history
  2. [stf-collect-logs] Add ignore_errors to task

    The "Question the deployment" task didn't have
    ignore_errors: true set, so when the task fails, the play
    is finished. This means that we don't get to the
    "copy logs" task and can't see the job logs in zuul.
    
    ignore_errors is set to true to be consistent with other tasks
    elfiesmelfie committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8ebf45a View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    e5b251b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4412d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1502b52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d315b5b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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