Skip to content

Add PR preview and profile layering checks #480

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

Merged
merged 5 commits into from
Feb 11, 2022

Conversation

saeedfazal
Copy link
Contributor

  • Added more UI and CLI checks for profiles.
  • Added UI 'PR Preview' checks
  • Added a workaround for randomly failing tests due to app reconciliation failure.
  • Enable UI add application test for gitlab provider.
  • Addressed comment for acceptance test doc from the previous PR.
  • Added troubleshooting notes in acceptance test doc for running tests locally.

closes #474

@saeedfazal saeedfazal self-assigned this Feb 10, 2022
Copy link
Collaborator

@foot foot left a comment

Choose a reason for hiding this comment

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

🙌 LGTM

@@ -45,6 +45,22 @@ func waitForResource(resourceType string, resourceName string, namespace string,
return fmt.Errorf("error: Failed to find the resource %s of type %s, timeout reached", resourceName, resourceType)
}

func waitForResourceState(state string, resourceName string, nameSpace string, selector string, kubeconfig string) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice little helper 👍

@foot
Copy link
Collaborator

foot commented Feb 11, 2022

@saeedfazal might be ready for some more assertions! 🎉 , no stress though I will have a go next week

@foot
Copy link
Collaborator

foot commented Feb 11, 2022

Sorry there are still some bugs here w/ the flux integration fluxcd/flux2#1669

I will have a think.

@saeedfazal saeedfazal merged commit 5e6d24c into main Feb 11, 2022
@saeedfazal saeedfazal deleted the add-profile-layering-checks branch February 11, 2022 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] Add profile layering and PR preview checks
2 participants