You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cre-regression-system-tests.yaml
+42-21Lines changed: 42 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ on:
4
4
workflow_dispatch:
5
5
inputs:
6
6
chainlink_image_repository_path:
7
-
description: "ECR repository name used to compose image with chainlink_image_tag (for example: chainlink-integration-tests or chainlink or chainlink/chainlink)."
7
+
description: "ECR repository name used to compose image with chainlink_image_tag
8
+
(for example: chainlink-integration-tests or chainlink or
9
+
chainlink/chainlink)."
8
10
required: true
9
11
type: string
10
12
chainlink_image_tag:
@@ -18,16 +20,20 @@ on:
18
20
- "sdlc"
19
21
- "public"
20
22
default: "sdlc"
21
-
description: "Whether to use the SDLC or public ECR registry for the Chainlink image."
23
+
description: "Whether to use the SDLC or public ECR registry for the Chainlink
24
+
image."
22
25
chainlink_version:
23
26
required: false
24
27
type: string
25
-
description: "The version of Chainlink repository to use for the tests. If empty, defaults to github.sha."
28
+
description: "The version of Chainlink repository to use for the tests. If
29
+
empty, defaults to github.sha."
26
30
default: ""
27
31
workflow_call:
28
32
inputs:
29
33
chainlink_image_repository_path:
30
-
description: "ECR repository name used to compose image with chainlink_image_tag (for example: chainlink-integration-tests or chainlink or chainlink/chainlink)."
34
+
description: "ECR repository name used to compose image with chainlink_image_tag
35
+
(for example: chainlink-integration-tests or chainlink or
36
+
chainlink/chainlink)."
31
37
required: true
32
38
type: string
33
39
chainlink_image_tag:
@@ -37,17 +43,19 @@ on:
37
43
ecr:
38
44
type: string
39
45
required: true
40
-
default: "sdlc"
41
-
description: "Whether to use the SDLC (sdlc) or public ECR registry (public) for the Chainlink image."
46
+
description: "Whether to use the SDLC (sdlc) or public ECR registry (public) for
47
+
the Chainlink image."
42
48
chainlink_version:
43
49
required: false
44
50
type: string
45
-
description: "The version of Chainlink repository to use for the tests. If empty, defaults to github.sha."
51
+
description: "The version of Chainlink repository to use for the tests. If
Copy file name to clipboardExpand all lines: .github/workflows/cre-system-tests.yaml
+36-17Lines changed: 36 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ on:
4
4
workflow_dispatch:
5
5
inputs:
6
6
chainlink_image_repository_path:
7
-
description: "ECR repository name used to compose image with chainlink_image_tag (for example: chainlink-integration-tests or chainlink or chainlink/chainlink)."
7
+
description: "ECR repository name used to compose image with chainlink_image_tag
8
+
(for example: chainlink-integration-tests or chainlink or
9
+
chainlink/chainlink)."
8
10
required: true
9
11
type: string
10
12
chainlink_image_tag:
@@ -18,16 +20,20 @@ on:
18
20
- "sdlc"
19
21
- "public"
20
22
default: "sdlc"
21
-
description: "Whether to use the SDLC or public ECR registry for the Chainlink image."
23
+
description: "Whether to use the SDLC or public ECR registry for the Chainlink
24
+
image."
22
25
chainlink_version:
23
26
required: false
24
27
type: string
25
-
description: "The version of Chainlink repository to use for the tests. If empty, defaults to github.sha."
28
+
description: "The version of Chainlink repository to use for the tests. If
29
+
empty, defaults to github.sha."
26
30
default: ""
27
31
workflow_call:
28
32
inputs:
29
33
chainlink_image_repository_path:
30
-
description: "ECR repository name used to compose image with chainlink_image_tag (for example: chainlink-integration-tests or chainlink or chainlink/chainlink)."
34
+
description: "ECR repository name used to compose image with chainlink_image_tag
35
+
(for example: chainlink-integration-tests or chainlink or
36
+
chainlink/chainlink)."
31
37
required: true
32
38
type: string
33
39
chainlink_image_tag:
@@ -37,17 +43,19 @@ on:
37
43
ecr:
38
44
type: string
39
45
required: true
40
-
default: "sdlc"
41
-
description: "Whether to use the SDLC (sdlc) or public ECR registry (public) for the Chainlink image."
46
+
description: "Whether to use the SDLC (sdlc) or public ECR registry (public) for
47
+
the Chainlink image."
42
48
chainlink_version:
43
49
required: false
44
50
type: string
45
-
description: "The version of Chainlink repository to use for the tests. If empty, defaults to github.sha."
51
+
description: "The version of Chainlink repository to use for the tests. If
0 commit comments