Skip to content

Commit

Permalink
deleted unnecessary commentout
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 3, 2023
1 parent d6a5e07 commit 266d728
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 27 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/e2e-chaos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
name: "Run E2E chaos test"
on:
push:
# TODO: delete it later
branches:
- "refactor/ci/update-action"
tags:
- "*.*.*"
- "v*.*.*"
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
19 changes: 5 additions & 14 deletions .github/workflows/e2e-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
name: "Run E2E deploy and integration test"
on:
push:
# TODO: delete it later
branches:
- "refactor/ci/update-action"

tags:
- "*.*.*"
- "v*.*.*"
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/e2e-max-dim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 266d728

Please sign in to comment.