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

Samples deployment failed for dapr #1866

Closed
github-actions bot opened this issue Oct 11, 2024 · 2 comments
Closed

Samples deployment failed for dapr #1866

github-actions bot opened this issue Oct 11, 2024 · 2 comments
Labels
test-failure A scheduled test run has failed and needs to be investigated

Comments

@github-actions
Copy link

github-actions bot commented Oct 11, 2024

Test failed on radius-project/samples. See workflow logs for more details.

AB#13444

@github-actions github-actions bot added the test-failure A scheduled test run has failed and needs to be investigated label Oct 11, 2024
@kachawla
Copy link
Contributor

kachawla commented Oct 11, 2024

Download rad CLI step failed with the following error. However I'm able to find 0.38 version locally, and the script works fine for 0.38 locally as well. Going to retry. 0.39 release is currently blocked on PR reviews.

++ VERSION=0.38
++ RAD_CLI_URL=https://raw.githubusercontent.com/radius-project/radius/main/deploy/install.sh
++ RAD_CLI_EDGE_URL=ghcr.io/radius-project/rad/linux-amd64:latest
Querying the most recent version of the specified channel: 0.38
++ [[ 0.38 == \e\d\g\e ]]
++ [[ -n 0.38 ]]
++ RADIUS_VERSION=0.38
++ [[ 0.38 =~ ^[0-9]+\.[0-9]+$ ]]
++ echo 'Querying the most recent version of the specified channel: 0.38'
+++ curl -L -H 'Accept: application/vnd.github+json' -H 'X-GitHub-Api-Version: 2022-[11](https://github.com/radius-project/samples/actions/runs/11291936625/job/31406894963#step:15:12)-28' https://api.github.com/repos/radius-project/radius/releases
+++ jq -r '.[] | .tag_name | select(startswith("v0.38"))'
+++ head -n 1
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   278  100   278    0     0   5933      0 --:--:-- --:--:-- --:--:--  6043
jq: error (at <stdin>:1): Cannot index string with string "tag_name"
++ RADIUS_VERSION=
++ echo 'Found version '
++ [[ -z '' ]]
++ echo 'No releases found for channel 0.38'
++ exit 1
Found version 
No releases found for channel 0.38
Error: Process completed with exit code 1.

@kachawla
Copy link
Contributor

Passed on re-run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-failure A scheduled test run has failed and needs to be investigated
Projects
None yet
Development

No branches or pull requests

1 participant