Skip to content

Commit 9fe64af

Browse files
committed
Update git and github files
1 parent ddc050d commit 9fe64af

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Parameter Testing
2+
description: Template for tracking parameter testing issues
3+
title: "[Parameter Testing] "
4+
labels: "Parameter-testing"
5+
assignees: [optional-assignee]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Please fill out the sections below to clearly and concisely describe:
11+
1. the parameter(s) tested,
12+
2. the exact version of the test tool (Expts_manager) used.
13+
14+
- type: textarea
15+
attributes:
16+
label: Parameter Tests Description
17+
placeholder: "including a short description and Parameter Name(s): Value(s) Tested"
18+
validations:
19+
required: true
20+
21+
- type: input
22+
attributes:
23+
label: Expts_manager Version
24+
placeholder: Git URL including commit hash
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
attributes:
30+
label: YAML input file
31+
placeholder: |
32+
```yaml
33+
Copy the yaml input file used
34+
```
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
attributes:
40+
label: Additional Information
41+
placeholder: Any other relevant information...

.github/workflows/compilation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build_type: [Debug, Release]
1515

1616
container:
17-
image: ghcr.io/cosima/access-om3-ci-images/${{matrix.compiler}}:0.4.1
17+
image: ghcr.io/cosima/access-om3-ci-images/${{matrix.compiler}}:main
1818

1919
steps:
2020
- name: Checkout

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
build/*
22
bin/*
3+
Debug/*
4+
Release/*
35
CMakeUserPresets.json
6+
**/make_patches.sh
7+
.fortls
8+
spack-*

0 commit comments

Comments
 (0)