Skip to content

Commit 3313ed7

Browse files
Revert skipped tests
1 parent 2d9f07e commit 3313ed7

10 files changed

Lines changed: 10 additions & 20 deletions

.github/workflows/ci-dgraph-core-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ permissions:
2525

2626
jobs:
2727
dgraph-core-tests:
28-
if: false # TEMPORARILY DISABLED
29-
# if: github.event.pull_request.draft == false
28+
if: github.event.pull_request.draft == false
3029
runs-on: blacksmith-8vcpu-ubuntu-2404
3130
timeout-minutes: 60
3231
steps:

.github/workflows/ci-dgraph-core-upgrade-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-upgrade-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-8vcpu-ubuntu-2404
2928
timeout-minutes: 60
3029
steps:

.github/workflows/ci-dgraph-fuzz.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ permissions:
2222

2323
jobs:
2424
fuzz-test:
25-
if: false # TEMPORARILY DISABLED
26-
# if: github.event.pull_request.draft == false
25+
if: github.event.pull_request.draft == false
2726
runs-on: blacksmith-4vcpu-ubuntu-2404
2827
timeout-minutes: 10
2928
steps:

.github/workflows/ci-dgraph-integration2-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-integration2-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-8vcpu-ubuntu-2404
2928
timeout-minutes: 90
3029
steps:

.github/workflows/ci-dgraph-ldbc-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-ldbc-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-4vcpu-ubuntu-2404
2928
timeout-minutes: 10
3029
steps:

.github/workflows/ci-dgraph-load-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-load-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-4vcpu-ubuntu-2404
2928
timeout-minutes: 30
3029
steps:

.github/workflows/ci-dgraph-system-upgrade-tests-mt.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-upgrade-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-8vcpu-ubuntu-2404
2928
timeout-minutes: 90
3029
steps:

.github/workflows/ci-dgraph-system-upgrade-tests-mutations-and-queries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-upgrade-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-8vcpu-ubuntu-2404
2928
timeout-minutes: 90
3029
steps:

.github/workflows/ci-dgraph-system-upgrade-tests-plugin.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ permissions:
2323

2424
jobs:
2525
dgraph-upgrade-tests:
26-
if: false # TEMPORARILY DISABLED
27-
# if: github.event.pull_request.draft == false
26+
if: github.event.pull_request.draft == false
2827
runs-on: blacksmith-4vcpu-ubuntu-2404
2928
timeout-minutes: 90
3029
steps:

.github/workflows/ci-dgraph-vector-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ permissions:
2525

2626
jobs:
2727
dgraph-vector-tests:
28-
if: false # TEMPORARILY DISABLED
29-
# if: github.event.pull_request.draft == false
28+
if: github.event.pull_request.draft == false
3029
runs-on: blacksmith-8vcpu-ubuntu-2404
3130
timeout-minutes: 60
3231
steps:

0 commit comments

Comments
 (0)