aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2020-07-16 14:20:22 -0700
committerMarge Bot <[email protected]>2020-07-17 23:21:12 +0000
commite5169b1ca1aeca4f35369b26d373e12e1dd15c7d (patch)
tree03912244b1b02651b237d7efc13bc1ce2f42a8ba
parent4080f8bf2b02441f637bc3f0c00c96060e2f02f0 (diff)
gitlab-ci: re-enable all a630 jobs
I haven't noticed tftp boot issues in last few days, not sure if they where just a fluke on Mon or if it is somehow related to # of jobs we run (ie. having more of the c630 runners powered up and running more of the time). Let's turn them back on and see what happens. Signed-off-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5952>
-rw-r--r--.gitlab-ci.yml14
1 files changed, 5 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b6d0c63b6d..b2e40c25f9c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1036,8 +1036,6 @@ arm64_a630_gles2:
arm64_a630_gles31:
extends: arm64_a630_gles2
variables:
- CI_NODE_INDEX: 1
- CI_NODE_TOTAL: 2
DEQP_VER: gles31
# gles31 is about 12 minutes with validation enabled.
NIR_VALIDATE: 0
@@ -1045,15 +1043,13 @@ arm64_a630_gles31:
arm64_a630_gles3:
extends: arm64_a630_gles2
variables:
- CI_NODE_INDEX: 1
- CI_NODE_TOTAL: 2
DEQP_VER: gles3
# gles3 is about 15 minutes with validation enabled.
NIR_VALIDATE: 0
# We almost always manage to lower UBOs back to constant uploads in
# the test suite, so get a little testing for it here.
-.arm64_a630_noubo:
+arm64_a630_noubo:
extends: arm64_a630_gles31
variables:
DEQP_VER: gles31
@@ -1063,7 +1059,7 @@ arm64_a630_gles3:
# The driver does some guessing as to whether to render using gmem
# or bypass, and some GLES3.1 features interact with either one.
# Do a little testing with gmem and bypass forced.
-.arm64_a630_bypass:
+arm64_a630_bypass:
extends: arm64_a630_gles31
variables:
CI_NODE_INDEX: 1
@@ -1071,7 +1067,7 @@ arm64_a630_gles3:
FD_MESA_DEBUG: nogmem
DEQP_EXPECTED_FAILS: deqp-freedreno-a630-bypass-fails.txt
-.arm64_a630_traces:
+arm64_a630_traces:
extends:
- arm64_a630_gles2
variables:
@@ -1086,7 +1082,7 @@ arm64_a630_gles3:
# Along with checking gmem path, check that we don't get obvious nir
# validation failures (though it's too expensive to have it on for the
# full CTS)
-.arm64_a630_gmem:
+arm64_a630_gmem:
extends: arm64_a630_gles31
variables:
CI_NODE_INDEX: 1
@@ -1110,7 +1106,7 @@ arm64_a630_vk:
# Do a separate sysmem pass over the testcases that really affect sysmem
# rendering. This is currently very flaky, leave it as an option for devs
# to click play on in their branches.
-.arm64_a630_vk_sysmem:
+arm64_a630_vk_sysmem:
extends:
- arm64_a630_vk
variables: