Skip to content

Commit ebcd77c

Browse files
Shivaji KharseShivaji Kharse
authored andcommitted
resolved review comments
1 parent 9b44898 commit ebcd77c

8 files changed

Lines changed: 472 additions & 389 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/cache/restore@v4
3434
with:
3535
path: dgraphtest/datafiles
36-
key: dataset-dgraphtest-${{ hashFiles('testutil/benchmark-data-version') }}
36+
key: dataset-dgraphtest-${{ hashFiles('benchdata/benchmark-data-version') }}
3737

3838
- name: Ensure datafiles directory
3939
run: mkdir -p dgraphtest/datafiles
@@ -70,4 +70,4 @@ jobs:
7070
uses: actions/cache/save@v4
7171
with:
7272
path: dgraphtest/datafiles
73-
key: dataset-dgraphtest-${{ hashFiles('testutil/benchmark-data-version') }}
73+
key: dataset-dgraphtest-${{ hashFiles('benchdata/benchmark-data-version') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/cache/restore@v4
3333
with:
3434
path: ${{ github.workspace }}/test-data
35-
key: dataset-ldbc-${{ hashFiles('testutil/benchmark-data-version') }}
35+
key: dataset-ldbc-${{ hashFiles('benchdata/benchmark-data-version') }}
3636

3737
- name: Set up Go
3838
uses: actions/setup-go@v6
@@ -76,4 +76,4 @@ jobs:
7676
uses: actions/cache/save@v4
7777
with:
7878
path: ${{ github.workspace }}/test-data
79-
key: dataset-ldbc-${{ hashFiles('testutil/benchmark-data-version') }}
79+
key: dataset-ldbc-${{ hashFiles('benchdata/benchmark-data-version') }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/cache/restore@v4
3232
with:
3333
path: ${{ github.workspace }}/test-data
34-
key: dataset-load-${{ hashFiles('testutil/benchmark-data-version') }}
34+
key: dataset-load-${{ hashFiles('benchdata/benchmark-data-version') }}
3535

3636
- name: Set up Go
3737
uses: actions/setup-go@v6
@@ -77,4 +77,4 @@ jobs:
7777
uses: actions/cache/save@v4
7878
with:
7979
path: ${{ github.workspace }}/test-data
80-
key: dataset-load-${{ hashFiles('testutil/benchmark-data-version') }}
80+
key: dataset-load-${{ hashFiles('benchdata/benchmark-data-version') }}

0 commit comments

Comments
 (0)