Skip to content

Commit 026f4a5

Browse files
committed
[GR-9903] python stdlib unittest builder / gate
PullRequest: graalpython/76
2 parents 2f9ee65 + 11dc917 commit 026f4a5

File tree

6 files changed

+632
-226
lines changed

6 files changed

+632
-226
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ Python3.g4.stamp
5656
/*.err
5757
/graalpython/include/*
5858
/graalpython/com.oracle.graal.python.test/src/tests/cpyext/As_FileDescriptor_Testfile
59+
/.*.csv*

ci.jsonnet

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
overlay: "4c51f4dae2d670a4895aaafbe47780ac2541c008",
2+
overlay: "2081dc054251c6658f7ce8f4b6671a474edbf2f6",
33

44
// ======================================================================================================
55
//
@@ -23,7 +23,10 @@
2323
"2h": "2:00:00",
2424
"3h": "3:00:00",
2525
"4h": "4:00:00",
26-
"10h": "10:00:00"
26+
"8h": "8:00:00",
27+
"10h": "10:00:00",
28+
"16h": "16:00:00",
29+
"20h": "20:00:00",
2730
},
2831
TIME_LIMIT: TIME_LIMIT,
2932

@@ -142,6 +145,7 @@
142145
HOST_VM_CONFIG: "graal-core",
143146
},
144147
},
148+
graalCoreMixin: graalCoreMixin,
145149

146150
local sulongMixin = labsjdk8Mixin + {
147151
environment +: {

0 commit comments

Comments
 (0)