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

fix: corrected cache dir flag not working and added dual cluster e2e test #1398

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jeromy-cannon
Copy link
Contributor

Description

This pull request changes the following:

  • TBD

Related Issues

  • Closes #

@jeromy-cannon jeromy-cannon self-assigned this Feb 14, 2025
Copy link
Contributor

github-actions bot commented Feb 14, 2025

Unit Test Results - Linux

0 files   -   1  0 suites   - 62   0s ⏱️ -4s
0 tests  - 241  0 ✅  - 241  0 💤 ±0  0 ❌ ±0 
0 runs   - 250  0 ✅  - 250  0 💤 ±0  0 ❌ ±0 

Results for commit c4dc393. ± Comparison against base commit e18eeee.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 14, 2025

Unit Test Results - Windows

0 files   -   1  0 suites   - 62   0s ⏱️ -4s
0 tests  - 241  0 ✅  - 241  0 💤 ±0  0 ❌ ±0 
0 runs   - 250  0 ✅  - 250  0 💤 ±0  0 ❌ ±0 

Results for commit c4dc393. ± Comparison against base commit e18eeee.

♻️ This comment has been updated with latest results.

@jeromy-cannon jeromy-cannon changed the title Dual cluster relay fix: corrected cache dir flag not working and added dual cluster e2e test Feb 14, 2025
commit 6384dc9
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 19:20:16 2025 +0000

    fix: update crypto import to remove node: prefix

    Signed-off-by: Jeromy Cannon <[email protected]>

commit c4af736
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 19:13:33 2025 +0000

    docs: add TODO regarding kube config context issues

    Signed-off-by: Jeromy Cannon <[email protected]>

commit e4d12fd
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 18:44:50 2025 +0000

    refactor: update crypto import

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 90b6aec
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 18:44:14 2025 +0000

    added todo and network deploy verification

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 4ac611b
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 17:21:49 2025 +0000

    clean out the cache dir before running test

    Signed-off-by: Jeromy Cannon <[email protected]>

commit ac99403
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 17:18:14 2025 +0000

    added node start

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 61155e0
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 16:48:24 2025 +0000

    added network deploy

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 9aeebef
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 16:25:21 2025 +0000

    added node keys to test

    Signed-off-by: Jeromy Cannon <[email protected]>

commit be8fc62
Author: Jeromy Cannon <[email protected]>
Date:   Sat Feb 15 15:16:38 2025 +0000

    feat: add dual cluster full end-to-end test and update related configurations

    Signed-off-by: Jeromy Cannon <[email protected]>

commit fe1cd5c
Merge: 46c75a9 370f57b
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 23:30:58 2025 +0000

    Merge branch 'main' into dual-cluster-relay

commit 46c75a9
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 23:30:41 2025 +0000

    make setupHomeDirectory more resilient

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 5ab03fa
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 23:21:13 2025 +0000

    fixed issue where even though the cache dir flag is set, it was still using environment variables instead.

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 370f57b
Author: JeffreyDallas <[email protected]>
Date:   Fri Feb 14 16:07:31 2025 -0600

    fix: test script of google storage (#1397)

    Signed-off-by: Jeffrey Tang <[email protected]>

commit cc672c2
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 22:07:08 2025 +0000

    fix: fixed issue with taskfile forcing an incorrect cluster and context and added a dual cluster readme (#1396)

    Signed-off-by: Jeromy Cannon <[email protected]>

commit f5798d1
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 22:06:43 2025 +0000

    revert remote config changes

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 978fa08
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 22:06:28 2025 +0000

    revert remote config changes

    Signed-off-by: Jeromy Cannon <[email protected]>

commit fad945f
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 21:47:44 2025 +0000

    fix: update dual cluster relay test to use context references instead of cluster references

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 3c26981
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 21:42:41 2025 +0000

    feat: enhance dual cluster relay tests with improved configuration and setup

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 6d09820
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 21:41:14 2025 +0000

    added more local config cluster context mappings

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 5706ed5
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 21:28:08 2025 +0000

    removed unused imports

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 50f0491
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 21:27:44 2025 +0000

    added delete verification to delete namespace

    Signed-off-by: Jeromy Cannon <[email protected]>

commit 74edacd
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 19:38:07 2025 +0000

    feat: refactor components data handling to support node aliases by cluster

    Signed-off-by: Jeromy Cannon <[email protected]>

commit acf2032
Author: Jeromy Cannon <[email protected]>
Date:   Fri Feb 14 17:47:41 2025 +0000

    feat: add relay dual cluster test with changes to support

    Signed-off-by: Jeromy Cannon <[email protected]>

Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
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.

1 participant