diff --git a/.github/workflows/e2e-chaos.yaml b/.github/workflows/e2e-chaos.yaml index 2c3d803a5cd..c69dddf634b 100644 --- a/.github/workflows/e2e-chaos.yaml +++ b/.github/workflows/e2e-chaos.yaml @@ -16,9 +16,6 @@ name: "Run E2E chaos test" on: push: - # TODO: delete it later - branches: - - "refactor/ci/update-action" tags: - "*.*.*" - "v*.*.*" @@ -39,8 +36,7 @@ jobs: name: "E2E chaos test (Agent failure: to test insert/search works even if one of the agents is failing)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout it later - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' steps: - uses: actions/checkout@v3 with: @@ -86,8 +82,7 @@ jobs: name: "E2E chaos test (random Pod failure: to test redundancy)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout it later - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' steps: - uses: actions/checkout@v3 with: @@ -134,8 +129,7 @@ jobs: name: "E2E chaos test (agent network partition: to test retries)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout it later - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' steps: - uses: actions/checkout@v3 with: @@ -181,8 +175,7 @@ jobs: name: "E2E chaos test (network bandwidth: to test it works properly under bandwidth limitation)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout it later - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-chaos' steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/e2e-deploy.yml b/.github/workflows/e2e-deploy.yml index 83cfd567574..e101adcd062 100644 --- a/.github/workflows/e2e-deploy.yml +++ b/.github/workflows/e2e-deploy.yml @@ -16,10 +16,6 @@ name: "Run E2E deploy and integration test" on: push: - # TODO: delete it later - branches: - - "refactor/ci/update-action" - tags: - "*.*.*" - "v*.*.*" @@ -39,8 +35,7 @@ jobs: name: "E2E test (Stream CRUD)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' steps: - uses: actions/checkout@v3 with: @@ -85,8 +80,7 @@ jobs: name: "E2E test (Stream CRUD) for operator" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout later - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' steps: - uses: actions/checkout@v3 with: @@ -144,8 +138,7 @@ jobs: name: "E2E test (Stream CRUD: skip strict exist check)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' steps: - uses: actions/checkout@v3 with: @@ -191,8 +184,7 @@ jobs: name: "E2E test (Multi-APIs CRUD)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' steps: - uses: actions/checkout@v3 with: @@ -234,8 +226,7 @@ jobs: name: "E2E Agent & Sidecar test" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-deploy' steps: - uses: actions/checkout@v3 with: diff --git a/.github/workflows/e2e-max-dim.yml b/.github/workflows/e2e-max-dim.yml index dcb3028e7d4..8d6710c0ed0 100644 --- a/.github/workflows/e2e-max-dim.yml +++ b/.github/workflows/e2e-max-dim.yml @@ -36,8 +36,7 @@ jobs: name: "E2E test (Max Dimension Insert: skip strict exist check)" runs-on: ubuntu-latest timeout-minutes: 60 - # TODO: delete commentout - # if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-max-dim' + if: startsWith( github.ref, 'refs/tags/') || github.event.action == 'labeled' && github.event.label.name == 'actions/e2e-max-dim' steps: - uses: actions/checkout@v3 with: