Git Product home page Git Product logo

Comments (3)

jmfernandez avatar jmfernandez commented on August 18, 2024

I have realized several unrelated issues in the configuration files you have shared here meanwhile I was trying to reproduce the issue with current version.

The first one is that the local configuration file is using what it seems environment variables both in workDir and cacheDir. Environment variable substitution for file paths in the local configuration file is not going to be implemented, so I guess you put them there in order to avoid disclosing local paths, right?

The second one is that the sample stage file you have included is using container key under workflow_config, instead of containerType one. The validation does not complain because those blocks are not being constrained by an "additionalProperties": false.

For this last issue, you can see the automatically generated documentation here: https://github.com/inab/WfExS-backend/blob/main/development-docs/schemas/stage-definition_schema.md#workflow_config

Last, once I fixed these two issues (replacing the environment variable placeholders by their values by hand and using containerType key), staging seemed to properly work.

So, I don't know whether I was unable to reproduce the issue, or it was fixed due past commits.

from wfexs-backend.

jmfernandez avatar jmfernandez commented on August 18, 2024

@dcl10 did you have a look at my previous answer of this issue? Is this issue still relevant?

from wfexs-backend.

dcl10 avatar dcl10 commented on August 18, 2024

Hi @jmfernandez, I'm afraid I hadn't taken a look.

However, I've had some luck changing how I specified workflow_id to be like pypi.

On the first issue, thanks for the heads up about workDir and cacheDir. We used them simply because they were in one of the example workflows. What should we do instead for these fields? Simply not specify them?

For the second one, I found in the docs that it should have been containerType and have using that since.

I think this issue can be closed now, so I'll do that. Thank you for having a look for me - much appreciated 👍

from wfexs-backend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.