@grnsft/if 0.6.0-beta.0 → 0.7.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Refactor-migration-guide.md +68 -82
- package/github-processes.md +3 -9
- package/manifests/examples/builtins/coefficient/failure-invalid-config-input-param.yml +2 -4
- package/manifests/examples/builtins/coefficient/failure-output-param-is-null.yaml +1 -3
- package/manifests/examples/builtins/coefficient/success.yml +1 -3
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +1 -2
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +3 -4
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yml +2 -3
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/success.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/region-metadata/failure-missing-column.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/region-metadata/failure-missing-output.yml +2 -2
- package/manifests/examples/builtins/csv-lookup/region-metadata/success-renaming.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/region-metadata/success.yml +1 -1
- package/manifests/examples/builtins/csv-lookup/tdp-finder/failure-missing-input-param.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yml +1 -2
- package/manifests/examples/builtins/csv-lookup/tdp-finder/success.yml +1 -2
- package/manifests/examples/builtins/divide/failure-invalid-config-denominator.yml +3 -5
- package/manifests/examples/builtins/divide/failure-missing-numerator.yml +2 -4
- package/manifests/examples/builtins/divide/success.yml +2 -2
- package/manifests/examples/builtins/exponent/success.yml +1 -1
- package/manifests/examples/builtins/interpolation/success.yml +1 -1
- package/manifests/examples/builtins/mock-observations/failure-invalid-config-cpu-range.yml +2 -2
- package/manifests/examples/builtins/mock-observations/failure-invalid-memory-utilization-range.yml +1 -1
- package/manifests/examples/builtins/mock-observations/failure-missing-timestamp-from-param.yml +1 -1
- package/manifests/examples/builtins/mock-observations/success.yml +1 -1
- package/manifests/examples/builtins/multiply/failure-input-parameter-is-missing.yml +1 -1
- package/manifests/examples/builtins/multiply/success-with-multiple-inputs.yml +1 -1
- package/manifests/examples/builtins/multiply/success.yml +1 -1
- package/manifests/examples/builtins/regex/failure-missing-input-param.yml +1 -1
- package/manifests/examples/builtins/regex/failure-not-matching-with-regex.yml +2 -2
- package/manifests/examples/builtins/regex/success.yml +1 -1
- package/manifests/examples/builtins/sci/failure-invalid-config-value.yml +3 -4
- package/manifests/examples/builtins/sci/failure-missing-input-param.yml +1 -1
- package/manifests/examples/builtins/sci/success.yml +1 -1
- package/manifests/examples/builtins/sci-embodied/scenario-1.yml +27 -0
- package/manifests/examples/builtins/sci-embodied/scenario-2.yml +37 -0
- package/manifests/examples/builtins/sci-embodied/success.yml +13 -0
- package/manifests/examples/builtins/shell/failure-invalid-command.yml +2 -2
- package/manifests/examples/builtins/shell/success.yml +2 -2
- package/manifests/examples/builtins/subtract/success.yml +1 -1
- package/manifests/examples/builtins/sum/failure-missing-input-param.yml +2 -2
- package/manifests/examples/builtins/sum/failure-missing-output-param.yml +2 -2
- package/manifests/examples/builtins/sum/success.yml +1 -1
- package/manifests/examples/builtins/time-converter/success.yaml +24 -0
- package/manifests/examples/builtins/time-sync/failure-config-start-later-end.yml +10 -12
- package/manifests/examples/builtins/time-sync/{failure-missing-global-config.yml → failure-missing-config.yml} +3 -8
- package/manifests/examples/builtins/time-sync/success.yml +2 -2
- package/manifests/examples/features/regroup/failure-missing-cloud-instance-type.yml +1 -1
- package/manifests/examples/features/regroup/success.yml +1 -1
- package/manifests/examples/pipelines/generics.yml +8 -8
- package/manifests/examples/pipelines/instance-metadata.yml +2 -2
- package/manifests/examples/pipelines/nesting.yml +75 -33
- package/manifests/examples/pipelines/outputs-if-diff/pipeline-with-aggregate.yaml +166 -122
- package/manifests/examples/pipelines/outputs-if-diff/pipeline-with-mocks.yaml +130 -70
- package/manifests/examples/pipelines/pipeline-teads-sci.yml +15 -15
- package/manifests/examples/pipelines/pipeline-with-aggregate.yml +57 -27
- package/manifests/examples/pipelines/pipeline-with-mocks.yml +99 -41
- package/manifests/examples/pipelines/scenario-3.yml +1 -1
- package/manifests/examples/pipelines/scenario-4.yml +5 -5
- package/manifests/examples/pipelines/scenario-5.yml +3 -3
- package/manifests/examples/pipelines/sci.yml +12 -12
- package/manifests/examples/pipelines/teads-curve.yml +10 -10
- package/manifests/examples/pipelines/zeros.yml +23 -23
- package/manifests/outputs/bugs/aggregation-error-wrong-metric.yaml +40 -40
- package/manifests/outputs/bugs/input-error-missing-duration.yaml +1 -1
- package/manifests/outputs/bugs/mock-observations-failure-duration-is-zero.yaml +2 -2
- package/manifests/outputs/bugs/pipeline-error-naming-mismatch.yaml +1 -1
- package/manifests/outputs/bugs/pipeline-error-uninitialized-plugin.yaml +1 -1
- package/manifests/outputs/bugs/pipeline-ordering-error.yaml +6 -6
- package/manifests/outputs/builtins/coefficient/failure-invalid-config-input-param.yaml +2 -2
- package/manifests/outputs/builtins/coefficient/failure-output-param-is-null.yaml +1 -1
- package/manifests/outputs/builtins/coefficient/success.yaml +23 -22
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +76 -0
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yaml +22 -21
- package/manifests/outputs/builtins/csv-lookup/cloud-metadata/success.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/failure-missing-column.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/failure-missing-output.yaml +21 -20
- package/manifests/outputs/builtins/csv-lookup/region-metadata/success-renaming.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/region-metadata/success.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yaml +1 -1
- package/manifests/outputs/builtins/csv-lookup/tdp-finder/success.yaml +1 -1
- package/manifests/outputs/builtins/divide/failure-invalid-config-denominator.yaml +41 -25
- package/manifests/outputs/builtins/divide/failure-missing-numerator.yaml +32 -23
- package/manifests/outputs/builtins/divide/success-denominator-equal-zero.yaml +2 -2
- package/manifests/outputs/builtins/divide/success.yaml +2 -2
- package/manifests/outputs/builtins/exponent/success.yaml +1 -1
- package/manifests/outputs/builtins/interpolation/interpolation.yaml +1 -1
- package/manifests/outputs/builtins/interpolation/success.yaml +1 -1
- package/manifests/outputs/builtins/mock-observations/failure-invalid-config-cpu-range.yaml +3 -3
- package/manifests/outputs/builtins/mock-observations/failure-invalid-memory-utilization-range.yaml +2 -2
- package/manifests/outputs/builtins/mock-observations/failure-missing-timestamp-from-param.yaml +1 -1
- package/manifests/outputs/builtins/mock-observations/success.yaml +49 -190
- package/manifests/outputs/builtins/multiply/failure-input-parameter-is-missing.yaml +1 -1
- package/manifests/outputs/builtins/multiply/success-with-multiple-inputs.yaml +1 -1
- package/manifests/outputs/builtins/multiply/success.yaml +1 -1
- package/manifests/outputs/builtins/regex/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/regex/failure-not-matching-with-regex.yaml +72 -0
- package/manifests/outputs/builtins/regex/success.yaml +1 -1
- package/manifests/outputs/builtins/sci/failure-invalid-config-value.yaml +22 -23
- package/manifests/outputs/builtins/sci/failure-missing-input-param.yaml +1 -1
- package/manifests/outputs/builtins/sci/success.yaml +1 -1
- package/manifests/outputs/builtins/sci-embodied/failure-invalid-default-emission-value.yaml +22 -26
- package/manifests/outputs/builtins/sci-embodied/scenario-1.yaml +100 -0
- package/manifests/outputs/builtins/sci-embodied/scenario-2.yaml +101 -0
- package/manifests/outputs/builtins/sci-embodied/success.yaml +44 -20
- package/manifests/outputs/builtins/shell/failure-invalid-command.yaml +2 -2
- package/manifests/outputs/builtins/shell/success.yaml +1 -1
- package/manifests/outputs/builtins/subtract/success.yaml +1 -1
- package/manifests/outputs/builtins/sum/failure-missing-input-param.yaml +2 -2
- package/manifests/outputs/builtins/sum/failure-missing-output-param.yaml +2 -2
- package/manifests/outputs/builtins/sum/success.yaml +1 -1
- package/manifests/outputs/builtins/time-converter/success.yaml +73 -0
- package/manifests/outputs/builtins/time-sync/failure-config-start-later-end.yaml +3 -3
- package/manifests/outputs/builtins/time-sync/failure-missing-config.yaml +74 -0
- package/manifests/outputs/builtins/time-sync/success.yaml +50 -59
- package/manifests/outputs/features/aggregate-failure-invalid-metrics.yaml +1 -1
- package/manifests/outputs/features/aggregate-failure-missing-metric-in-inputs.yaml +1 -1
- package/manifests/outputs/features/aggregate-horizontal.yaml +4 -2
- package/manifests/outputs/features/aggregate-vertical.yaml +4 -2
- package/manifests/outputs/features/aggregate.yaml +4 -2
- package/manifests/outputs/features/regroup/failure-invalid-regroup.yaml +87 -0
- package/manifests/outputs/features/regroup/failure-missing-cloud-instance-type.yaml +87 -0
- package/manifests/outputs/pipelines/cloud-metadata-divide.yaml +2 -2
- package/manifests/outputs/pipelines/generics.yaml +28 -28
- package/manifests/outputs/pipelines/instance-metadata.yaml +14 -14
- package/manifests/outputs/pipelines/nesting.yaml +713 -486
- package/manifests/outputs/pipelines/pipeline-teads-sci.yaml +63 -32
- package/manifests/outputs/pipelines/scenario-4.yaml +105 -0
- package/manifests/outputs/pipelines/sci.yaml +56 -32
- package/manifests/outputs/pipelines/teads-curve.yaml +18 -18
- package/manifests/outputs/pipelines/zeros.yaml +27 -27
- package/package.json +7 -5
- package/src/__mocks__/mock-manifest.yaml +1 -2
- package/src/if-env/config/env-template.yml +1 -2
- package/src/if-run/builtins/coefficient/README.md +41 -17
- package/src/if-run/builtins/copy-param/README.md +28 -8
- package/src/if-run/builtins/csv-lookup/README.md +31 -11
- package/src/if-run/builtins/divide/README.md +34 -12
- package/src/if-run/builtins/exponent/README.md +29 -11
- package/src/if-run/builtins/interpolation/README.md +37 -22
- package/src/if-run/builtins/mock-observations/README.md +27 -7
- package/src/if-run/builtins/multiply/README.md +27 -9
- package/src/if-run/builtins/regex/README.md +31 -11
- package/src/if-run/builtins/sci/README.md +29 -8
- package/src/if-run/builtins/sci-embodied/README.md +76 -75
- package/src/if-run/builtins/shell/README.md +15 -7
- package/src/if-run/builtins/subtract/README.md +28 -11
- package/src/if-run/builtins/sum/README.md +47 -14
- package/src/if-run/builtins/time-converter/README.md +136 -0
- package/src/if-run/builtins/time-sync/README.md +44 -22
- package/.gitmodules +0 -3
- package/build/common/config/index.d.ts +0 -1
- package/build/common/config/index.js +0 -6
- package/build/common/config/strings.d.ts +0 -8
- package/build/common/config/strings.js +0 -16
- package/build/common/lib/load.d.ts +0 -6
- package/build/common/lib/load.js +0 -18
- package/build/common/types/manifest.d.ts +0 -13
- package/build/common/types/manifest.js +0 -3
- package/build/common/util/debug-logger.d.ts +0 -4
- package/build/common/util/debug-logger.js +0 -115
- package/build/common/util/fs.d.ts +0 -20
- package/build/common/util/fs.js +0 -94
- package/build/common/util/helpers.d.ts +0 -15
- package/build/common/util/helpers.js +0 -80
- package/build/common/util/logger.d.ts +0 -5
- package/build/common/util/logger.js +0 -39
- package/build/common/util/validations.d.ts +0 -367
- package/build/common/util/validations.js +0 -141
- package/build/common/util/yaml.d.ts +0 -12
- package/build/common/util/yaml.js +0 -59
- package/build/if-check/config/config.d.ts +0 -6
- package/build/if-check/config/config.js +0 -31
- package/build/if-check/config/index.d.ts +0 -2
- package/build/if-check/config/index.js +0 -8
- package/build/if-check/config/strings.d.ts +0 -12
- package/build/if-check/config/strings.js +0 -16
- package/build/if-check/index.d.ts +0 -2
- package/build/if-check/index.js +0 -98
- package/build/if-check/types/process-args.d.ts +0 -4
- package/build/if-check/types/process-args.js +0 -3
- package/build/if-check/util/args.d.ts +0 -10
- package/build/if-check/util/args.js +0 -56
- package/build/if-check/util/helpers.d.ts +0 -4
- package/build/if-check/util/helpers.js +0 -18
- package/build/if-check/util/npm.d.ts +0 -4
- package/build/if-check/util/npm.js +0 -59
- package/build/if-csv/config/config.d.ts +0 -6
- package/build/if-csv/config/config.js +0 -37
- package/build/if-csv/config/index.d.ts +0 -2
- package/build/if-csv/config/index.js +0 -8
- package/build/if-csv/config/strings.d.ts +0 -4
- package/build/if-csv/config/strings.js +0 -8
- package/build/if-csv/index.d.ts +0 -2
- package/build/if-csv/index.js +0 -63
- package/build/if-csv/types/csv.d.ts +0 -7
- package/build/if-csv/types/csv.js +0 -3
- package/build/if-csv/types/process-args.d.ts +0 -5
- package/build/if-csv/types/process-args.js +0 -3
- package/build/if-csv/util/args.d.ts +0 -12
- package/build/if-csv/util/args.js +0 -51
- package/build/if-csv/util/helpers.d.ts +0 -9
- package/build/if-csv/util/helpers.js +0 -95
- package/build/if-diff/config/config.d.ts +0 -6
- package/build/if-diff/config/config.js +0 -31
- package/build/if-diff/config/index.d.ts +0 -2
- package/build/if-diff/config/index.js +0 -8
- package/build/if-diff/config/strings.d.ts +0 -6
- package/build/if-diff/config/strings.js +0 -10
- package/build/if-diff/index.d.ts +0 -2
- package/build/if-diff/index.js +0 -46
- package/build/if-diff/lib/compare.d.ts +0 -10
- package/build/if-diff/lib/compare.js +0 -56
- package/build/if-diff/lib/load.d.ts +0 -55
- package/build/if-diff/lib/load.js +0 -51
- package/build/if-diff/types/args.d.ts +0 -5
- package/build/if-diff/types/args.js +0 -3
- package/build/if-diff/types/compare.d.ts +0 -7
- package/build/if-diff/types/compare.js +0 -3
- package/build/if-diff/types/process-args.d.ts +0 -4
- package/build/if-diff/types/process-args.js +0 -3
- package/build/if-diff/util/args.d.ts +0 -5
- package/build/if-diff/util/args.js +0 -51
- package/build/if-diff/util/helpers.d.ts +0 -13
- package/build/if-diff/util/helpers.js +0 -75
- package/build/if-env/config/config.d.ts +0 -6
- package/build/if-env/config/config.js +0 -37
- package/build/if-env/config/index.d.ts +0 -2
- package/build/if-env/config/index.js +0 -8
- package/build/if-env/config/strings.d.ts +0 -7
- package/build/if-env/config/strings.js +0 -11
- package/build/if-env/index.d.ts +0 -2
- package/build/if-env/index.js +0 -40
- package/build/if-env/types/if-env.d.ts +0 -8
- package/build/if-env/types/if-env.js +0 -3
- package/build/if-env/types/npm.d.ts +0 -9
- package/build/if-env/types/npm.js +0 -3
- package/build/if-env/types/process-args.d.ts +0 -5
- package/build/if-env/types/process-args.js +0 -3
- package/build/if-env/util/args.d.ts +0 -12
- package/build/if-env/util/args.js +0 -47
- package/build/if-env/util/helpers.d.ts +0 -20
- package/build/if-env/util/helpers.js +0 -94
- package/build/if-env/util/npm.d.ts +0 -24
- package/build/if-env/util/npm.js +0 -126
- package/build/if-run/builtins/coefficient/index.d.ts +0 -2
- package/build/if-run/builtins/coefficient/index.js +0 -67
- package/build/if-run/builtins/copy-param/index.d.ts +0 -2
- package/build/if-run/builtins/copy-param/index.js +0 -70
- package/build/if-run/builtins/csv-lookup/index.d.ts +0 -2
- package/build/if-run/builtins/csv-lookup/index.js +0 -190
- package/build/if-run/builtins/divide/index.d.ts +0 -2
- package/build/if-run/builtins/divide/index.js +0 -80
- package/build/if-run/builtins/exponent/index.d.ts +0 -2
- package/build/if-run/builtins/exponent/index.js +0 -60
- package/build/if-run/builtins/export-log.d.ts +0 -4
- package/build/if-run/builtins/export-log.js +0 -44
- package/build/if-run/builtins/export-yaml.d.ts +0 -4
- package/build/if-run/builtins/export-yaml.js +0 -30
- package/build/if-run/builtins/index.d.ts +0 -15
- package/build/if-run/builtins/index.js +0 -34
- package/build/if-run/builtins/interpolation/index.d.ts +0 -2
- package/build/if-run/builtins/interpolation/index.js +0 -151
- package/build/if-run/builtins/mock-observations/helpers/common-generator.d.ts +0 -3
- package/build/if-run/builtins/mock-observations/helpers/common-generator.js +0 -29
- package/build/if-run/builtins/mock-observations/helpers/rand-int-generator.d.ts +0 -3
- package/build/if-run/builtins/mock-observations/helpers/rand-int-generator.js +0 -48
- package/build/if-run/builtins/mock-observations/index.d.ts +0 -2
- package/build/if-run/builtins/mock-observations/index.js +0 -116
- package/build/if-run/builtins/mock-observations/interfaces/index.d.ts +0 -6
- package/build/if-run/builtins/mock-observations/interfaces/index.js +0 -3
- package/build/if-run/builtins/multiply/index.d.ts +0 -2
- package/build/if-run/builtins/multiply/index.js +0 -59
- package/build/if-run/builtins/regex/index.d.ts +0 -2
- package/build/if-run/builtins/regex/index.js +0 -76
- package/build/if-run/builtins/sci/config.d.ts +0 -1
- package/build/if-run/builtins/sci/config.js +0 -44
- package/build/if-run/builtins/sci/index.d.ts +0 -2
- package/build/if-run/builtins/sci/index.js +0 -92
- package/build/if-run/builtins/sci-embodied/index.d.ts +0 -2
- package/build/if-run/builtins/sci-embodied/index.js +0 -156
- package/build/if-run/builtins/shell/index.d.ts +0 -2
- package/build/if-run/builtins/shell/index.js +0 -60
- package/build/if-run/builtins/subtract/index.d.ts +0 -2
- package/build/if-run/builtins/subtract/index.js +0 -61
- package/build/if-run/builtins/sum/index.d.ts +0 -2
- package/build/if-run/builtins/sum/index.js +0 -66
- package/build/if-run/builtins/time-sync/index.d.ts +0 -17
- package/build/if-run/builtins/time-sync/index.js +0 -339
- package/build/if-run/config/config.d.ts +0 -9
- package/build/if-run/config/config.js +0 -73
- package/build/if-run/config/index.d.ts +0 -2
- package/build/if-run/config/index.js +0 -8
- package/build/if-run/config/strings.d.ts +0 -64
- package/build/if-run/config/strings.js +0 -76
- package/build/if-run/index.d.ts +0 -2
- package/build/if-run/index.js +0 -63
- package/build/if-run/lib/aggregate.d.ts +0 -15
- package/build/if-run/lib/aggregate.js +0 -123
- package/build/if-run/lib/compute.d.ts +0 -5
- package/build/if-run/lib/compute.js +0 -136
- package/build/if-run/lib/environment.d.ts +0 -5
- package/build/if-run/lib/environment.js +0 -75
- package/build/if-run/lib/exhaust.d.ts +0 -7
- package/build/if-run/lib/exhaust.js +0 -27
- package/build/if-run/lib/explain.d.ts +0 -9
- package/build/if-run/lib/explain.js +0 -43
- package/build/if-run/lib/initialize.d.ts +0 -6
- package/build/if-run/lib/initialize.js +0 -109
- package/build/if-run/lib/regroup.d.ts +0 -5
- package/build/if-run/lib/regroup.js +0 -64
- package/build/if-run/types/aggregation.d.ts +0 -5
- package/build/if-run/types/aggregation.js +0 -6
- package/build/if-run/types/compute.d.ts +0 -29
- package/build/if-run/types/compute.js +0 -3
- package/build/if-run/types/environment.d.ts +0 -18
- package/build/if-run/types/environment.js +0 -3
- package/build/if-run/types/exhaust-plugin-interface.d.ts +0 -7
- package/build/if-run/types/exhaust-plugin-interface.js +0 -3
- package/build/if-run/types/explain.d.ts +0 -10
- package/build/if-run/types/explain.js +0 -3
- package/build/if-run/types/interface.d.ts +0 -3
- package/build/if-run/types/interface.js +0 -6
- package/build/if-run/types/plugin-storage.d.ts +0 -6
- package/build/if-run/types/plugin-storage.js +0 -3
- package/build/if-run/types/process-args.d.ts +0 -25
- package/build/if-run/types/process-args.js +0 -3
- package/build/if-run/types/time-sync.d.ts +0 -17
- package/build/if-run/types/time-sync.js +0 -3
- package/build/if-run/util/aggregation-helper.d.ts +0 -7
- package/build/if-run/util/aggregation-helper.js +0 -47
- package/build/if-run/util/args.d.ts +0 -9
- package/build/if-run/util/args.js +0 -60
- package/build/if-run/util/helpers.d.ts +0 -14
- package/build/if-run/util/helpers.js +0 -57
- package/build/if-run/util/log-memoize.d.ts +0 -3
- package/build/if-run/util/log-memoize.js +0 -19
- package/build/if-run/util/os-checker.d.ts +0 -7
- package/build/if-run/util/os-checker.js +0 -97
- package/build/if-run/util/plugin-storage.d.ts +0 -14
- package/build/if-run/util/plugin-storage.js +0 -34
- package/grafana/IF_GRAFANA_SETUP.md +0 -71
- package/grafana/if_grafana_config.json +0 -370
- package/manifests/examples/builtins/divide/failure-denominator-equal-zero.yml +0 -38
- package/manifests/examples/builtins/interpolation/interpolation.yml +0 -24
- package/manifests/examples/builtins/sci-embodied/failure-invalid-default-emission-value.yml +0 -23
- package/manifests/examples/builtins/sci-embodied/failure-missing-expected-lifespan.yml +0 -23
- package/manifests/examples/pipelines/scenario-1.yml +0 -34
- package/manifests/examples/pipelines/scenario-2.yml +0 -52
- package/manifests/outputs/bugs/sci-embodied-missing-resources-total.yaml +0 -72
- package/manifests/outputs/builtins/sci-embodied/failure-missing-expected-lifespan.yaml +0 -69
- package/manifests/outputs/pipelines/mock-obs-time-sync.yaml +0 -449
|
@@ -6,7 +6,7 @@ initialize:
|
|
|
6
6
|
mock-observations:
|
|
7
7
|
path: builtin
|
|
8
8
|
method: MockObservations
|
|
9
|
-
|
|
9
|
+
config:
|
|
10
10
|
timestamp-from: 2023-07-06T00:00
|
|
11
11
|
timestamp-to: 2023-07-06T00:10
|
|
12
12
|
duration: 60
|
|
@@ -26,22 +26,22 @@ initialize:
|
|
|
26
26
|
max: 99
|
|
27
27
|
execution:
|
|
28
28
|
command: >-
|
|
29
|
-
/Users/
|
|
30
|
-
/Users/
|
|
29
|
+
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
30
|
+
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
|
|
31
31
|
manifests/examples/builtins/mock-observations/success.yml -o
|
|
32
|
-
manifests/outputs/builtins/mock-observations/success
|
|
32
|
+
manifests/outputs/builtins/mock-observations/success.yaml
|
|
33
33
|
environment:
|
|
34
|
-
if-version: 0.
|
|
34
|
+
if-version: 0.6.0
|
|
35
35
|
os: macOS
|
|
36
|
-
os-version:
|
|
37
|
-
node-version: 18.
|
|
38
|
-
date-time: 2024-
|
|
36
|
+
os-version: 14.6.1
|
|
37
|
+
node-version: 18.20.4
|
|
38
|
+
date-time: 2024-09-12T10:54:25.979Z (UTC)
|
|
39
39
|
dependencies:
|
|
40
40
|
- '@babel/core@7.22.10'
|
|
41
41
|
- '@babel/preset-typescript@7.23.3'
|
|
42
42
|
- '@commitlint/cli@18.6.0'
|
|
43
43
|
- '@commitlint/config-conventional@18.6.0'
|
|
44
|
-
- '@grnsft/if-core@0.0.
|
|
44
|
+
- '@grnsft/if-core@0.0.22'
|
|
45
45
|
- '@jest/globals@29.7.0'
|
|
46
46
|
- '@types/jest@29.5.8'
|
|
47
47
|
- '@types/js-yaml@4.0.9'
|
|
@@ -80,279 +80,138 @@ tree:
|
|
|
80
80
|
cloud/instance-type: A1
|
|
81
81
|
region: uk-west
|
|
82
82
|
common-key: common-val
|
|
83
|
-
cpu/utilization:
|
|
84
|
-
memory/utilization:
|
|
83
|
+
cpu/utilization: "*"
|
|
84
|
+
memory/utilization: "*"
|
|
85
85
|
- timestamp: '2023-07-06T00:01:00.000Z'
|
|
86
86
|
duration: 60
|
|
87
87
|
cloud/instance-type: A1
|
|
88
88
|
region: uk-west
|
|
89
89
|
common-key: common-val
|
|
90
|
-
cpu/utilization:
|
|
91
|
-
memory/utilization:
|
|
90
|
+
cpu/utilization: "*"
|
|
91
|
+
memory/utilization: "*"
|
|
92
92
|
- timestamp: '2023-07-06T00:02:00.000Z'
|
|
93
93
|
duration: 60
|
|
94
94
|
cloud/instance-type: A1
|
|
95
95
|
region: uk-west
|
|
96
96
|
common-key: common-val
|
|
97
|
-
cpu/utilization:
|
|
98
|
-
memory/utilization:
|
|
97
|
+
cpu/utilization: "*"
|
|
98
|
+
memory/utilization: "*"
|
|
99
99
|
- timestamp: '2023-07-06T00:03:00.000Z'
|
|
100
100
|
duration: 60
|
|
101
101
|
cloud/instance-type: A1
|
|
102
102
|
region: uk-west
|
|
103
103
|
common-key: common-val
|
|
104
|
-
cpu/utilization:
|
|
105
|
-
memory/utilization:
|
|
104
|
+
cpu/utilization: "*"
|
|
105
|
+
memory/utilization: "*"
|
|
106
106
|
- timestamp: '2023-07-06T00:04:00.000Z'
|
|
107
107
|
duration: 60
|
|
108
108
|
cloud/instance-type: A1
|
|
109
109
|
region: uk-west
|
|
110
110
|
common-key: common-val
|
|
111
|
-
cpu/utilization:
|
|
112
|
-
memory/utilization:
|
|
111
|
+
cpu/utilization: "*"
|
|
112
|
+
memory/utilization: "*"
|
|
113
113
|
- timestamp: '2023-07-06T00:05:00.000Z'
|
|
114
114
|
duration: 60
|
|
115
115
|
cloud/instance-type: A1
|
|
116
116
|
region: uk-west
|
|
117
117
|
common-key: common-val
|
|
118
|
-
cpu/utilization:
|
|
119
|
-
memory/utilization:
|
|
118
|
+
cpu/utilization: "*"
|
|
119
|
+
memory/utilization: "*"
|
|
120
120
|
- timestamp: '2023-07-06T00:06:00.000Z'
|
|
121
121
|
duration: 60
|
|
122
122
|
cloud/instance-type: A1
|
|
123
123
|
region: uk-west
|
|
124
124
|
common-key: common-val
|
|
125
|
-
cpu/utilization:
|
|
126
|
-
memory/utilization:
|
|
125
|
+
cpu/utilization: "*"
|
|
126
|
+
memory/utilization: "*"
|
|
127
127
|
- timestamp: '2023-07-06T00:07:00.000Z'
|
|
128
128
|
duration: 60
|
|
129
129
|
cloud/instance-type: A1
|
|
130
130
|
region: uk-west
|
|
131
131
|
common-key: common-val
|
|
132
|
-
cpu/utilization:
|
|
133
|
-
memory/utilization:
|
|
132
|
+
cpu/utilization: "*"
|
|
133
|
+
memory/utilization: "*"
|
|
134
134
|
- timestamp: '2023-07-06T00:08:00.000Z'
|
|
135
135
|
duration: 60
|
|
136
136
|
cloud/instance-type: A1
|
|
137
137
|
region: uk-west
|
|
138
138
|
common-key: common-val
|
|
139
|
-
cpu/utilization:
|
|
140
|
-
memory/utilization:
|
|
139
|
+
cpu/utilization: "*"
|
|
140
|
+
memory/utilization: "*"
|
|
141
141
|
- timestamp: '2023-07-06T00:09:00.000Z'
|
|
142
142
|
duration: 60
|
|
143
143
|
cloud/instance-type: A1
|
|
144
144
|
region: uk-west
|
|
145
145
|
common-key: common-val
|
|
146
|
-
cpu/utilization:
|
|
147
|
-
memory/utilization:
|
|
146
|
+
cpu/utilization: "*"
|
|
147
|
+
memory/utilization: "*"
|
|
148
148
|
- timestamp: '2023-07-06T00:00:00.000Z'
|
|
149
149
|
duration: 60
|
|
150
150
|
cloud/instance-type: B1
|
|
151
151
|
region: uk-west
|
|
152
152
|
common-key: common-val
|
|
153
|
-
cpu/utilization:
|
|
154
|
-
memory/utilization:
|
|
153
|
+
cpu/utilization: "*"
|
|
154
|
+
memory/utilization: "*"
|
|
155
155
|
- timestamp: '2023-07-06T00:01:00.000Z'
|
|
156
156
|
duration: 60
|
|
157
157
|
cloud/instance-type: B1
|
|
158
158
|
region: uk-west
|
|
159
159
|
common-key: common-val
|
|
160
|
-
cpu/utilization:
|
|
161
|
-
memory/utilization:
|
|
160
|
+
cpu/utilization: "*"
|
|
161
|
+
memory/utilization: "*"
|
|
162
162
|
- timestamp: '2023-07-06T00:02:00.000Z'
|
|
163
163
|
duration: 60
|
|
164
164
|
cloud/instance-type: B1
|
|
165
165
|
region: uk-west
|
|
166
166
|
common-key: common-val
|
|
167
|
-
cpu/utilization:
|
|
168
|
-
memory/utilization:
|
|
167
|
+
cpu/utilization: "*"
|
|
168
|
+
memory/utilization: "*"
|
|
169
169
|
- timestamp: '2023-07-06T00:03:00.000Z'
|
|
170
170
|
duration: 60
|
|
171
171
|
cloud/instance-type: B1
|
|
172
172
|
region: uk-west
|
|
173
173
|
common-key: common-val
|
|
174
|
-
cpu/utilization:
|
|
175
|
-
memory/utilization:
|
|
174
|
+
cpu/utilization: "*"
|
|
175
|
+
memory/utilization: "*"
|
|
176
176
|
- timestamp: '2023-07-06T00:04:00.000Z'
|
|
177
177
|
duration: 60
|
|
178
178
|
cloud/instance-type: B1
|
|
179
179
|
region: uk-west
|
|
180
180
|
common-key: common-val
|
|
181
|
-
cpu/utilization:
|
|
182
|
-
memory/utilization:
|
|
181
|
+
cpu/utilization: "*"
|
|
182
|
+
memory/utilization: "*"
|
|
183
183
|
- timestamp: '2023-07-06T00:05:00.000Z'
|
|
184
184
|
duration: 60
|
|
185
185
|
cloud/instance-type: B1
|
|
186
186
|
region: uk-west
|
|
187
187
|
common-key: common-val
|
|
188
|
-
cpu/utilization:
|
|
189
|
-
memory/utilization:
|
|
188
|
+
cpu/utilization: "*"
|
|
189
|
+
memory/utilization: "*"
|
|
190
190
|
- timestamp: '2023-07-06T00:06:00.000Z'
|
|
191
191
|
duration: 60
|
|
192
192
|
cloud/instance-type: B1
|
|
193
193
|
region: uk-west
|
|
194
194
|
common-key: common-val
|
|
195
|
-
cpu/utilization:
|
|
196
|
-
memory/utilization:
|
|
195
|
+
cpu/utilization: "*"
|
|
196
|
+
memory/utilization: "*"
|
|
197
197
|
- timestamp: '2023-07-06T00:07:00.000Z'
|
|
198
198
|
duration: 60
|
|
199
199
|
cloud/instance-type: B1
|
|
200
200
|
region: uk-west
|
|
201
201
|
common-key: common-val
|
|
202
|
-
cpu/utilization:
|
|
203
|
-
memory/utilization:
|
|
202
|
+
cpu/utilization: "*"
|
|
203
|
+
memory/utilization: "*"
|
|
204
204
|
- timestamp: '2023-07-06T00:08:00.000Z'
|
|
205
205
|
duration: 60
|
|
206
206
|
cloud/instance-type: B1
|
|
207
207
|
region: uk-west
|
|
208
208
|
common-key: common-val
|
|
209
|
-
cpu/utilization:
|
|
210
|
-
memory/utilization:
|
|
209
|
+
cpu/utilization: "*"
|
|
210
|
+
memory/utilization: "*"
|
|
211
211
|
- timestamp: '2023-07-06T00:09:00.000Z'
|
|
212
212
|
duration: 60
|
|
213
213
|
cloud/instance-type: B1
|
|
214
214
|
region: uk-west
|
|
215
215
|
common-key: common-val
|
|
216
|
-
cpu/utilization:
|
|
217
|
-
memory/utilization:
|
|
218
|
-
outputs:
|
|
219
|
-
- timestamp: '2023-07-06T00:00:00.000Z'
|
|
220
|
-
duration: 60
|
|
221
|
-
cloud/instance-type: A1
|
|
222
|
-
region: uk-west
|
|
223
|
-
common-key: common-val
|
|
224
|
-
cpu/utilization: '*'
|
|
225
|
-
memory/utilization: '*'
|
|
226
|
-
- timestamp: '2023-07-06T00:01:00.000Z'
|
|
227
|
-
duration: 60
|
|
228
|
-
cloud/instance-type: A1
|
|
229
|
-
region: uk-west
|
|
230
|
-
common-key: common-val
|
|
231
|
-
cpu/utilization: '*'
|
|
232
|
-
memory/utilization: '*'
|
|
233
|
-
- timestamp: '2023-07-06T00:02:00.000Z'
|
|
234
|
-
duration: 60
|
|
235
|
-
cloud/instance-type: A1
|
|
236
|
-
region: uk-west
|
|
237
|
-
common-key: common-val
|
|
238
|
-
cpu/utilization: '*'
|
|
239
|
-
memory/utilization: '*'
|
|
240
|
-
- timestamp: '2023-07-06T00:03:00.000Z'
|
|
241
|
-
duration: 60
|
|
242
|
-
cloud/instance-type: A1
|
|
243
|
-
region: uk-west
|
|
244
|
-
common-key: common-val
|
|
245
|
-
cpu/utilization: '*'
|
|
246
|
-
memory/utilization: '*'
|
|
247
|
-
- timestamp: '2023-07-06T00:04:00.000Z'
|
|
248
|
-
duration: 60
|
|
249
|
-
cloud/instance-type: A1
|
|
250
|
-
region: uk-west
|
|
251
|
-
common-key: common-val
|
|
252
|
-
cpu/utilization: '*'
|
|
253
|
-
memory/utilization: '*'
|
|
254
|
-
- timestamp: '2023-07-06T00:05:00.000Z'
|
|
255
|
-
duration: 60
|
|
256
|
-
cloud/instance-type: A1
|
|
257
|
-
region: uk-west
|
|
258
|
-
common-key: common-val
|
|
259
|
-
cpu/utilization: '*'
|
|
260
|
-
memory/utilization: '*'
|
|
261
|
-
- timestamp: '2023-07-06T00:06:00.000Z'
|
|
262
|
-
duration: 60
|
|
263
|
-
cloud/instance-type: A1
|
|
264
|
-
region: uk-west
|
|
265
|
-
common-key: common-val
|
|
266
|
-
cpu/utilization: '*'
|
|
267
|
-
memory/utilization: '*'
|
|
268
|
-
- timestamp: '2023-07-06T00:07:00.000Z'
|
|
269
|
-
duration: 60
|
|
270
|
-
cloud/instance-type: A1
|
|
271
|
-
region: uk-west
|
|
272
|
-
common-key: common-val
|
|
273
|
-
cpu/utilization: '*'
|
|
274
|
-
memory/utilization: '*'
|
|
275
|
-
- timestamp: '2023-07-06T00:08:00.000Z'
|
|
276
|
-
duration: 60
|
|
277
|
-
cloud/instance-type: A1
|
|
278
|
-
region: uk-west
|
|
279
|
-
common-key: common-val
|
|
280
|
-
cpu/utilization: '*'
|
|
281
|
-
memory/utilization: '*'
|
|
282
|
-
- timestamp: '2023-07-06T00:09:00.000Z'
|
|
283
|
-
duration: 60
|
|
284
|
-
cloud/instance-type: A1
|
|
285
|
-
region: uk-west
|
|
286
|
-
common-key: common-val
|
|
287
|
-
cpu/utilization: '*'
|
|
288
|
-
memory/utilization: '*'
|
|
289
|
-
- timestamp: '2023-07-06T00:00:00.000Z'
|
|
290
|
-
duration: 60
|
|
291
|
-
cloud/instance-type: B1
|
|
292
|
-
region: uk-west
|
|
293
|
-
common-key: common-val
|
|
294
|
-
cpu/utilization: '*'
|
|
295
|
-
memory/utilization: '*'
|
|
296
|
-
- timestamp: '2023-07-06T00:01:00.000Z'
|
|
297
|
-
duration: 60
|
|
298
|
-
cloud/instance-type: B1
|
|
299
|
-
region: uk-west
|
|
300
|
-
common-key: common-val
|
|
301
|
-
cpu/utilization: '*'
|
|
302
|
-
memory/utilization: '*'
|
|
303
|
-
- timestamp: '2023-07-06T00:02:00.000Z'
|
|
304
|
-
duration: 60
|
|
305
|
-
cloud/instance-type: B1
|
|
306
|
-
region: uk-west
|
|
307
|
-
common-key: common-val
|
|
308
|
-
cpu/utilization: '*'
|
|
309
|
-
memory/utilization: '*'
|
|
310
|
-
- timestamp: '2023-07-06T00:03:00.000Z'
|
|
311
|
-
duration: 60
|
|
312
|
-
cloud/instance-type: B1
|
|
313
|
-
region: uk-west
|
|
314
|
-
common-key: common-val
|
|
315
|
-
cpu/utilization: '*'
|
|
316
|
-
memory/utilization: '*'
|
|
317
|
-
- timestamp: '2023-07-06T00:04:00.000Z'
|
|
318
|
-
duration: 60
|
|
319
|
-
cloud/instance-type: B1
|
|
320
|
-
region: uk-west
|
|
321
|
-
common-key: common-val
|
|
322
|
-
cpu/utilization: '*'
|
|
323
|
-
memory/utilization: '*'
|
|
324
|
-
- timestamp: '2023-07-06T00:05:00.000Z'
|
|
325
|
-
duration: 60
|
|
326
|
-
cloud/instance-type: B1
|
|
327
|
-
region: uk-west
|
|
328
|
-
common-key: common-val
|
|
329
|
-
cpu/utilization: '*'
|
|
330
|
-
memory/utilization: '*'
|
|
331
|
-
- timestamp: '2023-07-06T00:06:00.000Z'
|
|
332
|
-
duration: 60
|
|
333
|
-
cloud/instance-type: B1
|
|
334
|
-
region: uk-west
|
|
335
|
-
common-key: common-val
|
|
336
|
-
cpu/utilization: '*'
|
|
337
|
-
memory/utilization: '*'
|
|
338
|
-
- timestamp: '2023-07-06T00:07:00.000Z'
|
|
339
|
-
duration: 60
|
|
340
|
-
cloud/instance-type: B1
|
|
341
|
-
region: uk-west
|
|
342
|
-
common-key: common-val
|
|
343
|
-
cpu/utilization: '*'
|
|
344
|
-
memory/utilization: '*'
|
|
345
|
-
- timestamp: '2023-07-06T00:08:00.000Z'
|
|
346
|
-
duration: 60
|
|
347
|
-
cloud/instance-type: B1
|
|
348
|
-
region: uk-west
|
|
349
|
-
common-key: common-val
|
|
350
|
-
cpu/utilization: '*'
|
|
351
|
-
memory/utilization: '*'
|
|
352
|
-
- timestamp: '2023-07-06T00:09:00.000Z'
|
|
353
|
-
duration: 60
|
|
354
|
-
cloud/instance-type: B1
|
|
355
|
-
region: uk-west
|
|
356
|
-
common-key: common-val
|
|
357
|
-
cpu/utilization: '*'
|
|
358
|
-
memory/utilization: '*'
|
|
216
|
+
cpu/utilization: "*"
|
|
217
|
+
memory/utilization: "*"
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
name: regex
|
|
2
|
+
description: physical processor doesn't match the regex expression
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
plugins:
|
|
6
|
+
regex:
|
|
7
|
+
method: Regex
|
|
8
|
+
path: builtin
|
|
9
|
+
config:
|
|
10
|
+
parameter: physical-processor
|
|
11
|
+
match: ^$
|
|
12
|
+
output: cpu/name
|
|
13
|
+
execution:
|
|
14
|
+
status: fail
|
|
15
|
+
command: >-
|
|
16
|
+
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
17
|
+
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
|
|
18
|
+
manifests/examples/builtins/regex/failure-not-matching-with-regex.yml -o
|
|
19
|
+
manifests/outputs/builtins/regex/failure-not-matching-with-regex.yaml
|
|
20
|
+
environment:
|
|
21
|
+
if-version: 0.6.0
|
|
22
|
+
os: macOS
|
|
23
|
+
os-version: 14.6.1
|
|
24
|
+
node-version: 18.20.4
|
|
25
|
+
date-time: 2024-09-12T11:17:40.549Z (UTC)
|
|
26
|
+
dependencies:
|
|
27
|
+
- '@babel/core@7.22.10'
|
|
28
|
+
- '@babel/preset-typescript@7.23.3'
|
|
29
|
+
- '@commitlint/cli@18.6.0'
|
|
30
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
31
|
+
- '@grnsft/if-core@0.0.22'
|
|
32
|
+
- '@jest/globals@29.7.0'
|
|
33
|
+
- '@types/jest@29.5.8'
|
|
34
|
+
- '@types/js-yaml@4.0.9'
|
|
35
|
+
- '@types/luxon@3.4.2'
|
|
36
|
+
- '@types/node@20.9.0'
|
|
37
|
+
- axios-mock-adapter@1.22.0
|
|
38
|
+
- axios@1.7.2
|
|
39
|
+
- cross-env@7.0.3
|
|
40
|
+
- csv-parse@5.5.6
|
|
41
|
+
- csv-stringify@6.4.6
|
|
42
|
+
- fixpack@4.0.0
|
|
43
|
+
- gts@5.2.0
|
|
44
|
+
- husky@8.0.3
|
|
45
|
+
- jest@29.7.0
|
|
46
|
+
- js-yaml@4.1.0
|
|
47
|
+
- lint-staged@15.2.2
|
|
48
|
+
- luxon@3.4.4
|
|
49
|
+
- release-it@16.3.0
|
|
50
|
+
- rimraf@5.0.5
|
|
51
|
+
- ts-command-line-args@2.5.1
|
|
52
|
+
- ts-jest@29.1.1
|
|
53
|
+
- typescript-cubic-spline@1.0.1
|
|
54
|
+
- typescript@5.2.2
|
|
55
|
+
- winston@3.11.0
|
|
56
|
+
- zod@3.23.8
|
|
57
|
+
error: >-
|
|
58
|
+
RegexMismatchError: `Intel® Xeon® Platinum 8272CL,Intel® Xeon® 8171M 2.1
|
|
59
|
+
GHz,Intel® Xeon® E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz` does
|
|
60
|
+
not match the /^$/ regex expression
|
|
61
|
+
tree:
|
|
62
|
+
children:
|
|
63
|
+
child:
|
|
64
|
+
pipeline:
|
|
65
|
+
compute:
|
|
66
|
+
- regex
|
|
67
|
+
inputs:
|
|
68
|
+
- timestamp: 2023-08-06T00:00
|
|
69
|
+
duration: 3600
|
|
70
|
+
physical-processor: >-
|
|
71
|
+
Intel® Xeon® Platinum 8272CL,Intel® Xeon® 8171M 2.1 GHz,Intel® Xeon®
|
|
72
|
+
E5-2673 v4 2.3 GHz,Intel® Xeon® E5-2673 v3 2.4 GHz
|
|
@@ -10,27 +10,27 @@ initialize:
|
|
|
10
10
|
execution:
|
|
11
11
|
status: fail
|
|
12
12
|
command: >-
|
|
13
|
-
/Users/
|
|
14
|
-
/Users/
|
|
15
|
-
manifests/
|
|
16
|
-
manifests/outputs/
|
|
13
|
+
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
14
|
+
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
|
|
15
|
+
manifests/examples/builtins/sci/failure-invalid-config-value.yml -o
|
|
16
|
+
manifests/outputs/builtins/sci/failure-invalid-config-value.yml
|
|
17
17
|
environment:
|
|
18
|
-
if-version: 0.
|
|
18
|
+
if-version: 0.6.0
|
|
19
19
|
os: macOS
|
|
20
|
-
os-version:
|
|
21
|
-
node-version: 18.
|
|
22
|
-
date-time: 2024-
|
|
20
|
+
os-version: 14.6.1
|
|
21
|
+
node-version: 18.20.4
|
|
22
|
+
date-time: 2024-09-12T06:15:31.434Z (UTC)
|
|
23
23
|
dependencies:
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
24
|
+
- '@babel/core@7.22.10'
|
|
25
|
+
- '@babel/preset-typescript@7.23.3'
|
|
26
|
+
- '@commitlint/cli@18.6.0'
|
|
27
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
28
|
+
- '@grnsft/if-core@0.0.22'
|
|
29
|
+
- '@jest/globals@29.7.0'
|
|
30
|
+
- '@types/jest@29.5.8'
|
|
31
|
+
- '@types/js-yaml@4.0.9'
|
|
32
|
+
- '@types/luxon@3.4.2'
|
|
33
|
+
- '@types/node@20.9.0'
|
|
34
34
|
- axios-mock-adapter@1.22.0
|
|
35
35
|
- axios@1.7.2
|
|
36
36
|
- cross-env@7.0.3
|
|
@@ -50,17 +50,16 @@ execution:
|
|
|
50
50
|
- typescript-cubic-spline@1.0.1
|
|
51
51
|
- typescript@5.2.2
|
|
52
52
|
- winston@3.11.0
|
|
53
|
-
- zod@3.
|
|
54
|
-
error:
|
|
53
|
+
- zod@3.23.8
|
|
54
|
+
error: 'ConfigError: Config is not provided.'
|
|
55
55
|
tree:
|
|
56
56
|
children:
|
|
57
57
|
child:
|
|
58
58
|
pipeline:
|
|
59
59
|
compute:
|
|
60
60
|
- sci
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
functional-unit: 999
|
|
61
|
+
defaults:
|
|
62
|
+
functional-unit: 999
|
|
64
63
|
inputs:
|
|
65
64
|
- timestamp: 2023-07-06T00:00
|
|
66
65
|
duration: 3600
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
name: sci-embodied
|
|
2
2
|
description: >-
|
|
3
|
-
failure with `
|
|
4
|
-
number
|
|
3
|
+
failure with `vCPUs` being string instead of number
|
|
5
4
|
tags: null
|
|
6
5
|
initialize:
|
|
7
6
|
plugins:
|
|
@@ -11,28 +10,26 @@ initialize:
|
|
|
11
10
|
execution:
|
|
12
11
|
status: fail
|
|
13
12
|
command: >-
|
|
14
|
-
/Users/
|
|
15
|
-
/Users/
|
|
16
|
-
manifests/outputs/
|
|
17
|
-
-o
|
|
18
|
-
manifests/outputs/plugins/sci-embodied/failure-invalid-default-emission-value
|
|
13
|
+
/Users/manushak/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
14
|
+
/Users/manushak/Documents/Projects/Green-Software/if/src/if-run/index.ts -m
|
|
15
|
+
manifests/outputs/builtins/sci-embodied/failure-invalid-default-emission-value.yaml
|
|
19
16
|
environment:
|
|
20
|
-
if-version: 0.
|
|
17
|
+
if-version: 0.6.0
|
|
21
18
|
os: macOS
|
|
22
|
-
os-version:
|
|
23
|
-
node-version: 18.
|
|
24
|
-
date-time: 2024-
|
|
19
|
+
os-version: 14.6.1
|
|
20
|
+
node-version: 18.20.4
|
|
21
|
+
date-time: 2024-10-04T08:59:52.608Z (UTC)
|
|
25
22
|
dependencies:
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
23
|
+
- '@babel/core@7.22.10'
|
|
24
|
+
- '@babel/preset-typescript@7.23.3'
|
|
25
|
+
- '@commitlint/cli@18.6.0'
|
|
26
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
27
|
+
- '@grnsft/if-core@0.0.25'
|
|
28
|
+
- '@jest/globals@29.7.0'
|
|
29
|
+
- '@types/jest@29.5.8'
|
|
30
|
+
- '@types/js-yaml@4.0.9'
|
|
31
|
+
- '@types/luxon@3.4.2'
|
|
32
|
+
- '@types/node@20.9.0'
|
|
36
33
|
- axios-mock-adapter@1.22.0
|
|
37
34
|
- axios@1.7.2
|
|
38
35
|
- cross-env@7.0.3
|
|
@@ -52,10 +49,10 @@ execution:
|
|
|
52
49
|
- typescript-cubic-spline@1.0.1
|
|
53
50
|
- typescript@5.2.2
|
|
54
51
|
- winston@3.11.0
|
|
55
|
-
- zod@3.
|
|
52
|
+
- zod@3.23.8
|
|
56
53
|
error: >-
|
|
57
|
-
InputValidationError: "
|
|
58
|
-
|
|
54
|
+
InputValidationError: "vCPUs" parameter is expected number, received string
|
|
55
|
+
at index 0. Error code: invalid_type.
|
|
59
56
|
tree:
|
|
60
57
|
children:
|
|
61
58
|
child:
|
|
@@ -63,9 +60,8 @@ tree:
|
|
|
63
60
|
compute:
|
|
64
61
|
- sci-embodied
|
|
65
62
|
defaults:
|
|
66
|
-
|
|
63
|
+
vCPUs: fail
|
|
67
64
|
time-reserved: 3600
|
|
68
|
-
device/expected-lifespan: 94608000
|
|
69
65
|
resources-reserved: 1
|
|
70
66
|
resources-total: 8
|
|
71
67
|
inputs:
|