Merge pull request #115 from navikt/allowlist-pod-annotation #85
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Upload src files for Composer bucket test | |
on: | |
push: | |
paths: | |
- tests-integration/** | |
- '.github/workflows/upload-composer-bucket.yaml' | |
permissions: | |
contents: read | |
id-token: write | |
jobs: | |
upload-src-files: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: 3.11 | |
- id: auth | |
name: Authenticate with Google Cloud | |
uses: google-github-actions/auth@v2 | |
with: | |
token_format: access_token | |
workload_identity_provider: projects/1007056531311/locations/global/workloadIdentityPools/ci-nada-prod/providers/ci-nada-prod | |
service_account: [email protected] | |
- name: Set up Cloud SDK | |
uses: google-github-actions/setup-gcloud@v2 | |
- name: Upload DAGs for Cloud Composer | |
working-directory: tests-integration | |
run: gsutil cp -r * gs://dataverk-airflow-tests/tests-integration |