Skip to content

Commit

Permalink
Remove workarounds for yoga
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilienM committed Mar 12, 2024
1 parent de8a623 commit e82a9cb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ runs:
GIT_BASE=https://github.com
EOF
# Overriding target release for unmaintained versions
# otherwide devstack will fail to clone some repos.
TARGET_BRANCH=${{ inputs.branch }}
if [[ "${{ inputs.branch }}" == *"yoga"* ]]; then
TARGET_BRANCH="yoga-eom"
fi
echo "TARGET_BRANCH=${TARGET_BRANCH}" >> local.conf
# horizon does not work in github action, permission error
# dstat log takes too much memory to be stored by log artifacts
# tempest must be disabled otherwise it will get installed still
Expand Down

0 comments on commit e82a9cb

Please sign in to comment.