Skip to content

Conversation

@agaudreault
Copy link
Member

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • The title of the PR conforms to the Toolchain Guide
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).
  • My new feature complies with the feature status guidelines.
  • I have added a brief description of why this PR is necessary and/or what this PR solves.
  • Optional. My organization is added to USERS.md.
  • Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity).

Signed-off-by: Alexandre Gaudreault <[email protected]>
@bunnyshell
Copy link

bunnyshell bot commented Jun 6, 2025

❌ Preview Environment undeployed from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

@agaudreault agaudreault changed the title WIP: test gitops PR chore: WIP: test gitops PR Jun 6, 2025
Signed-off-by: Alexandre Gaudreault <[email protected]>
@codecov
Copy link

codecov bot commented Jun 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.06%. Comparing base (28e871e) to head (0bed9ec).
⚠️ Report is 436 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #23304      +/-   ##
==========================================
- Coverage   60.11%   60.06%   -0.06%     
==========================================
  Files         342      342              
  Lines       58820    58792      -28     
==========================================
- Hits        35359    35312      -47     
- Misses      20617    20627      +10     
- Partials     2844     2853       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Alexandre Gaudreault <[email protected]>
go.mod Outdated

go 1.24.4

replace github.com/argoproj/gitops-engine => github.com/agaudreault/gitops-engine v0.7.1-0.20250606141133-32f56cd438c3
Copy link
Member Author

Choose a reason for hiding this comment

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

TODO: revert when merge

// Then, --dest-namespace is created with server side apply
// application is synced and healthy with resource
// application resources created with server side apply in the newly created namespace.
func TestNamespaceCreationWithSSA(t *testing.T) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Test was moved and not changed

Copy link
Member Author

Choose a reason for hiding this comment

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

Edit: test was updated because for some reason the e2e fails with error creating application: namespaces \"argocd-e2e-external\" not found which was not required for this test anyway.

Signed-off-by: Alexandre Gaudreault <[email protected]>
@agaudreault agaudreault added this to the v3.1 milestone Jun 6, 2025
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: Alexandre Gaudreault <[email protected]>
@agaudreault agaudreault changed the title chore: WIP: test gitops PR chore(test): add e2e tests for gitops-engine Jun 16, 2025
@agaudreault agaudreault marked this pull request as ready for review June 16, 2025 21:32
@agaudreault agaudreault requested a review from a team as a code owner June 16, 2025 21:32
@agaudreault agaudreault enabled auto-merge (squash) June 16, 2025 21:33
@agaudreault agaudreault merged commit e25123b into argoproj:master Jun 17, 2025
29 checks passed
enneitex pushed a commit to enneitex/argo-cd that referenced this pull request Aug 24, 2025
Signed-off-by: Alexandre Gaudreault <[email protected]>
Signed-off-by: enneitex <[email protected]>
Mangaal pushed a commit to Mangaal/argo-cd that referenced this pull request Sep 10, 2025
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.

2 participants