Skip to content

Commit

Permalink
Remove AZCOPY unused references #TASK-6807
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 5, 2024
1 parent c8a5d81 commit f69cfce
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test-xetabase-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ on:
description: 'Branch of opencga-enterprise to be tested and built.'
required: true

env:
AZCOPY_AUTO_LOGIN_TYPE: "SPN"


jobs:
test:
name: Execute JUnit and Jacoco tests
Expand All @@ -35,9 +31,6 @@ jobs:
with:
keeper-secret-config: ${{ secrets.KEEPER_SM_GH_OPENCB }}
secrets: |
AZCOPY_SPA_CLIENT_SECRET/field/Secret Value > env:AZCOPY_SPA_CLIENT_SECRET
AZCOPY_SPA_APPLICATION_ID/field/Secret Value > env:AZCOPY_SPA_APPLICATION_ID
AZCOPY_TENANT_ID/field/Secret Value > env:AZCOPY_TENANT_ID
AZURE_KUBE_CONFIG/field/Secret Value > env:AZURE_KUBE_CONFIG
DOCKER_HUB_USER/field/Secret Value > env:DOCKER_HUB_USER
DOCKER_HUB_PASSWORD/field/Secret Value > env:DOCKER_HUB_PASSWORD
Expand Down Expand Up @@ -93,10 +86,6 @@ jobs:
chmod +x ./kubectl
echo "${{ secrets.AZURE_KUBE_CONFIG }}" > admin.conf
./kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27018:27017 --kubeconfig ./admin.conf &
- name: Install Azure AZCOPY
uses: kheiakiyama/install-azcopy-action@v1
with:
version: 'v10'
- name: DockerHub login
uses: docker/login-action@v3
with:
Expand All @@ -105,11 +94,6 @@ jobs:
- name: Run all OpenCB Junit tests, ie. java-common-libs, biodata, cellbase, opencga and opencga-enterprise
run: |
./build.sh -t -l runShortTests -b -s -f -T ${{ inputs.task }} -c localhost:27018 -H hdp3.1
env:
SSH_HOST: ${{ env.SSH_HOST }}
SSH_PORT: ${{ env.SSH_PORT }}
SSH_USER: ${{ env.SSH_USER }}
SSH_PASS: ${{ env.SSH_PASS }}
- name: Upload reports results to Github
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f69cfce

Please sign in to comment.