Skip to content

Commit

Permalink
FIx working directory file names
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Oct 22, 2023
1 parent eeae907 commit 78b2f11
Show file tree
Hide file tree
Showing 113 changed files with 169 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-component-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/component"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/component"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-component-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/component"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/component"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-azure-sql-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-file-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-file-wasbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-folder-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-folder-wasbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-cloud-mltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-iris-csv-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-local-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-local-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-local-mltable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-public-file-https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-s3-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-data-snowflake-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/data"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/data"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/environment"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/environment"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-environment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/environment"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/environment"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-model-local-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/model"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/model"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-assets-model-local-mlflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
continue-on-error: true
- name: validate readme
run: |
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/../../cli/assets/model"
bash check-readme.sh "${{ github.workspace }}" "${{ github.workspace }}/cli/assets/model"
working-directory: infra/bootstrapping
continue-on-error: false
- name: create asset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@ jobs:
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n tomoutputsparquetendpoint9375 -y
az ml unknown-endpoint delete -n tomoutputsparquetendpoint3181 -y
working-directory: cli
continue-on-error: true
- name: create endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\custom-outputs-parquet\endpoint.yml
az ml unknown-endpoint create -n tomoutputsparquetendpoint9375 -f endpoints\batch\deploy-models\custom-outputs-parquet\endpoint.yml
az ml unknown-endpoint create -n tomoutputsparquetendpoint3181 -f endpoints\batch\deploy-models\custom-outputs-parquet\endpoint.yml
working-directory: cli
- name: create deployment
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\custom-outputs-parquet\deployment.yml
az ml unknown-deployment create -e tomoutputsparquetendpoint9375 -f endpoints\batch\deploy-models\custom-outputs-parquet\deployment.yml
az ml unknown-deployment create -e tomoutputsparquetendpoint3181 -f endpoints\batch\deploy-models\custom-outputs-parquet\deployment.yml
working-directory: cli
- name: cleanup endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n tomoutputsparquetendpoint9375 -y
az ml unknown-endpoint delete -n tomoutputsparquetendpoint3181 -y
working-directory: cli
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n tclassifiermlflowendpoint8535 -y
az ml unknown-endpoint delete -n tclassifiermlflowendpoint9344 -y
working-directory: cli
continue-on-error: true
- name: create endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\heart-classifier-mlflow\endpoint.yml
az ml unknown-endpoint create -n tclassifiermlflowendpoint8535 -f endpoints\batch\deploy-models\heart-classifier-mlflow\endpoint.yml
az ml unknown-endpoint create -n tclassifiermlflowendpoint9344 -f endpoints\batch\deploy-models\heart-classifier-mlflow\endpoint.yml
working-directory: cli
- name: cleanup endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n tclassifiermlflowendpoint8535 -y
az ml unknown-endpoint delete -n tclassifiermlflowendpoint9344 -y
working-directory: cli
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@ jobs:
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n textsummarizationendpoint7615 -y
az ml unknown-endpoint delete -n textsummarizationendpoint9716 -y
working-directory: cli
continue-on-error: true
- name: create endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\huggingface-text-summarization\endpoint.yml
az ml unknown-endpoint create -n textsummarizationendpoint7615 -f endpoints\batch\deploy-models\huggingface-text-summarization\endpoint.yml
az ml unknown-endpoint create -n textsummarizationendpoint9716 -f endpoints\batch\deploy-models\huggingface-text-summarization\endpoint.yml
working-directory: cli
- name: create deployment
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\huggingface-text-summarization\deployment.yml
az ml unknown-deployment create -e textsummarizationendpoint7615 -f endpoints\batch\deploy-models\huggingface-text-summarization\deployment.yml
az ml unknown-deployment create -e textsummarizationendpoint9716 -f endpoints\batch\deploy-models\huggingface-text-summarization\deployment.yml
working-directory: cli
- name: cleanup endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n textsummarizationendpoint7615 -y
az ml unknown-endpoint delete -n textsummarizationendpoint9716 -y
working-directory: cli
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n imagenetclassifierendpoint4222 -y
az ml unknown-endpoint delete -n imagenetclassifierendpoint5852 -y
working-directory: cli
continue-on-error: true
- name: create endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\imagenet-classifier\endpoint.yml
az ml unknown-endpoint create -n imagenetclassifierendpoint4222 -f endpoints\batch\deploy-models\imagenet-classifier\endpoint.yml
az ml unknown-endpoint create -n imagenetclassifierendpoint5852 -f endpoints\batch\deploy-models\imagenet-classifier\endpoint.yml
working-directory: cli
- name: cleanup endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n imagenetclassifierendpoint4222 -y
az ml unknown-endpoint delete -n imagenetclassifierendpoint5852 -y
working-directory: cli
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ jobs:
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n lsmnistclassifierendpoint9649 -y
az ml unknown-endpoint delete -n lsmnistclassifierendpoint3854 -y
working-directory: cli
continue-on-error: true
- name: create endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
cat endpoints\batch\deploy-models\mnist-classifier\endpoint.yml
az ml unknown-endpoint create -n lsmnistclassifierendpoint9649 -f endpoints\batch\deploy-models\mnist-classifier\endpoint.yml
az ml unknown-endpoint create -n lsmnistclassifierendpoint3854 -f endpoints\batch\deploy-models\mnist-classifier\endpoint.yml
working-directory: cli
- name: cleanup endpoint
run: |
source "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh";
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
az ml unknown-endpoint delete -n lsmnistclassifierendpoint9649 -y
az ml unknown-endpoint delete -n lsmnistclassifierendpoint3854 -y
working-directory: cli
Loading

0 comments on commit 78b2f11

Please sign in to comment.