Skip to content

Commit

Permalink
workflow dispatcher added; workflows renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
neelravi committed Sep 10, 2024
1 parent 14d3a22 commit acdd987
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Intel OneAPI build and test CHAMP
name: CHAMP release build with Intel

on:
push:
Expand All @@ -12,6 +12,7 @@ on:
branches:
- 'releases/**'
- main
workflow_dispatch:

jobs:
build_champ:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Intel OneAPI build and test CHAMP with QMCkl and TREXIO
name: CHAMP with QMCkl and TREXIO build with Intel

on:
push:
Expand All @@ -12,6 +12,7 @@ on:
branches:
- 'releases/**'
- main
workflow_dispatch:

jobs:
build_champ:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: CHAMP Unit Tests

on:
pull_request:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github CI
name: Debug build CHAMP with Intel and GNU

on:
push:
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
mpirun -np 1 $HOME/work/champ/champ/bin/vmc.mov1 -i revised_vmc_corsamp.inp -o revised_vmc_corsamp_single.out -e error
echo "Comparing the energy with the reference one (Current energy = -0.9926131 +- 0.0120065 ) "
$HOME/work/champ/champ/tools/compare_value.py revised_vmc_corsamp_single.out "Current energy" -0.9926131 0.0120065
$HOME/work/champ/champ/tools/compare_value.py revised_vmc_corsamp_single.out "Current energy" -0.9926131 0.0120065
#echo "Comparing the energy with the reference one Current best energy + 2*error = -1.0018"
#$HOME/work/champ/champ/tools/compare_value.py revised_vmc_corsamp_single.out "Current best energy + 2*error" -1.0018 0.0114836
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Docker Image CI
name: Build Docker Image

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: TREXIO Github CI
name: TREXIO converter python tests

on:
push:
branches: [main, ci_hotfix]
pull_request:
branches: [main]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit acdd987

Please sign in to comment.