Skip to content

Commit

Permalink
remove test code, update ingest job
Browse files Browse the repository at this point in the history
  • Loading branch information
tabossert committed Oct 25, 2023
1 parent 552a41e commit a125290
Showing 1 changed file with 4 additions and 30 deletions.
34 changes: 4 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,6 @@ env:
GHA_CACHE_KEY_VERSION: "v1"

jobs:
test_logins:
permissions:
contents: 'read'
id-token: 'write'
runs-on: ubuntu-latest
steps:
- uses: 'actions/checkout@v4'
- name: 'Google Cloud Auth'
uses: 'google-github-actions/auth@v1'
id: gauth
with:
token_format: 'access_token'
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
- name: 'run gcloud command'
run: |-
gcloud projects list
- name: 'Az CLI login'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: 'azure test command'
run: |-
az account show
setup:
strategy:
matrix:
Expand Down Expand Up @@ -300,6 +272,9 @@ jobs:
test_ingest:
permissions:
contents: 'read'
id-token: 'write'
strategy:
matrix:
python-version: ["3.8","3.9","3.10","3.11"]
Expand All @@ -313,10 +288,9 @@ jobs:
- name: 'Google Cloud Auth'
uses: 'google-github-actions/auth@v1'
with:
token_format: 'access_token'
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
create_credentials_file: true
activate_credentials_file: true
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v1'
- name: 'Az CLI login'
Expand Down

0 comments on commit a125290

Please sign in to comment.