Skip to content

Commit

Permalink
ci: Specify timeout for the GH PR pipelineruns as well
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <ferenc.geczi@ibm.com>
  • Loading branch information
Ferenc- committed Jun 24, 2024
1 parent 1a2a70a commit b5d7806
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .tekton/github-pr-eventlistener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spec:
# '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'
name: ruby-tracer-pr-$(tt.params.git-branch-normalized)-$(tt.params.git-commit-short-sha)
spec:
timeouts:
pipeline: "2h"
params:
- name: revision
value: $(tt.params.git-branch)
Expand Down
2 changes: 1 addition & 1 deletion test/tracing/tracer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_exotic_tag_types

require 'resolv'
r = Resolv::DNS.new
ipv4 = r.getaddress("www.pwpush.com")
ipv4 = r.getaddress("www.wikipedia.org")

::Instana.tracer.start_or_continue_trace(:rack, {:ipaddr => ipv4}) do
assert_equal true, ::Instana.tracer.tracing?
Expand Down

0 comments on commit b5d7806

Please sign in to comment.