workflow Questions

2

I have two workflows. One deploys on push to master to a test environment. The other deploys on release to prod environment. They are 90% identical, code copy&paste. Is there a concept such a...
Hachmin asked 8/5, 2020 at 21:26

2

Solved

I'm getting started with CI/CD and Docker and i wanted to pass a connection string to docker in my workflow file. deploy: runs-on: ubuntu-latest needs: publish steps: - name: deploy to server ...
Seriatim asked 9/9, 2021 at 10:45

1

Solved

I have the following job on GitHub actions. And I would to like to skip the macOS x86 configuration: is there a way to do this? build-and-push-native-libraries: name: Build and push native librar...
Cajeput asked 31/8, 2021 at 7:24

1

Solved

I try to use tidymodels to tune the workflow with recipe and model parameters. When tuning a single workflow there is no problem. But when tuning a workflowsets with several workflows it always fai...
Deft asked 30/7, 2021 at 10:49

2

Solved

Several sources claim that process managers do not contain any business logic. A Microsoft article for example says this: You should not use a process manager to implement any business logic in yo...

3

Solved

I'm producing plenty of analyses in R and utilizing the .html Markdown format to present and communicate work. Often, my manager will need to correct/add to the text which accompanies the code bloc...
Modular asked 25/3, 2020 at 15:56

4

Solved

Reading the Kubernetes "Run to Completion" documentation, it says that jobs can be run in parallel, but is it possible to chain together a series of jobs that should be run in sequential order (par...
Should asked 13/9, 2018 at 20:59

6

Solved

I have my master branch and a develop branch for working on a few changes. I need to merge changes from master into develop, but will eventually merge everything from develop into master. I have tw...
Downtime asked 29/12, 2010 at 17:55

2

Solved

Machine learning platform is one of the buzzwords in business, in order to boost develop ML or Deep learning. There are a common part workflow orchestrator or workflow scheduler that help users bu...

1

Solved

For a python application, I have setup a GitHub action that runs pytest (and other tools) on each pull request to master. When the workflow fails, I saw it in the "Check" tab on the pull ...
Maggiore asked 14/5, 2021 at 20:30

3

I am trying GitHub Actions for CI with a Ruby on Rails application. My setup is with VM, not running the Ruby build in a container. This is my workflow yml. It runs all the way without errors un...

1

Solved

This is the workflow I'm currently using on GitHub name: Windows10 - CI on: [ push ] jobs: run-test: runs-on: [ self-hosted, windows, DO ] steps: - uses: actions/checkout@v2 with: clean: fals...
Iconoscope asked 22/4, 2021 at 14:23

3

Solved

I have to manage a workflow involving R-scripts and VBA-code. I would like to run the process in R (where most of my code is) and now and then to call VBA-code for specific calculation. I would ...
Scant asked 16/10, 2013 at 13:6

2

For me, a biggest discomfort of Blazor development is absent to simple refreshing page after tiny changing HTML of style in source code. Since ASP.NET was born this opportunity has been present - w...
Deadening asked 26/6, 2020 at 10:55

5

Solved

I just stumbled over something peculiar today. I asked a co-worker at my summer job to help me set up a new remote git repo for my code and there was a lot of confusion about what he did and what I...
Oversupply asked 28/6, 2012 at 8:23

3

Solved

I've been researching git subtree and other alternatives to git submodules. My project has well over 100 submodules and it's very unwieldy to manage them all. Can anyone recommend a workflow that ...
Orford asked 6/5, 2015 at 18:39

14

Solved

I am developing a Gulpfile. Can it be made to restart as soon as it changes? I am developing it in CoffeeScript. Can Gulp watch Gulpfile.coffee in order to restart when changes are saved?
Cyanite asked 5/4, 2014 at 20:54

1

Solved

Step Functions now support callback features to support manual approval. I wanted to know how the task token is generated and if we can pass our own task token string so that we do not require to s...

4

Solved

Are there any open source Job Scheduler with REST API for commercial use which will support features like: Tree like Job dependency Hold & Release Rerun failed steps Parallelism Help would ...
Idol asked 5/12, 2013 at 7:7

1

I want to build a Django solution which workflow can be defined and changed on the fly, hopefully by updating a BPMN diagram without having to change the source code and redeploy. Despite such a f...
Disembark asked 1/3, 2019 at 15:17

1

I have the following GitHub workflow for building my project name: build on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: set up JDK 1.8 uses: act...
Hildick asked 5/2, 2020 at 15:43

1

I am currently looking for an open-source library for flowchart builder or workflow editor for frontend webapp in angular. I have looked at jsplumb and jointjs. But the angular wrapper for ...
Gradeigh asked 29/11, 2018 at 8:1

6

Solved

I use ipdb fairly often in a way to just jump to a piece of code that is isolated i.e. it is hard to write a real script that uses it. Instead I write a minimal test case with mocking and jump into...
Henryhenryetta asked 17/8, 2015 at 16:13

3

I'm looking for an orchestration framework/engine/toolkit with which to replace/upgrade an existing software, mainly because of scalability limitations. By orchestration I mean asynchronous and dis...
Homologize asked 23/4, 2018 at 12:44

5

when I put a new DAG python script in the dags folder, I can view a new entry of DAG in the DAG UI but it was not enabled automatically. On top of that, it seems does not loaded properly as well. I...
Carlcarla asked 10/1, 2017 at 3:21

© 2022 - 2024 — McMap. All rights reserved.