Skip to content

Commit df02799

Browse files
authored
travis: only build PPAs nightly, not on every push, too heavy (#26846)
1 parent 67ac5f0 commit df02799

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.travis.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -57,30 +57,6 @@ jobs:
5757
script:
5858
- go run build/ci.go docker -image -manifest amd64,arm64 -upload ethereum/client-go
5959

60-
# This builder does the Ubuntu PPA upload
61-
- stage: build
62-
if: type = push
63-
os: linux
64-
dist: bionic
65-
go: 1.20.x
66-
env:
67-
- ubuntu-ppa
68-
- GO111MODULE=on
69-
git:
70-
submodules: false # avoid cloning ethereum/tests
71-
addons:
72-
apt:
73-
packages:
74-
- devscripts
75-
- debhelper
76-
- dput
77-
- fakeroot
78-
- python-bzrlib
79-
- python-paramiko
80-
script:
81-
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts
82-
- go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected]>"
83-
8460
# This builder does the Linux Azure uploads
8561
- stage: build
8662
if: type = push
@@ -162,6 +138,30 @@ jobs:
162138
script:
163139
- go run build/ci.go test $TEST_PACKAGES
164140

141+
# This builder does the Ubuntu PPA nightly uploads
142+
- stage: build
143+
if: type = cron
144+
os: linux
145+
dist: bionic
146+
go: 1.20.x
147+
env:
148+
- ubuntu-ppa
149+
- GO111MODULE=on
150+
git:
151+
submodules: false # avoid cloning ethereum/tests
152+
addons:
153+
apt:
154+
packages:
155+
- devscripts
156+
- debhelper
157+
- dput
158+
- fakeroot
159+
- python-bzrlib
160+
- python-paramiko
161+
script:
162+
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts
163+
- go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <[email protected]>"
164+
165165
# This builder does the Azure archive purges to avoid accumulating junk
166166
- stage: build
167167
if: type = cron

0 commit comments

Comments
 (0)