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

Add tools image for CI runs #1226

Merged
merged 8 commits into from
Sep 14, 2023
Merged

Conversation

SimonBaeumer
Copy link
Member

@SimonBaeumer SimonBaeumer commented Aug 29, 2023

Description

Add fleet-manager-tools build to github actions. This image is used in gitlab pipelines to validate gitops YAML files.

Checklist (Definition of Done)

  • Unit and integration tests added
  • Added test description under Test manual
  • Documentation added if necessary (i.e. changes to dev setup, test execution, ...)
  • CI and all relevant tests are passing
  • Add the ticket number to the PR title if available, i.e. ROX-12345: ...
  • Discussed security and business related topics privately. Will move any security and business related topics that arise to private communication channel.
  • Add secret to app-interface Vault or Secrets Manager if necessary
  • RDS changes were e2e tested manually
  • Check AWS limits are reasonable for changes provisioning new resources

Test manual

  • run CI job in gitops gitlab repo

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 29, 2023

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@SimonBaeumer SimonBaeumer temporarily deployed to development August 29, 2023 14:28 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 29, 2023 14:28 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 29, 2023 14:28 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 30, 2023 08:24 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 30, 2023 08:24 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 30, 2023 08:24 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 30, 2023 08:49 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 30, 2023 08:49 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development August 30, 2023 08:49 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 08:30 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 08:30 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 08:30 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 11:56 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 11:56 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 11:56 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 12:56 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 12:56 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 12:56 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer marked this pull request as ready for review September 1, 2023 12:57
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 12:57 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 12:57 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 1, 2023 12:57 — with GitHub Actions Inactive
Makefile Outdated
# build binary and image and tag image for local deployment
image/build/local: GOOS=linux
image/build/local: IMAGE_REF="$(external_image_registry)/$(image_repository):$(image_tag)"
image/build/local: IMAGE_REF="$(external_image_registry)/rhacs-eng/$(image_repository):$(image_tag)"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change? (addition of /rhacs-eng/)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed, also added PR to remove image/build/local: #1258

Copy link
Member

@kurlov kurlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@@ -0,0 +1,76 @@
#!/bin/bash -e
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will we built this image in the CI?

Also, we already have almost identical build_push scripts for FM/FSS and Probe services. It would be nice to refactor it to use a single file in the future

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a separate PR: #1262

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 1, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kurlov, SimonBaeumer

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

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [SimonBaeumer,kurlov]

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

@openshift-ci openshift-ci bot removed the lgtm label Sep 13, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 13, 2023

New changes are detected. LGTM label has been removed.

@SimonBaeumer SimonBaeumer temporarily deployed to development September 13, 2023 14:14 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 13, 2023 14:14 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer temporarily deployed to development September 13, 2023 14:14 — with GitHub Actions Inactive
@SimonBaeumer SimonBaeumer merged commit 91e25de into main Sep 14, 2023
5 checks passed
@SimonBaeumer SimonBaeumer deleted the sb/add-ci-fleet-manager-image branch September 14, 2023 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants