Skip to content

Commit edf377e

Browse files
ebruaydingoleaydingol
authored andcommitted
Remove workflow changes and local tests
1 parent 6f65cb7 commit edf377e

4 files changed

Lines changed: 0 additions & 305 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -149,81 +149,6 @@ jobs:
149149
image_name: ${{ needs.params.outputs.test_image_name }}
150150
secrets:
151151
codecov_token: ${{ secrets.CODECOV_TOKEN }}
152-
test-citus-lib-n-1:
153-
name: Test Citus Lib N-1
154-
uses: ./.github/workflows/run_tests.yml
155-
needs:
156-
- params
157-
- build
158-
with:
159-
pg_versions: >
160-
[
161-
${{ needs.params.outputs.pg17_version }}
162-
]
163-
make_targets: '["check-split", "check-multi", "check-multi-1", "check-isolation", "check-operations", "check-follower-cluster", "check-add-backup-node", "check-columnar", "check-columnar-isolation", "check-enterprise", "check-enterprise-isolation", "check-enterprise-isolation-logicalrep-1", "check-enterprise-isolation-logicalrep-2", "check-enterprise-isolation-logicalrep-3"]'
164-
image_suffix: ${{ needs.params.outputs.image_suffix }}
165-
image_name: ${{ needs.params.outputs.test_image_name }}
166-
citus_libdir: "/opt/citus-versions/v13.2.0"
167-
citus_libdir_label: "v13.2.0"
168-
n_1_mode: "all"
169-
secrets:
170-
codecov_token: ${{ secrets.CODECOV_TOKEN }}
171-
test-citus-sql-n-1:
172-
name: Test Citus SQL N-1
173-
uses: ./.github/workflows/run_tests.yml
174-
needs:
175-
- params
176-
- build
177-
with:
178-
pg_versions: >
179-
[
180-
${{ needs.params.outputs.pg17_version }}
181-
]
182-
make_targets: '["check-split", "check-multi", "check-multi-1", "check-isolation", "check-operations", "check-follower-cluster", "check-add-backup-node", "check-columnar", "check-columnar-isolation", "check-enterprise", "check-enterprise-isolation", "check-enterprise-isolation-logicalrep-1", "check-enterprise-isolation-logicalrep-2", "check-enterprise-isolation-logicalrep-3"]'
183-
image_suffix: ${{ needs.params.outputs.image_suffix }}
184-
image_name: ${{ needs.params.outputs.test_image_name }}
185-
citus_version: "13.2-1"
186-
n_1_mode: "all"
187-
secrets:
188-
codecov_token: ${{ secrets.CODECOV_TOKEN }}
189-
test-citus-worker-n-1:
190-
name: Test Citus Worker N-1
191-
uses: ./.github/workflows/run_tests.yml
192-
needs:
193-
- params
194-
- build
195-
with:
196-
pg_versions: >
197-
[
198-
${{ needs.params.outputs.pg17_version }}
199-
]
200-
make_targets: '["check-split", "check-multi", "check-multi-1", "check-isolation", "check-operations", "check-follower-cluster", "check-add-backup-node", "check-columnar", "check-columnar-isolation", "check-enterprise", "check-enterprise-isolation", "check-enterprise-isolation-logicalrep-1", "check-enterprise-isolation-logicalrep-2", "check-enterprise-isolation-logicalrep-3"]'
201-
image_suffix: ${{ needs.params.outputs.image_suffix }}
202-
image_name: ${{ needs.params.outputs.test_image_name }}
203-
citus_version: "13.2-1"
204-
citus_libdir: "/opt/citus-versions/v13.2.0"
205-
citus_libdir_label: "v13.2.0"
206-
n_1_mode: "workeronly"
207-
test-citus-coordinator-n-1:
208-
name: Test Citus Coordinator N-1
209-
uses: ./.github/workflows/run_tests.yml
210-
needs:
211-
- params
212-
- build
213-
with:
214-
pg_versions: >
215-
[
216-
${{ needs.params.outputs.pg17_version }}
217-
]
218-
make_targets: '["check-split", "check-multi", "check-multi-1", "check-isolation", "check-operations", "check-follower-cluster", "check-add-backup-node", "check-columnar", "check-columnar-isolation", "check-enterprise", "check-enterprise-isolation", "check-enterprise-isolation-logicalrep-1", "check-enterprise-isolation-logicalrep-2", "check-enterprise-isolation-logicalrep-3"]'
219-
image_suffix: ${{ needs.params.outputs.image_suffix }}
220-
image_name: ${{ needs.params.outputs.test_image_name }}
221-
citus_version: "13.2-1"
222-
citus_libdir: "/opt/citus-versions/v13.2.0"
223-
citus_libdir_label: "v13.2.0"
224-
n_1_mode: "coordinatoronly"
225-
secrets:
226-
codecov_token: ${{ secrets.CODECOV_TOKEN }}
227152
test-citus-failure:
228153
name: Test Citus Failure
229154
uses: ./.github/workflows/run_tests.yml

src/test/regress/sql/versions.sql

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/test/regress/test_versions.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/test/regress/version_test_results.txt

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)