Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
43967cb
Move Documentation to a reusable workflow, can be manually triggered …
PProfizi Aug 17, 2022
adcae8a
Move tests to tests.yml, can be triggered manually, can be called by …
PProfizi Aug 17, 2022
f4aa4d9
Add gate.yml workflow for gatebin testing.
PProfizi Aug 17, 2022
c7f12a9
Install ansys-grpc-dpf==0.4.0 when ANSYS_VERSION=221
PProfizi Aug 17, 2022
3f72a9c
Add wheel and wheelhouse arguments to the tests.yml
PProfizi Aug 17, 2022
aa3cfea
Set wheel and wheelhouse arguments as optional.
PProfizi Aug 17, 2022
ce8d55f
Create a reusable workflow for running examples, which can be trigger…
PProfizi Aug 17, 2022
3762c2f
Set optional arguments as optional
PProfizi Aug 17, 2022
bb9577d
Update docs workflow to the latest master changes
PProfizi Sep 6, 2022
0a037b2
Call docs from CI
PProfizi Sep 6, 2022
3c3482a
Update tests.yml to reflect changes in master
PProfizi Sep 6, 2022
c494377
Add "extra" env
PProfizi Sep 6, 2022
568598f
Update examples.yml to latest in master
PProfizi Sep 6, 2022
350bcf9
call examples.yml in CI
PProfizi Sep 6, 2022
5746fcc
Update retro jobs in CI
PProfizi Sep 6, 2022
e1c526b
Add debug job in CI
PProfizi Sep 6, 2022
d6b1f43
Add gate job in CI
PProfizi Sep 6, 2022
717262a
Update gate.yml
PProfizi Sep 6, 2022
02da316
Update name of docs workflow in ci.yml
PProfizi Sep 6, 2022
60303d5
Update needs of draft_release
PProfizi Sep 6, 2022
f3af5d9
Update tests.yml add DOCSTRING argument
PProfizi Sep 6, 2022
d3777ab
Use lower-case names
PProfizi Sep 6, 2022
dad03b1
Fix docs.yml
PProfizi Sep 6, 2022
c24e6ba
Rename testing step in tests.yml
PProfizi Sep 6, 2022
d52fbe7
Merge branch 'master' into ci/testing_pipelines
PProfizi Oct 7, 2022
5ed2b95
Update tests.yml to current master state.
PProfizi Oct 7, 2022
b6c67de
Update gate.yml to current master state.
PProfizi Oct 7, 2022
717e404
Update docs.yml to current master state.
PProfizi Oct 7, 2022
9f3ff90
Skip running python-operators examples when on linux.
PProfizi Oct 10, 2022
3261bec
Merge branch 'master' into ci/testing_pipelines
PProfizi Oct 13, 2022
3a68864
Merge branch 'master' into ci/testing_pipelines
PProfizi Oct 20, 2022
6c89418
Apply changes from #537 to doc job
PProfizi Oct 20, 2022
320fe4e
Apply changes from #513 to doc job
PProfizi Oct 20, 2022
049521c
Do not automatically run CI on push to release* branch. This can be m…
PProfizi Oct 20, 2022
9e18b68
Add docs_on_release step, add 3.8 to release steps.
PProfizi Oct 20, 2022
4a31ee4
Separate the workflow triggered on v* tag push.
PProfizi Oct 20, 2022
4cb5472
Schedule CI release every sunday at 1pm UTC.
PProfizi Oct 20, 2022
3bb3f97
Fix pydpf-post_testing workflow branch name issue
PProfizi Oct 20, 2022
3a74fe3
Allow for workflow call of PyDPF-Post testing
PProfizi Oct 20, 2022
d36e85d
Run PyDPF-Post compatibility testing on both windows and linux
PProfizi Oct 20, 2022
642253f
Run PyDPF-Post compatibility testing on latest tagged revision by def…
PProfizi Oct 20, 2022
aa704b1
PyDPF-Post compatibility testing accepts ANSYS_VERSION as input
PProfizi Oct 20, 2022
d4b56a0
Run PyDPF-Post compatibility testing on non-draft CI
PProfizi Oct 20, 2022
56faea6
Run PyDPF-Post compatibility testing on release and weekly CI for 231…
PProfizi Oct 20, 2022
02614f1
PyDPF-Post branch name is not required
PProfizi Oct 20, 2022
99b1c05
Fix PyDPF-Post cloning step
PProfizi Oct 20, 2022
539f467
Make pydpf-post testing necessary for draft_release in ci_release.yml
PProfizi Oct 20, 2022
2aa8bd4
Remove concurrency temporarily
PProfizi Oct 20, 2022
e0aecc6
Add back concurrency
PProfizi Oct 20, 2022
87fa946
Comment other jobs temporarily
PProfizi Oct 20, 2022
abbae42
Add pydpf-post-TOKEN as required input when run from a workflow
PProfizi Oct 20, 2022
7252630
Split repo name construction
PProfizi Oct 20, 2022
0e10e86
Actually no need for the dpf-post secret
PProfizi Oct 20, 2022
7a419ec
Fix pydpf-post cloning step.
PProfizi Oct 20, 2022
9a052d0
Fix pydpf-post cloning step.
PProfizi Oct 20, 2022
177b847
Fix pydpf-post install step.
PProfizi Oct 20, 2022
1af015f
Fix pydpf-post install step.
PProfizi Oct 20, 2022
cf6528d
Fix pydpf-post install step.
PProfizi Oct 20, 2022
807afb0
Fix pydpf-post install step.
PProfizi Oct 20, 2022
8f78afe
Use new "working-directory" input for prepare_tests and test_docstrin…
PProfizi Oct 20, 2022
1aee7bf
Fix test API
PProfizi Oct 20, 2022
4bf31fd
Use prepare_v2.2 pydpf-actions
PProfizi Oct 21, 2022
957294a
Uncomment all jobs
PProfizi Oct 21, 2022
56ca95b
Fix pydpf-post.yml
PProfizi Oct 21, 2022
b121546
Fix pydpf-post.yml - test docstrings in src/
PProfizi Oct 21, 2022
8f34e96
Quick fix: only use the three first parts of version strings.
PProfizi Oct 21, 2022
3914fd2
Update deprecated set-output command.
PProfizi Oct 21, 2022
d748931
Fix test-results-post log path
PProfizi Oct 21, 2022
883c243
Use packaging.version.parse instead of our custom version_tuple funct…
PProfizi Oct 21, 2022
801a2da
Fix setup step
PProfizi Oct 21, 2022
37048fd
Fix setup step
PProfizi Oct 21, 2022
71fed58
Remove test_version_tuple
PProfizi Oct 21, 2022
ca1226d
Bump all pydpf-actions to v2.2
PProfizi Oct 21, 2022
7a0f19c
Merge with master, apply changes for test_docker
PProfizi Oct 25, 2022
05f65bc
Test test_docker on a regular PR
PProfizi Oct 25, 2022
a33faa5
Merge branch 'master' into ci/testing_pipelines
PProfizi Oct 25, 2022
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
2 changes: 2 additions & 0 deletions .ci/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
for subdirectory in subdirectories:
subdir = os.path.join(root, subdirectory)
for file in glob.iglob(os.path.join(subdir, "*.py")):
if sys.platform == "linux" and "07-python-operators" in file:
continue
print("\n--------------------------------------------------")
print(file)
try:
Expand Down
Loading