Skip to content

Commit f081dbd

Browse files
robertq0910Ubuntu
and
Ubuntu
authored
Create workflows to run pipeline job using registry components (Azure#1900)
Co-authored-by: Ubuntu <fvm@azureml.hdto2glhnacenmzoxwwt5zmpza.phxx.internal.cloudapp.net>
1 parent 1569057 commit f081dbd

File tree

21 files changed

+980
-2
lines changed

21 files changed

+980
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 1a_e2e_local_components
51+
working-directory: cli/jobs/pipelines-with-components/basics/1a_e2e_local_components
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 1b_e2e_registered_components
51+
working-directory: cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/2a_basic_component/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 2a_basic_component
51+
working-directory: cli/jobs/pipelines-with-components/basics/2a_basic_component
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 2b_component_with_input_output
51+
working-directory: cli/jobs/pipelines-with-components/basics/2b_component_with_input_output
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 3a_basic_pipeline
51+
working-directory: cli/jobs/pipelines-with-components/basics/3a_basic_pipeline
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 3b_pipeline_with_data
51+
working-directory: cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# This code is autogenerated.
2+
# Code is generated by running custom script: python3 readme.py
3+
# Any manual changes to this file may cause incorrect behavior.
4+
# Any manual changes will be overwritten if the code is regenerated.
5+
6+
name: cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline-registry
7+
on:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: "0 0/8 * * *"
11+
pull_request:
12+
branches:
13+
- main
14+
paths:
15+
- cli/jobs/pipelines-with-components/basics/4a_local_data_input/**
16+
- infra/**
17+
- .github/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline-registry.yml
18+
- cli/run-pipeline-jobs.sh
19+
- cli/setup.sh
20+
concurrency:
21+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
22+
cancel-in-progress: true
23+
jobs:
24+
build:
25+
runs-on: ubuntu-latest
26+
steps:
27+
- name: check out repo
28+
uses: actions/checkout@v2
29+
- name: azure login
30+
uses: azure/login@v1
31+
with:
32+
creds: ${{secrets.AZUREML_CREDENTIALS}}
33+
- name: bootstrap resources
34+
run: |
35+
echo '${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}';
36+
bash bootstrap.sh
37+
working-directory: infra
38+
continue-on-error: false
39+
- name: setup-cli
40+
run: |
41+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
42+
source "${{ github.workspace }}/infra/init_environment.sh";
43+
bash setup.sh
44+
working-directory: cli
45+
continue-on-error: true
46+
- name: run job
47+
run: |
48+
source "${{ github.workspace }}/infra/sdk_helpers.sh";
49+
source "${{ github.workspace }}/infra/init_environment.sh";
50+
bash -x ../../../../run-pipeline-job-with-registry-components.sh pipeline 4a_local_data_input
51+
working-directory: cli/jobs/pipelines-with-components/basics/4a_local_data_input

0 commit comments

Comments
 (0)