From eab03d45ddee90022b7eb80679c295c9e14067f5 Mon Sep 17 00:00:00 2001 From: heidongxianhua <18207133434@163.com> Date: Wed, 11 Oct 2023 22:47:58 -0500 Subject: [PATCH 1/3] Update prometheus-deployment.yaml Signed-off-by: heidongxianhua <18207133434@163.com> --- .../quick-start/base/prometheus/prometheus-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/quick-start/base/prometheus/prometheus-deployment.yaml b/manifests/quick-start/base/prometheus/prometheus-deployment.yaml index c5e866bd652c..98bffb96511e 100644 --- a/manifests/quick-start/base/prometheus/prometheus-deployment.yaml +++ b/manifests/quick-start/base/prometheus/prometheus-deployment.yaml @@ -5,7 +5,7 @@ # localhost:9091/graph # # Note: this assumes the workflow-controller is emitting metrics in the default port (9090). This will need to -# be modified if the default is overriden. +# be modified if the default is overridden. apiVersion: apps/v1 kind: Deployment metadata: From 65bd87bc4e914d2c1bfe6b182fbde21c8ce3a7ce Mon Sep 17 00:00:00 2001 From: heidongxianhua <18207133434@163.com> Date: Wed, 11 Oct 2023 22:56:00 -0500 Subject: [PATCH 2/3] Update gc_controller_test.go Signed-off-by: heidongxianhua <18207133434@163.com> --- workflow/gccontroller/gc_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/gccontroller/gc_controller_test.go b/workflow/gccontroller/gc_controller_test.go index 236e8acdd084..ce72f37c92e7 100644 --- a/workflow/gccontroller/gc_controller_test.go +++ b/workflow/gccontroller/gc_controller_test.go @@ -374,7 +374,7 @@ func TestEnqueueWF(t *testing.T) { assert.Equal(t, 0, controller.workqueue.Len()) } -func TestTTLStrategySucceded(t *testing.T) { +func TestTTLStrategySucceeded(t *testing.T) { var err error var un *unstructured.Unstructured var ten int32 = 10 From 9dceb464ac55fa8741a4df3714fd97e91e0f6356 Mon Sep 17 00:00:00 2001 From: heidongxianhua <18207133434@163.com> Date: Wed, 6 Mar 2024 16:58:45 +0800 Subject: [PATCH 3/3] Update ci-build.yaml Signed-off-by: heidongxianhua <18207133434@163.com> --- .github/workflows/ci-build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index e556b39c4b26..e8c7bd2c6697 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -163,6 +163,9 @@ jobs: run: make ${{matrix.test}} E2E_SUITE_TIMEOUT=20m STATIC_FILES=false # failure debugging below + - name: Debugging with ssh + uses: lhotari/action-upterm@v1 + # if: ${{ failure() }} - name: Failure debug - describe MinIO/MySQL deployment if: ${{ failure() }} run: |