Questions tagged [runner]

250 questions
1
vote
2 answers

Python Run Two Functions With Different Timers In One Daemon

I'm using the template python daemon discussed here in two different scripts to launch two separate daemons. I would like to combine them into one daemon script that has one lockfile, etc. However, each has different loop timer, one at 1 minute and…
secumind
  • 1,141
  • 1
  • 17
  • 38
1
vote
1 answer

rails-3 cron job not working with rails runner

Recently I came across the following tutorial of running cron job without using any Gems http://www.ameravant.com/posts/recurring-tasks-in-ruby-on-rails-using-runner-and-cron-jobs I create one file in /app/delete_old_posts.rb class…
urjit on rails
  • 1,763
  • 4
  • 19
  • 36
0
votes
2 answers

Undefined method in runner

So I've been trying to test the following simple script title procedure.rb class Procedure < ActiveRecord::Base def fetch__records selection = connection.execute("SELECT * From users WHERE name = test AND password = password") if…
Working Title
  • 254
  • 7
  • 28
0
votes
1 answer

Bundle install keeps installing to ./runner

Not sure what's going on here, but in my Rails 3 application, I type bundle install and at the end if says Your bundle is complete! It was installed into ./runner. Weird because I have no idea where runner is coming from!
Shamoon
  • 41,293
  • 91
  • 306
  • 570
0
votes
2 answers

Trying to Rails.cache.delete_matched from the runner

On redmine 1.2/rails 2.3.11 I'm rendering a repository markdown file as html (as redmine_markdown_extra_viewer does), and now I'am trying to cache the result, which should be updated on each commit. So I have a git hook that fetch the repo changes,…
chocoposh
  • 3
  • 1
  • 3
0
votes
0 answers

Gitlab runner does not work for other users

I have configured GitLab Runner on my server, and for me, it works without a problem. But when other developers (even if their role is maintainer) make a merge request, which is my trigger, it does not start the jobs. It shows a blank screen, which…
0
votes
0 answers

Dotnet sdk coulndt found

I'm tring to set my bitbucket runner. I did my all settings on bitbucket and looks correct. The problem is my project. I can run and build my stuff without problem. But when I run my build script in the yaml file this error shows up. Error…
0
votes
0 answers

Gitlab CI/CD runner failing to call python3

Part of my CI/CD routine on Gitlab is calling a Batch script, which then calls a Python script. For some reason, the runner fails to interact with Python each time. I've produced an example script for simplicity's sake, here are the contents: call…
0
votes
0 answers

How to find absolute path to Katalon Recorder extension test suite for command line runner

exploring Katalon recorder in chrome as an extention, but facing the below issue Need to run below command in command Line runner kr-cli run --report= Need to understand the pathToHtmlFile I am confused about this one. Looking forward for help
Tanya
  • 1
0
votes
0 answers

Gitlab runner cant perform git command

I’ve facing this problem for the CI/CD pipeline, it always failed in git command resulting error of fatal: detected dubious ownership in repository at ‘/home/adadev/docker_folder//…’ I’ve tried adding safe.directory “*” in the runner env and some…
0
votes
0 answers

docker login on gitlab-ci error: dial tcp: lookup on 127.0.0.53:53: no such host

I trying to set up a private code repository and ci/cd with Gitlab, Gitlab runner, SonarQube and Nexus. Both my containers are in same networks, m y runner already can send data to sonarqube and publish packages to nexus nuget hosted. Now, i'm…
Adolfok3
  • 5
  • 1
  • 5
0
votes
1 answer

VS Code not printing output

I don't get an output, please help me out I'm new to python and VS Code, I've installed python and code runner, but I can't still print an output, it executed the code with no error but not printing on the console.
0
votes
0 answers

Github Actions Runner Controller - "controller-manager" secret is deleted when helm upgrade is executed for actions runner controller

I'm deploying the action runner controller in the Kubernetes cluster and whenever I run the helm chart upgrade using the below command, during deployment "controller-manager" is deleted, how to avoid the deletion of the "controller-manager"…
KNCK
  • 103
  • 2
  • 12
0
votes
0 answers

Use Terraform variable in Powershell script

I need to pass variables from tf to script. I have already a working solution for Linux (Bash) machine, now I need to re-write it for Windows (Powershell). This is my Linux resource: resource "azurerm_virtual_machine_extension" "runner_server"…
user15824359
  • 91
  • 1
  • 11
0
votes
0 answers

How to retrieve current tags being executed passed from runner file in Cucumber Selenium TestNg framework

`@ProdCheck @Login @Regression Feature: Login Scenario: Successful Login Given Open Application and Enter "Testurl" When enter username "demo100" and password "test" Then Logout from the application Runner: @CucumberOptions( strict =…
Divya
  • 1
  • 1