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

Tenant QE account #840

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

athiruma
Copy link
Collaborator

@athiruma athiruma commented Sep 18, 2024

Type of change

Note: Fill x in []

  • bug
  • enhancement
  • documentation
  • dependencies

Description

Add tenant:

  • Eyal qe account

Used the cloud-governance es_host and es_port.

For security reasons, all pull requests need to be approved first before running any automated CI

@athiruma athiruma requested a review from ebattat September 19, 2024 10:35
@athiruma athiruma self-assigned this Sep 19, 2024
@athiruma athiruma added the documentation Improvements or additions to documentation label Sep 19, 2024
@athiruma athiruma changed the title [WIP]Tenant QE account Tenant QE account Sep 19, 2024
@athiruma athiruma force-pushed the add_eyal_accounts branch 4 times, most recently from 80c8c71 to 3bf8385 Compare September 19, 2024 11:26
@athiruma
Copy link
Collaborator Author

/review @ebattat

Copy link
Collaborator

@ebattat ebattat left a comment

Choose a reason for hiding this comment

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

Lets review it together !!!

Copy link
Collaborator

@ebattat ebattat left a comment

Choose a reason for hiding this comment

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

Fix quay image in all the places:
quay.io/ebattat/cloud-governance => quay.io/cloud-governance/cloud-governance

stage('Initial Cleanup') {
steps {
sh '''if [[ "$(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null)" != "" ]]; then podman rmi -f $(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null); fi'''
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we still using quay.io/ebattat/cloud-governance ?

}
stage('Initial Cleanup') {
steps {
sh '''if [[ "$(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null)" != "" ]]; then podman rmi -f $(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null); fi'''
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we still using quay.io/ebattat/cloud-governance ?

stage('Finalize Cleanup') {
steps {
sh '''if [[ "$(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null)" != "" ]]; then podman rmi -f $(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null); fi'''
deleteDir()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we still using quay.io/ebattat/cloud-governance ?

stage('Finalize Cleanup') {
steps {
sh '''if [[ "$(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null)" != "" ]]; then podman rmi -f $(podman images -q quay.io/ebattat/cloud-governance 2> /dev/null); fi'''
deleteDir()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are we still using quay.io/ebattat/cloud-governance ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I opened this PR, before we merging the change

Copy link
Collaborator

@ebattat ebattat left a comment

Choose a reason for hiding this comment

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

Fix as following:
quay.io/ebattat/cloud-governance =>
quay.io/cloud-governance/cloud-governance

QUAY_CLOUD_GOVERNANCE_REPOSITORY=quay.io/cloud-governance/cloud-governance

@athiruma
Copy link
Collaborator Author

Fix as following: quay.io/ebattat/cloud-governance => quay.io/cloud-governance/cloud-governance

QUAY_CLOUD_GOVERNANCE_REPOSITORY=quay.io/cloud-governance/cloud-governance

Yup done.

Copy link
Collaborator

@ebattat ebattat left a comment

Choose a reason for hiding this comment

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

/LGTM

@ebattat ebattat merged commit 47261fc into redhat-performance:main Sep 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

2 participants