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

Re-enable capv-on-capa and capv-on-capz tests #557

Merged
merged 6 commits into from
Dec 17, 2024
Merged

Conversation

glitchcrab
Copy link
Member

towards https://github.com/giantswarm/giantswarm/issues/32054

Checklist

  • Update changelog in CHANGELOG.md.

Trigger e2e tests

/run cluster-test-suites

@glitchcrab glitchcrab requested review from a team as code owners November 25, 2024 15:35
@glitchcrab glitchcrab self-assigned this Nov 25, 2024
@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 25, 2024

Oh No! 😱 At least one test suite has failed during the AfterSuite cleanup stage and might have left around some resources on the MC!

Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources:

PIPELINE_RUN="pr-cluster-test-suites-557-cluster-test-suites4zbt8"

NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 25, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suites4zbt8
Commit SHA 1a5df3d
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

yeah i screwed this - i needed https://github.com/giantswarm/giantswarm-management-clusters/pull/894

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesrcfsw
Commit SHA 1a5df3d
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

Oh No! 😱 At least one test suite has failed during the AfterSuite cleanup stage and might have left around some resources on the MC!

Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources:

PIPELINE_RUN="pr-cluster-test-suites-557-cluster-test-suitess47kh"

NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitess47kh
Commit SHA 1a5df3d
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

Oh No! 😱 At least one test suite has failed during the AfterSuite cleanup stage and might have left around some resources on the MC!

Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources:

PIPELINE_RUN="pr-cluster-test-suites-557-cluster-test-suites8cfn5"

NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suites8cfn5
Commit SHA 1a5df3d
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

Oh No! 😱 At least one test suite has failed during the AfterSuite cleanup stage and might have left around some resources on the MC!

Be sure to check the full results in Tekton Dashboard to see which test suite has failed and then run the following on the associated MC to list all leftover resources:

PIPELINE_RUN="pr-cluster-test-suites-557-cluster-test-suites48cgb"

NAMES="$(kubectl api-resources --verbs list -o name | tr '\n' ,)"
kubectl get "${NAMES:0:${#NAMES}-1}" --show-kind --ignore-not-found -l cicd.giantswarm.io/pipelinerun=${PIPELINE_RUN} -A 2>/dev/null

@tinkerers-ci
Copy link

tinkerers-ci bot commented Nov 26, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suites48cgb
Commit SHA 1a5df3d
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

components:
containerd:
managementClusterRegistryCache:
enabled: false
Copy link
Member Author

Choose a reason for hiding this comment

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

for the moment we need to disable zot caching for WCs created from CAPA because goat is a private cluster and there is no routing from Neoedge back into the VPC (and hence zot's ingress is inaccessible).

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 2, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suites2ttdv
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 2, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitescctxn
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 2, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesg5l4t
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 13, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesdsfmk
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 13, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suites7zchv
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 14, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesqvf5v
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 16, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesclztd
Commit SHA 1801247
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 16, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suiteswhxk8
Commit SHA 7419f99
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

let's try azure

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 16, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesbswkr
Commit SHA 7419f99
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 16, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suites998nl
Commit SHA 7419f99
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

ok routing is fixed for azure:

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 16, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesgq4lx
Commit SHA 7419f99
Result Completed ✅

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 17, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitessnxv6
Commit SHA 7419f99
Result Completed ✅

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capa/

@glitchcrab
Copy link
Member Author

/run cluster-test-suites TARGET_SUITES=./providers/capv/on-capz/

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 17, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitestdcsf
Commit SHA f9c8c8d
Result Completed ✅

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 17, 2024

cluster-test-suites

Run name pr-cluster-test-suites-557-cluster-test-suitesggfqz
Commit SHA f9c8c8d
Result Completed ✅

📋 View full results in Tekton Dashboard

Rerun trigger:
/run cluster-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run cluster-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

@glitchcrab glitchcrab merged commit 295d4eb into main Dec 17, 2024
1 of 3 checks passed
@glitchcrab glitchcrab deleted the re-enable-capv-cloud branch December 17, 2024 18:02
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.

3 participants