Commit 9fe64af 1 parent ddc050d commit 9fe64af Copy full SHA for 9fe64af
File tree 3 files changed +47
-1
lines changed
3 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
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...
Original file line number Diff line number Diff line change 14
14
build_type : [Debug, Release]
15
15
16
16
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
18
18
19
19
steps :
20
20
- name : Checkout
Original file line number Diff line number Diff line change 1
1
build /*
2
2
bin /*
3
+ Debug /*
4
+ Release /*
3
5
CMakeUserPresets.json
6
+ ** /make_patches.sh
7
+ .fortls
8
+ spack- *
You can’t perform that action at this time.
0 commit comments