-
-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
Description
Summary
When using tag filtering with a git resource, new tags are not being fetched. The resource seems to ignore newly pushed tags unless filtering is disabled and enabled again. In the example below the tag filtering is enabled:
But it doesn't see this tag: https://github.com/aptos-labs/aptos-core/releases/tag/aptos-node-v1.34.4-hotfix even then triggered manually. The issue is not isolated to this specific repo but happens from time to time to any git resouce that has tag filtering enbabled.
Deployment type: BM server with Ubuntu 22.04.5 LTS
Steps to Reproduce
---
resources:
- name: aptos-repo
type: git
source:
uri: https://github.com/aptos-labs/aptos-core.git
fetch_tags: true
version_depth: 500
tag_filter: "aptos-node*"
Expected Results
No response
Actual Results
No response
Web Node(s) configuration
No response
Worker(s) configuration
worker.env:
CONCOURSE_WORK_DIR=XXX
CONCOURSE_TSA_HOST=127.0.0.1:2222
CONCOURSE_TSA_PUBLIC_KEY=XXX
CONCOURSE_TSA_WORKER_PRIVATE_KEY=XXX
CONCOURSE_RUNTIME=containerd
CONCOURSE_CONTAINERD_ALLOW_HOST_ACCESS=true
CONCOURSE_BAGGAGECLAIM_DRIVER=overlay
CONCOURSE_CONTAINERD_DNS_SERVER=XXX
Concourse Version
7.14.0
Browser (if applicable)
No response
Did this use to work?
No, 7.11.2 also had the same issue - sometimes not fetching new tags when tag filtering enabled
Reactions are currently unavailable