Skip to content

Commit

Permalink
Update workflows with readme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Oct 21, 2023
1 parent 00ead7d commit 19b5f31
Show file tree
Hide file tree
Showing 252 changed files with 3,154 additions and 243 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cli-assets-component-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
continue-on-error: false
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}/../../cli/assets/component/"
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -46,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\component"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-component-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\component"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
54 changes: 54 additions & 0 deletions .github/workflows/cli-assets-data-azure-sql-import.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This code is autogenerated.
# Code is generated by running custom script: python3 readme.py
# Any manual changes to this file may cause incorrect behavior.
# Any manual changes will be overwritten if the code is regenerated.

name: cli-assets-data-azure-sql-import
on:
workflow_dispatch:
schedule:
- cron: "13 6/12 * * *"
pull_request:
branches:
- main
paths:
- cli/assets/data/azure-sql-import.yml
- infra/bootstrapping/**
- .github/workflows/cli-assets-data-azure-sql-import.yml
- cli/setup.sh
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v2
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml data create -f assets/data/azure-sql-import.yml
working-directory: cli
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-cloud-file-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-cloud-file-wasbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-cloud-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-cloud-folder-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
54 changes: 54 additions & 0 deletions .github/workflows/cli-assets-data-cloud-folder-wasbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This code is autogenerated.
# Code is generated by running custom script: python3 readme.py
# Any manual changes to this file may cause incorrect behavior.
# Any manual changes will be overwritten if the code is regenerated.

name: cli-assets-data-cloud-folder-wasbs
on:
workflow_dispatch:
schedule:
- cron: "23 9/12 * * *"
pull_request:
branches:
- main
paths:
- cli/assets/data/cloud-folder-wasbs.yml
- infra/bootstrapping/**
- .github/workflows/cli-assets-data-cloud-folder-wasbs.yml
- cli/setup.sh
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v2
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml data create -f assets/data/cloud-folder-wasbs.yml
working-directory: cli
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-cloud-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-cloud-mltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This code is autogenerated.
# Code is generated by running custom script: python3 readme.py
# Any manual changes to this file may cause incorrect behavior.
# Any manual changes will be overwritten if the code is regenerated.

name: cli-assets-data-data_import_schedule_database_inline
on:
workflow_dispatch:
schedule:
- cron: "30 7/12 * * *"
pull_request:
branches:
- main
paths:
- cli/assets/data/data_import_schedule_database_inline.yml
- infra/bootstrapping/**
- .github/workflows/cli-assets-data-data_import_schedule_database_inline.yml
- cli/setup.sh
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@v2
- name: azure login
uses: azure/login@v1
with:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml data create -f assets/data/data_import_schedule_database_inline.yml
working-directory: cli
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-iris-csv-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/cli-assets-data-local-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
creds: ${{secrets.AZUREML_CREDENTIALS}}
- name: bootstrap resources
run: |
bash bootstrap.sh
working-directory: infra/bootstrapping
bash bootstrapping/bootstrap.sh
working-directory: infra
continue-on-error: false
- name: setup-cli
run: |
Expand All @@ -41,6 +41,11 @@ jobs:
bash setup.sh
working-directory: cli
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${ github.workspace }/../../cli/assets\data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
Expand Down
Loading

0 comments on commit 19b5f31

Please sign in to comment.