14,044 questions
0
votes
1
answer
62
views
Modifying files during an Azure DevOps Build Validation pipeline keeps triggering re-runs
I have a repository that implements automatic versioning using commitizen. Handling version bumps after merging to main is trivial, I have a simple pipeline to perform the cz bump and then push that ...
0
votes
1
answer
183
views
How to programatically build and run a Beckhoff TwinCAT solution?
I am trying to set up continuous integration for my TwinCAT3 PLC project, including external tests through Python pytest.
For this to work I need a script that does the following:
Build the solution
...
Best practices
0
votes
1
replies
82
views
Integrating Testing and QA into AI Workflows
Is anyone aware or can anyone verify whether AI software development pipelines and processes have evolved to the point that they incorporate basic industry testing procedures (unit testing, smoke ...
Best practices
1
vote
1
replies
104
views
How to build a .NET Android App in a Gitlab CI Pipeline
I'm trying to build a .NET Android App in my Gitlab CI pipeline, but the "official" way I thought I found does not seem to work or I misunderstood something there.
I used the Android App ...
Best practices
0
votes
1
replies
61
views
How to manage and isolate multiple instances of the same Python worker script dynamically
I am currently running several Python scripts on a Linux server. These scripts communicate with external hardware devices
Right now, I have 4 instances running. The underlying Python code is exactly ...
1
vote
1
answer
166
views
How to automate versioning via CI in a Python project? [closed]
I have a Python project using pyproject.toml and I want to figure out the best method to automate incrementing the version. The requirements are:
Each time the package is modified (e.g.: src/**, ...
0
votes
0
answers
124
views
Wikipedia returns 403 when using sphinx linkcheck to check for broken links
We use sphinx linkcheck to make sure that our docs do not contain broken links, but Wikipedia has started returning a 403, assuming that our CI is a robot. Fair enough, it is a robot, so has anyone ...
0
votes
0
answers
135
views
E: Unable to locate package libeigen3-dev
In short, in the GitLab CI I get the error
E: Unable to locate package libeigen3-dev
Context.
I'm on Linux. On my machine the makefile works and the program can run. The CI can run the installation of ...
1
vote
1
answer
90
views
How to create trigger on specific file change?
I'm using Buddy Works CI/CD. My use case is that I want to run auto evaluation via CI every time there is a push of changing a evaluation data file. I have tried a lot but fail. My current approach is ...
Advice
0
votes
2
replies
66
views
How to replicate locally automated API tests within gitlab CI
Let's say you have a repository in gitlab. For facilitated distribution of the application and according development throughout a team, you convert the app into a Docker Container, which can be ...
Best practices
0
votes
0
replies
41
views
screenshot unreal app in windows ci pipeline
Is there a best practice to capture screenshots of an unreal app when performing a test in a gitlab ci pipeline? gemini suggest using movie render queue w a vnc session or NICE DCV to stimulate a user ...
0
votes
0
answers
46
views
How to translate CI to IC of the header of a in gtsummary table?
How to translate CI to IC (brazilian portuguese) of the header of a gtsummary table? Using theme_gtsummary_language() function, it doesn't work. I tried the modify_header() function too, but doesn't ...
Best practices
0
votes
6
replies
112
views
Workflow from feature development to staging test to production run
The title is somewhat difficult. I try to explain what I want the input from you all.
My current practice from a feature/bug development towards the codes journey to the production is the following.
...
Best practices
0
votes
1
replies
66
views
How do you handle CI/CD for APIs? I’m stuck on how setups with multiple local/staging/prod fit together
We built a CI/CD monorepo -- it makes intuitive sense with local/staging/prod. You push small commits and it auto-deploys. That makes sense when you just have that one pipeline for one app.
But now as ...
5
votes
1
answer
844
views
Fastlane 'upload_to_testflight' reports success but build never appears in AppStore Connect (Bitrise CI, iOS)
I’m using Fastlane on Bitrise CI to build and distribute an iOS app.
Everything in my CI runs fine — the build succeeds, Fastlane reports that the upload to TestFlight was successful — but the build ...