Skip to content

Commit

Permalink
Move to Clariden cluster and fix codegen regex (#316)
Browse files Browse the repository at this point in the history
Move cscs ci to clariden
  • Loading branch information
samkellerhals authored Nov 17, 2023
1 parent 0583c30 commit 9d0614b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:
DOCKERFILE: ci/docker/Dockerfile.build

.test_template:
extends: .container-runner-hohgant-a100
extends: .container-runner-clariden-a100
timeout: 2h
image: $PERSIST_IMAGE_NAME
before_script:
Expand Down
2 changes: 1 addition & 1 deletion tools/tests/icon4pygen/test_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def check_header_codegen(fname: str) -> None:

def check_gridtools_codegen(fname: str) -> None:
stencil_name = fname.replace(".hpp", "")
patterns = ["#include <.*>", "using .*;", f"inline auto {stencil_name}"]
patterns = ["#include <.*>", "using .*;", f"inline\\s+auto\\s+{stencil_name}"]
check_for_matches(fname, patterns)


Expand Down

0 comments on commit 9d0614b

Please sign in to comment.