Skip to content

Conversation

@openshift-bot
Copy link
Contributor

/cc @ghost

… openshift-priv --only-org openshift --whitelist-file ./core-services/openshift-priv/_whitelist.yaml
…/core-services/sanitize-prow-jobs/_config.yaml
@openshift-ci-robot
Copy link
Contributor

@openshift-bot: GitHub didn't allow me to request PR reviews from the following users: ghost.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

/cc @ghost

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-bot openshift-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Jul 21, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: openshift-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 57681eb into openshift:master Jul 21, 2020
@openshift-ci-robot
Copy link
Contributor

@openshift-bot: Updated the following 9 configmaps:

  • job-config-4.7 configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-machine-config-operator-release-4.7-presubmits.yaml using file ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-presubmits.yaml
    • key openshift-machine-config-operator-release-4.7-presubmits.yaml using file ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-presubmits.yaml
  • ci-operator-4.6-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-machine-config-operator-release-4.6.yaml using file ci-operator/config/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6.yaml
    • key openshift-machine-config-operator-release-4.6.yaml using file ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6.yaml
  • ci-operator-4.7-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-machine-config-operator-release-4.7.yaml using file ci-operator/config/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7.yaml
    • key openshift-machine-config-operator-release-4.7.yaml using file ci-operator/config/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7.yaml
  • job-config-master configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-machine-config-operator-master-presubmits.yaml using file ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-presubmits.yaml
  • job-config-master configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-priv-machine-config-operator-master-presubmits.yaml using file ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master-presubmits.yaml
  • ci-operator-master-configs configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-machine-config-operator-master.yaml using file ci-operator/config/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-master.yaml
  • job-config-4.6 configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-priv-machine-config-operator-release-4.6-presubmits.yaml using file ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-presubmits.yaml
    • key openshift-machine-config-operator-release-4.6-presubmits.yaml using file ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-presubmits.yaml
  • job-config-4.6 configmap in namespace ci at cluster app.ci using the following files:
    • key openshift-priv-machine-config-operator-release-4.6-presubmits.yaml using file ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.6-presubmits.yaml
    • key openshift-machine-config-operator-release-4.6-presubmits.yaml using file ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.6-presubmits.yaml
  • job-config-4.7 configmap in namespace ci at cluster api.ci using the following files:
    • key openshift-priv-machine-config-operator-release-4.7-presubmits.yaml using file ci-operator/jobs/openshift-priv/machine-config-operator/openshift-priv-machine-config-operator-release-4.7-presubmits.yaml
    • key openshift-machine-config-operator-release-4.7-presubmits.yaml using file ci-operator/jobs/openshift/machine-config-operator/openshift-machine-config-operator-release-4.7-presubmits.yaml
Details

In response to this:

/cc @ghost

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

wking added a commit to wking/openshift-release that referenced this pull request Sep 17, 2020
…kflow name

It's a GCP workflow, and we might grow additional workflows for other
platforms in the future.  Including the platform in the workflow name
makes space for that, and avoids:

  $ hack/step-jobs-by-platform.py
  unable to determine platform-agnostic workflows for:
    openshift-e2e-crc
      gcp (pull-ci-openshift-installer-master-e2e-crc, pull-ci-openshift-installer-release-4.6-e2e-crc, pull-ci-openshift-installer-release-4.7-e2e-crc)
  ...

Leaving ci-operator/config/openshift-priv alone, because those will be
auto-updated at some point after the ci-operator/config/openshift
changes land, as seen in [1].

*.metadata.json updated via:

  $ make update

[1]: openshift#10382
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants