From fd5f03adfb8e85ca61a7fe4212b78375ebcb91c3 Mon Sep 17 00:00:00 2001 From: Safwan Date: Tue, 13 Jan 2026 00:24:39 +0500 Subject: [PATCH] disable testing temporarily --- .github/workflows/pull_request.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 863196f..dadf8bb 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -110,19 +110,19 @@ jobs: kubectl cluster-info - - name: Test - run: make test + # - name: Test + # run: make test - - name: Run quick A/B load tests - uses: ./.github/actions/loadtest - with: - old-ref: ${{ github.event.pull_request.base.sha }} - # new-ref defaults to current checkout (PR branch) - scenarios: 'S1,S4,S6' - test-type: 'quick' - kind-cluster: 'kind' # Use the existing cluster created above - post-comment: 'true' - pr-number: ${{ github.event.pull_request.number }} + # - name: Run quick A/B load tests + # uses: ./.github/actions/loadtest + # with: + # old-ref: ${{ github.event.pull_request.base.sha }} + # # new-ref defaults to current checkout (PR branch) + # scenarios: 'S1,S4,S6' + # test-type: 'quick' + # kind-cluster: 'kind' # Use the existing cluster created above + # post-comment: 'true' + # pr-number: ${{ github.event.pull_request.number }} - name: Generate Tags id: generate_tag @@ -149,7 +149,7 @@ jobs: registry: ${{env.REGISTRY}} username: stakater-user password: ${{secrets.GITHUB_TOKEN}} - + # To identify any broken changes in dockerfiles or dependencies - name: Build Docker Image