Skip to content

Commit

Permalink
Some VReplication e2e Refactoring (#14735)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps authored Dec 27, 2023
1 parent d62a5c5 commit 1ee8f28
Show file tree
Hide file tree
Showing 30 changed files with 482 additions and 1,377 deletions.
170 changes: 0 additions & 170 deletions .github/workflows/cluster_endtoend_vreplication_multicell.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# DO NOT MODIFY: THIS FILE IS GENERATED USING "make generate_ci_workflows"

name: Cluster (vreplication_partial_movetables_basic)
name: Cluster (vreplication_partial_movetables_and_materialize)
on: [push, pull_request]
concurrency:
group: format('{0}-{1}', ${{ github.ref }}, 'Cluster (vreplication_partial_movetables_basic)')
group: format('{0}-{1}', ${{ github.ref }}, 'Cluster (vreplication_partial_movetables_and_materialize)')
cancel-in-progress: true

permissions: read-all
Expand All @@ -15,7 +15,7 @@ env:

jobs:
build:
name: Run endtoend tests on Cluster (vreplication_partial_movetables_basic)
name: Run endtoend tests on Cluster (vreplication_partial_movetables_and_materialize)
runs-on: gh-hosted-runners-4cores-1

steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- 'tools/**'
- 'config/**'
- 'bootstrap.sh'
- '.github/workflows/cluster_endtoend_vreplication_partial_movetables_basic.yml'
- '.github/workflows/cluster_endtoend_vreplication_partial_movetables_and_materialize.yml'
- name: Set up Go
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
EOF
# run the tests however you normally do, then produce a JUnit XML file
eatmydata -- go run test.go -docker=false -follow -shard vreplication_partial_movetables_basic | tee -a output.txt | go-junit-report -set-exit-code > report.xml
eatmydata -- go run test.go -docker=false -follow -shard vreplication_partial_movetables_and_materialize | tee -a output.txt | go-junit-report -set-exit-code > report.xml
- name: Print test output and Record test result in launchable if PR is not a draft
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true' && always()
Expand Down

This file was deleted.

Loading

0 comments on commit 1ee8f28

Please sign in to comment.