Skip to content

Commit c3918ea

Browse files
[green-dragon-migration] check in jenkins requirements file (#158)
* Add the requirements.txt file for jenkins CI agents. We separate this from the global requirements.txt file since it's specific to green dragon CI agents, and we don't want to inadvertently break any build bots This code has been tested on https://green.lab.llvm.org/
1 parent 9ad5d7d commit c3918ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

zorg/jenkins/jobs/requirements.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
six==1.15.0
2+
urllib3==1.26.8
3+
requests==2.25.1
4+
pexpect==4.9.0
5+
pyOpenSSL==24.0.0
6+
cryptography==42.0.5
7+
psutil==5.9.8
8+
lit==17.0.6
9+
awscli==1.32.41

0 commit comments

Comments
 (0)