This repository was archived by the owner on May 9, 2024. It is now read-only.
File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
build :
17
- name : Docker - ${{ inputs.name }}
17
+ name : Linux - Docker - ${{ inputs.name }}
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- uses : actions/checkout@v3
79
79
docker cp ~/.m2 build.${{ inputs.name }}:/home/ghrunner/.m2
80
80
docker exec -u ghrunner -i build.${{ inputs.name }} chown -R ghrunner:ghrunner /home/ghrunner
81
81
82
- - name : Configure and build the project
82
+ - name : Configure and build
83
83
run : |
84
84
docker exec -u ghrunner build.${{ inputs.name }} dpkg -l
85
85
docker exec -u ghrunner build.${{ inputs.name }} sh /_work/omniscidb/scripts/conda/build.sh ${{ inputs.options }}
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
build :
21
- name : Conda - ${{ inputs.name }}
21
+ name : Win - Conda - ${{ inputs.name }}
22
22
runs-on : windows-latest
23
23
24
24
outputs :
66
66
key : maven-${{ hashFiles('**/pom.xml') }}
67
67
restore-keys : maven-
68
68
69
- - name : Conda - ${{ inputs.name }}
69
+ - name : Configure and build
70
70
run : |
71
71
& $env:CONDA\condabin\conda.bat info
72
72
& $env:CONDA\condabin\conda.bat list -n omnisci-dev
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
build :
21
- name : Conda - ${{ inputs.name }}
21
+ name : Linux - Conda - ${{ inputs.name }}
22
22
runs-on : ubuntu-latest
23
23
24
24
outputs :
88
88
key : maven-${{ hashFiles('**/pom.xml') }}
89
89
restore-keys : maven-
90
90
91
- - name : Conda - ${{ inputs.name }}
91
+ - name : Configure and build
92
92
run : |
93
93
set -vx
94
94
conda info
Original file line number Diff line number Diff line change 17
17
name : Build
18
18
uses : ./.github/workflows/build.yml
19
19
20
- windows-build :
21
- name : Build on Windows
22
- uses : ./.github/workflows/windows-build.yml
23
- with :
24
- name : release
25
- options : -DCMAKE_BUILD_TYPE=Release -DENABLE_FOLLY=off -G "Visual Studio 17 2022"
26
-
27
20
build-cuda :
28
21
name : Build
29
22
uses : ./.github/workflows/build.yml
@@ -110,6 +103,13 @@ jobs:
110
103
name : l0
111
104
reset-cache : ${{ !!inputs.reset-cache }}
112
105
106
+ windows-build :
107
+ name : Build
108
+ uses : ./.github/workflows/build-windows.yml
109
+ with :
110
+ name : cpu
111
+ options : -DCMAKE_BUILD_TYPE=Release -DENABLE_FOLLY=off -G "Visual Studio 17 2022"
112
+
113
113
modin :
114
114
name : Integration HDK with Modin (Pytest)
115
115
uses : ./.github/workflows/modin.yml
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- name : Build and Test (Conda - cpu)
11
+ name : Build and Test (Linux - Conda - cpu)
12
12
runs-on : ubuntu-latest
13
13
14
14
env :
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
build :
7
- name : Build and Test (Conda - cpu)
7
+ name : Build and Test (Linux - Conda - cpu)
8
8
runs-on : ubuntu-latest
9
9
10
10
env :
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build :
20
- name : Test (Docker - ${{ inputs.name }})
20
+ name : Test (Linux - Docker - ${{ inputs.name }})
21
21
runs-on : [self-hosted, linux, docker]
22
22
steps :
23
23
- name : Clean
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
build :
20
- name : Test (Docker - ${{ inputs.name }})
20
+ name : Test (Linux - Docker - ${{ inputs.name }})
21
21
runs-on : [self-hosted, linux, intel-ai.hdk.l0]
22
22
steps :
23
23
- name : Clean
Original file line number Diff line number Diff line change 13
13
14
14
jobs :
15
15
test :
16
- name : Test (Conda - ${{ inputs.name }})
16
+ name : Test (Linux - Conda - ${{ inputs.name }})
17
17
runs-on : ubuntu-latest
18
18
19
19
steps :
You can’t perform that action at this time.
0 commit comments