Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Skip Nodes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
archives
Skip Nodes
Commits
598fc147
Commit
598fc147
authored
3 years ago
by
Jonah Husson
Browse files
Options
Downloads
Patches
Plain Diff
Add gitlab ci, blank ids.csv, test signed skipNodes
parent
8dce6bc8
No related branches found
No related tags found
No related merge requests found
Pipeline
#3195
passed
3 years ago
Stage: test
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+9
-0
9 additions, 0 deletions
.gitlab-ci.yml
cmd/root.go
+1
-0
1 addition, 0 deletions
cmd/root.go
ids.csv
+0
-0
0 additions, 0 deletions
ids.csv
skipNodes.json
+1
-0
1 addition, 0 deletions
skipNodes.json
with
11 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
9
−
0
View file @
598fc147
build
:
image
:
elixxirlabs/cuda-go:go1.16-cuda11.1
script
:
-
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/server.linux64 main.go
-
GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/server.win64 main.go
# - GOOS=windows GOARCH=386 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/server.win32 main.go
-
GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -ldflags '-w -s' -o release/server.darwin64 main.go
-
/upload-artifact-nohash.sh client/skipnodes skipNodes.json
This diff is collapsed.
Click to expand it.
cmd/root.go
+
1
−
0
View file @
598fc147
...
...
@@ -129,4 +129,5 @@ func init() {
"-"
,
"Path to output signed file"
)
viper
.
BindPFlag
(
"output"
,
rootCmd
.
PersistentFlags
()
.
Lookup
(
"output"
))
viper
.
SetDefault
(
"output"
,
"skipNodes.json"
)
}
This diff is collapsed.
Click to expand it.
ids.csv
0 → 100644
+
0
−
0
View file @
598fc147
This diff is collapsed.
Click to expand it.
skipNodes.json
0 → 100644
+
1
−
0
View file @
598fc147
{
"skipNodes"
:
null
,
"rsaSignature"
:{
"Nonce"
:
"KvWyKLsoLbYEb7VopCsMVQpyV0MgNnH+J9ddcopb5TM="
,
"Signature"
:
"hzNeUUotONIi9GyHTRZiQE2Eei2sJ7+uMK/5fCvQC6pk+qUo1oy4uf1HNtX7Zipl3bFf0cN/KCwtGkUxnMkmbRmrUxb/UZy2oLsdJYmPN2R6iSKPBfsW5kMfNDS+OA8jHgXItAHZh5V3V53DqpDHCropIDT33/ILQPm9xNNpHjgxB2EatPGzdtUFjXkhcmjwBNwno9evAPx/b3CWNnoK7X++185Q4eHg1L0rdqMIHEbAwWVYbr2UroXN2g19KjxZnUcAWdvCX1tTLTpje0QhPQR2ESUic9Q/BldP23FV85LYlmhIeVlLefuP+jxiT9WhcMKGqu0fzqQ4Ptdbg5ukMq8br/LVkAd8l3faZQ2x3HUv8nFT2pYdP6xMJs25F6LI3u5Hq7yCDTYCPwodzRkwXPq+uCSHZQqTAJcrC65k3qRPsRPzJ+yXHOZZ8xIUR0DD2+P+TEx+NiyD4MRnisJwAvTbUfVqvW0gO+bL+FKLo3IKtoAwTMX+HedXyk8xfjgl7zrF7FuGmhVKGk7/ia1MFFRLyhwEIGZ1w0UZMu2ZqJ9q0A3Ms153t284J6XO8VirsHXxvMmthjvzLXnLFwEo2zVcMnuOsDjeElVsOfkURxOc1gbhOWI0ddl7akn3Bziwre4kW9fVcn0iCKZcxeRMd9ekeDIjKUXtjr3I8BSW+24="
}}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment