Skip to content

Commit 6c0efb4

Browse files
Merge pull request #121 from opencb/TASK-7883
TASK-7883 - Modify OpenCGA - CellBase dependency
2 parents 335899c + f3ef06b commit 6c0efb4

3 files changed

Lines changed: 4 additions & 15 deletions

File tree

.github/workflows/pull-request-approved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
test:
3636
name: "Run all tests before merging"
3737
needs: calculate-xetabase-branch
38-
uses: opencb/java-common-libs/.github/workflows/test-xetabase-workflow.yml@develop
38+
uses: ./.github/workflows/test-xetabase-workflow.yml
3939
with:
4040
branch: ${{ needs.calculate-xetabase-branch.outputs.xetabase_branch }}
4141
task: ${{ github.event.pull_request.head.ref }}

.github/workflows/test-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
check_name: "Surefire tests report"
4040
report_paths: './**/surefire-reports/TEST-*.xml'
4141
commit: '${{ github.sha }}'
42-
fail_on_test_failures: true
42+
fail_on_test_failures: true

.github/workflows/test-xetabase-workflow.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,6 @@ jobs:
7777
with:
7878
mongodb-version: 6.0
7979
mongodb-replica-set: rs-test
80-
- name: K8s Tunnel MongoDB
81-
run: |
82-
wget https://dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl
83-
chmod +x ./kubectl
84-
echo "${{ secrets.AZURE_KUBE_CONFIG }}" > admin.conf
85-
./kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27018:27017 --kubeconfig ./admin.conf &
86-
- name: DockerHub login
87-
uses: docker/login-action@v3
88-
with:
89-
username: ${{ env.DOCKER_HUB_USER }}
90-
password: ${{ env.DOCKER_HUB_PASSWORD }}
9180
- name: Install sshpass
9281
run: sudo apt-get install sshpass
9382
- name: Add SSH Host to known_hosts
@@ -97,11 +86,11 @@ jobs:
9786
env:
9887
SSH_HOST: ${{ env.SSH_HOST }}
9988
SSH_PORT: ${{ env.SSH_PORT }}
100-
- name: Run all OpenCB Junit tests, ie. java-common-libs, biodata, cellbase, opencga and opencga-enterprise
89+
- name: Run all OpenCB Junit tests, ie. java-common-libs, biodata, opencga and opencga-enterprise
10190
run: |
10291
cd opencga-enterprise
10392
ln -s ../opencga opencga-home
104-
./build.sh -t -l runShortTests -b -s -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1
93+
./build.sh -t -l runShortTests -b -s -T ${{ inputs.task }}
10594
- name: Upload reports results to Github
10695
uses: actions/upload-artifact@v4
10796
with:

0 commit comments

Comments
 (0)