Skip to content

Commit

Permalink
run dumps in series
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Oct 31, 2024
1 parent 8e137f2 commit de49c3c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/caller-batch-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
dia-logGraphs:
needs: placedesarts-com
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/resource/dia-logGraphs'
Expand All @@ -25,6 +26,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
hector-charland:
needs: dia-logGraphs
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/footlight/hector-charland-com'
Expand All @@ -34,6 +36,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
theatredumarais-com:
needs: hector-charland
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/footlight/theatredumarais-com'
Expand All @@ -43,6 +46,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
tout-culture:
needs: theatredumarais-com
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/tout-culture'
Expand All @@ -52,6 +56,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
signe-laval:
needs: tout-culture
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/signe-laval'
Expand All @@ -61,6 +66,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
culture-mauricie:
needs: signe-laval
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/artsdata-planet-footlight/culture-mauricie'
Expand All @@ -69,3 +75,13 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
grandtheatre-qc-ca:
needs: culture-mauricie
uses: ./.github/workflows/pipeline.yml
with:
graph_url: 'http://kg.artsdata.ca/culture-creates/huginn/derived-grandtheatre-qc-ca'
artifact: 'grandtheatre-qc-ca'
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_ACCESS_KEY }}
PUBLISHER: ${{ secrets.PUBLISHER_URI_GREGORY }}
4 changes: 1 addition & 3 deletions .github/workflows/caller-gtq-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: GTQ LaVitrine Pipeline

on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *' # Runs daily at 1 AM UTC, which is 9 PM EST


jobs:
grandtheatre-qc-ca:
uses: ./.github/workflows/pipeline.yml
Expand Down

0 comments on commit de49c3c

Please sign in to comment.