Commit 26acc79
authored
feat: update qa job for tagging (#21)
- Added new CLI options for configuring static node parameters,
including domain, namespace, service name, pod prefix, and ConfigMap
names for genesis and static nodes.
- Updated descriptions for existing options to enhance clarity and
usability.
## Summary by Sourcery
Add new CLI options for configuring static node parameters and
genesis/static-nodes ConfigMaps, and update the QA workflow tagging job
to grant write permissions and correctly use the GitHub token and commit
user metadata.
New Features:
- Introduce --static-node-domain, --static-node-namespace,
--static-node-service-name, and --static-node-pod-prefix CLI options for
constructing static node hostnames
- Add --genesis-configmap-name and --static-nodes-configmap-name CLI
options to specify ConfigMap names for generated payloads
- Add --faucet-artifact-prefix CLI option to configure prefixes for
faucet ConfigMaps and Secrets
Enhancements:
- Grant write permission on contents in the QA workflow
- Rename commit_author_name/email to commit_user_name/email in the
release step
- Expose GITHUB_TOKEN via the PAT_TOKEN environment variable for the
release action1 parent 0ff1b3c commit 26acc79
2 files changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
154 | 161 | | |
155 | 162 | | |
156 | 163 | | |
157 | | - | |
158 | | - | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| |||
0 commit comments