fix: update Gitea URLs in package-tests.yml workflow
Some checks failed
package-tests / test-python-packages (map[name:aitbc-agent-sdk path:packages/py/aitbc-agent-sdk python_version:3.13]) (push) Successful in 19s
package-tests / test-python-packages (map[name:aitbc-cli path:. python_version:3.13]) (push) Successful in 19s
package-tests / test-python-packages (map[name:aitbc-core path:packages/py/aitbc-core python_version:3.13]) (push) Failing after 10s
package-tests / test-python-packages (map[name:aitbc-crypto path:packages/py/aitbc-crypto python_version:3.13]) (push) Failing after 3s
package-tests / test-python-packages (map[name:aitbc-sdk path:packages/py/aitbc-sdk python_version:3.13]) (push) Successful in 13s
security-scanning / audit (push) Failing after 1s
package-tests / test-javascript-packages (map[name:aitbc-sdk node_version:24 path:packages/js/aitbc-sdk]) (push) Successful in 22s
package-tests / cross-language-compatibility (push) Has been skipped
package-tests / package-integration-tests (push) Has been skipped
Some checks failed
package-tests / test-python-packages (map[name:aitbc-agent-sdk path:packages/py/aitbc-agent-sdk python_version:3.13]) (push) Successful in 19s
package-tests / test-python-packages (map[name:aitbc-cli path:. python_version:3.13]) (push) Successful in 19s
package-tests / test-python-packages (map[name:aitbc-core path:packages/py/aitbc-core python_version:3.13]) (push) Failing after 10s
package-tests / test-python-packages (map[name:aitbc-crypto path:packages/py/aitbc-crypto python_version:3.13]) (push) Failing after 3s
package-tests / test-python-packages (map[name:aitbc-sdk path:packages/py/aitbc-sdk python_version:3.13]) (push) Successful in 13s
security-scanning / audit (push) Failing after 1s
package-tests / test-javascript-packages (map[name:aitbc-sdk node_version:24 path:packages/js/aitbc-sdk]) (push) Successful in 22s
package-tests / cross-language-compatibility (push) Has been skipped
package-tests / package-integration-tests (push) Has been skipped
- Replace https://gitea.bubuit.net with http://10.0.3.107:3000 - Fix JavaScript packages CI cloning failures - Update all git clone commands in package-tests.yml - Resolve 'Failed to connect to gitea.bubuit.net port 443' error - Use correct internal Gitea server address CI Fixes: - JavaScript packages workspace setup - Cross-language compatibility tests - Package integration tests - All git clone operations now use reachable URL
This commit is contained in:
@@ -121,7 +121,7 @@ jobs:
|
|||||||
git config --global http.postBuffer 1048576000
|
git config --global http.postBuffer 1048576000
|
||||||
|
|
||||||
# Clone with multiple fallback strategies
|
# Clone with multiple fallback strategies
|
||||||
REPO_URL="https://gitea.bubuit.net/oib/aitbc.git"
|
REPO_URL="http://10.0.3.107:3000/oib/aitbc.git"
|
||||||
|
|
||||||
# Clean any existing repo directory first
|
# Clean any existing repo directory first
|
||||||
rm -rf repo
|
rm -rf repo
|
||||||
@@ -737,7 +737,7 @@ jobs:
|
|||||||
|
|
||||||
echo "Workspace PWD: $(pwd)"
|
echo "Workspace PWD: $(pwd)"
|
||||||
echo "Cloning repository..."
|
echo "Cloning repository..."
|
||||||
git clone https://gitea.bubuit.net/oib/aitbc.git repo
|
git clone http://10.0.3.107:3000/oib/aitbc.git repo
|
||||||
|
|
||||||
cd repo
|
cd repo
|
||||||
echo "Repo PWD: $(pwd)"
|
echo "Repo PWD: $(pwd)"
|
||||||
@@ -878,7 +878,7 @@ jobs:
|
|||||||
# Ensure no git lock files exist
|
# Ensure no git lock files exist
|
||||||
find . -name "*.lock" -delete 2>/dev/null || true
|
find . -name "*.lock" -delete 2>/dev/null || true
|
||||||
|
|
||||||
git clone https://gitea.bubuit.net/oib/aitbc.git repo
|
git clone http://10.0.3.107:3000/oib/aitbc.git repo
|
||||||
cd repo
|
cd repo
|
||||||
|
|
||||||
- name: Test SDK Compatibility
|
- name: Test SDK Compatibility
|
||||||
@@ -962,7 +962,7 @@ jobs:
|
|||||||
# Ensure no git lock files exist
|
# Ensure no git lock files exist
|
||||||
find . -name "*.lock" -delete 2>/dev/null || true
|
find . -name "*.lock" -delete 2>/dev/null || true
|
||||||
|
|
||||||
git clone https://gitea.bubuit.net/oib/aitbc.git repo
|
git clone http://10.0.3.107:3000/oib/aitbc.git repo
|
||||||
cd repo
|
cd repo
|
||||||
|
|
||||||
- name: Test Package Installation
|
- name: Test Package Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user