Skip to content

Commit 702c7c8

Browse files
authored
ADD TEST 1 AND TEST2 (#495)
* Update 3.ci.worker.sh * Update 3.ci.worker.sh * Update 3.ci.worker.sh * Update 3.ci.worker.sh
1 parent c22135c commit 702c7c8

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

3.ci.worker.sh

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,40 @@ npm install -g pnpm@latest-10
99
pnpm install
1010
pnpm deb # -all
1111
mv ./perrisbrewery/workdir/penguins-eggs_*_amd64.deb ./mychroot/ci/
12+
#################################################################################################################
13+
## TODO 0
14+
## check the server of ci
15+
## the server of ci is ubuntu 24.04
16+
## the ci server is an azure vm on azure
1217

13-
##########################
18+
sudo cat /etc/issue
19+
ls -al /etc/
20+
21+
22+
#################################################################################################################
23+
## TODO 1
24+
## TEST 1
25+
## using eggs to remaster ubuntu server ubuntu-24.04
26+
## it failed now
27+
## Unrecognised xattr prefix system.posix_acl_default
28+
## see more or dowload the actions log
29+
30+
sudo apt install -y ./perrisbrewery/workdir/penguins-eggs_*_amd64.deb
31+
32+
sudo eggs dad -d
33+
sudo eggs produce --clone -n --verbose
34+
35+
36+
######################################################################################################################
1437
# pnpm tarballs
1538
# mv ./dist/eggs*.tar.gz ./mychroot/ci/
1639

40+
######################################################################################################################
41+
## TODO 2
42+
## TEST 2
43+
## using contaner image ubuntu ubuntu:24.04 on ci hosted server ubuntu-24.04
44+
## install same kernal with the host of the ci server
45+
## it failed now
1746
cd $CMD_PATH
1847
which podman
1948
podman --version

0 commit comments

Comments
 (0)