Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[StatApp] Getting ready statistics application for CI integration #7094

Merged
merged 37 commits into from
Jun 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
cd20a82
add statistics application
sunethwarna Jun 17, 2020
8473d61
add stat app to windows ci
sunethwarna Jun 17, 2020
2cad0aa
adding to nightly build
sunethwarna Jun 17, 2020
73bb526
removing extra braces
sunethwarna Jun 17, 2020
3d9388a
change typename to class
sunethwarna Jun 17, 2020
db79ca8
adding default destructor
sunethwarna Jun 17, 2020
f7c9cee
casting to double
sunethwarna Jun 17, 2020
e35d871
removing atomic update directive
sunethwarna Jun 17, 2020
5ee5d0d
changing to auto
sunethwarna Jun 17, 2020
987ee65
changing to unsigned int
sunethwarna Jun 17, 2020
33d69b2
moving to nightly tests
sunethwarna Jun 17, 2020
eb5de60
adding kratos_api
sunethwarna Jun 17, 2020
f9c09dd
removing mpi tests from default tests
sunethwarna Jun 18, 2020
69cc675
temporarily remove other apps from windows CI
sunethwarna Jun 18, 2020
cefffdd
temporariliy remove other apps from CI nightly
sunethwarna Jun 18, 2020
26d3a1a
temporarily remove other apps from linux ci
sunethwarna Jun 18, 2020
61ad5f8
adding additional kratos_api calls
sunethwarna Jun 18, 2020
c7f3cd3
Merge branch 'ci/add_statistics_application' of https://github.com/Kr…
sunethwarna Jun 18, 2020
452b6b2
reactivating linux CI apps
sunethwarna Jun 18, 2020
fe0e9fa
windows build with CI try - 1
sunethwarna Jun 18, 2020
cf68bda
Merge branch 'ci/add_statistics_application' of https://github.com/Kr…
sunethwarna Jun 18, 2020
788630e
windows build with CI try - 2
sunethwarna Jun 18, 2020
88b3543
windows build with CI try - 3
sunethwarna Jun 18, 2020
1f79cd7
windows build with CI try - 4
sunethwarna Jun 18, 2020
288a8a7
windows build with CI try - 5 - moving template instantiaion to first
sunethwarna Jun 18, 2020
5f7795b
windows build with CI try - 6
sunethwarna Jun 18, 2020
e92e070
windows build with CI try - 7
sunethwarna Jun 18, 2020
c05f0fd
Missing api
roigcarlo Jun 18, 2020
a860412
Typos + moving instantiation below impl
roigcarlo Jun 18, 2020
763c45e
Not needed instantiations
roigcarlo Jun 18, 2020
c8669a7
reactivating windows CI apps
sunethwarna Jun 19, 2020
4d70326
reactivating windows nighly build apps
sunethwarna Jun 19, 2020
e1c489d
minor
sunethwarna Jun 19, 2020
9a43487
moving tests
sunethwarna Jun 19, 2020
c8e59d7
remove from CI
sunethwarna Jun 19, 2020
bb76542
remove trailing space
sunethwarna Jun 19, 2020
7c677fa
remove trailing spaces
sunethwarna Jun 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,12 @@ jobs:
path: build
key: ${{ runner.os }}-build-${{ github.sha }}
restore-keys: ${{ runner.os }}-build-

- name: Installing dependencies
shell: cmd
run: |
pip install numpy

- name: Build
shell: cmd
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
shell: cmd
run: |
pip install numpy

- name: Build
shell: cmd
run: |
Expand Down
Loading