Skip to content

Commit

Permalink
ci: remove commented task
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Rajappa <[email protected]>
  • Loading branch information
arjun-rajappa committed Jan 20, 2025
1 parent 0a13ac1 commit ae0894d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,28 +266,28 @@ spec:
workspaces:
- name: task-pvc
workspace: ruby-tracer-ci-pipeline-pvc
# - name: unittest-mongo
# runAfter:
# - unittest-default-ruby-34
# matrix:
# params:
# - name: imageDigest
# value:
# - $(params.ruby_30_image_digest)
# - $(params.ruby_31_image_digest)
# - $(params.ruby_32_image_digest)
# - $(params.ruby_33_image_digest)
# - $(params.ruby_34_image_digest)
# - name: gemfile
# value:
# - "./gemfiles/mongo_216.gemfile"
# - "./gemfiles/mongo_219.gemfile"
# taskRef:
# name: ruby-tracer-unittest-mongo-libraries-task
# workspaces:
# - name: task-pvc
# workspace: ruby-tracer-ci-pipeline-pvc
- name: unittest-memcached
- name: unittest-mongo
runAfter:
- unittest-default-ruby-34
matrix:
params:
- name: imageDigest
value:
- $(params.ruby_30_image_digest)
- $(params.ruby_31_image_digest)
- $(params.ruby_32_image_digest)
- $(params.ruby_33_image_digest)
- $(params.ruby_34_image_digest)
- name: gemfile
value:
- "./gemfiles/mongo_216.gemfile"
- "./gemfiles/mongo_219.gemfile"
taskRef:
name: ruby-tracer-unittest-mongo-libraries-task
workspaces:
- name: task-pvc
workspace: ruby-tracer-ci-pipeline-pvc
- name: unittest-mongo
runAfter:
- unittest-default-ruby-34
matrix:
Expand Down

0 comments on commit ae0894d

Please sign in to comment.