Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nomad-FAIR nomad-FAIR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 216
    • Issues 216
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 27
    • Merge requests 27
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-labnomad-lab
  • nomad-FAIRnomad-FAIR
  • Issues
  • #1050
Closed
Open
Issue created Sep 13, 2022 by Adam Fekete@afeketeOwner

Generating metainfo.json artifacts in a deterministic way

Somehow the elements in the constraints list show up randomly.

diff --git a/gui/src/metainfo.json b/gui/src/metainfo.json
index 60a69522..3f140882 100644
--- a/gui/src/metainfo.json
+++ b/gui/src/metainfo.json
@@ -192448,9 +192448,9 @@
             "/packages/19/section_definitions/1"
           ],
           "constraints": [
+            "has_type",
             "higher_shapes_require_dtype",
-            "dimensions",
-            "has_type"
+            "dimensions"
           ],
           "quantities": [
             {

The main issue that every time we regenerate the artifacts we got a slightly different result even though the "information" still the same.

Edited Sep 13, 2022 by Adam Fekete
Assignee
Assign to
Time tracking