Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dispatch step is failing to create a new system-agent-installer tag #7321

Closed
galal-hussein opened this issue Apr 19, 2023 · 4 comments
Closed
Assignees
Labels
area/ci kind/bug Something isn't working

Comments

@galal-hussein
Copy link
Contributor

Describe the bug:
Dispatch CI step is failing to create system-agent-installer tag

Steps To Reproduce:
when cutting a new release the dispatch drone step should do two things:

  • send a dispatch to cut a new k3s-upgrade tag
  • send a dispatch to cut a new system-agent-installer tag

https://github.com/k3s-io/k3s/blob/master/scripts/dispatch#L13-L19

Expected behavior:
dispatch to work properly

Actual behavior:
k3s-upgrade dispatch works however system-agent-installer dispatch reports not_found, example:

https://drone-publish.k3s.io/k3s-io/k3s/1344/7/2

Additional context / logs:

@galal-hussein galal-hussein added kind/bug Something isn't working area/ci labels Apr 19, 2023
@brandond
Copy link
Member

brandond commented Apr 19, 2023

I don't think this ever worked. EIO didn't want to give us a cross-org token that would allow actions in the k3s-io/k3srepo to run things in the rancher/system-agent-installer-k3s repo. Note that we use "${PAT_USERNAME}:${PAT_TOKEN}" to send the dispatch - this token is only valid for repos in the k3s-io org.

The error is a 404 but I think the actual problem is lack of access.

@caroline-suse-rancher
Copy link
Contributor

@johnatasr Can you remind me of the status on this one?

@johnatasr
Copy link
Contributor

@caroline-suse-rancher Rancher EIO provided us a new token in GH from Rancher org, for now I doing some tests with it to make sure everything is working as expected. Hope this week close this one 🙏

@johnatasr
Copy link
Contributor

Already deployed

@github-project-automation github-project-automation bot moved this from In Triage to Done Issue in K3s Development Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci kind/bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants