Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos
Commits
20c0623a
Commit
20c0623a
authored
Dec 14, 2023
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/end-to-end-testing: remove pattern from input schema
parent
3ef32f24
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
software/end-to-end-testing/instance-input-schema.json
software/end-to-end-testing/instance-input-schema.json
+1
-4
No files found.
software/end-to-end-testing/instance-input-schema.json
View file @
20c0623a
...
...
@@ -4,12 +4,10 @@
"properties"
:
{
"client.crt"
:
{
"type"
:
"string"
,
"pattern"
:
"^Certificate:.+
\\
n-----END CERTIFICATE-----
\\
n$"
,
"default"
:
"Certificate:
\n
default-client-crt
\n
-----END CERTIFICATE-----
\n
"
},
"client.key"
:
{
"type"
:
"string"
,
"pattern"
:
"^-----BEGIN PRIVATE KEY-----.+
\\
n-----END PRIVATE KEY-----
\\
n$"
,
"default"
:
"-----BEGIN PRIVATE KEY-----
\n
default-client-key
\n
-----END PRIVATE KEY-----
\n
"
},
"master-url"
:
{
...
...
@@ -27,8 +25,7 @@
"format"
:
"uri"
},
"md5sum"
:
{
"type"
:
"string"
,
"pattern"
:
"^[a-f0-9]{32}$"
"type"
:
"string"
}
},
"additionalProperties"
:
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment