1bf215546Sopenharmony_ci#!/bin/bash
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_cifor var in \
4bf215546Sopenharmony_ci    ACO_DEBUG \
5bf215546Sopenharmony_ci    ASAN_OPTIONS \
6bf215546Sopenharmony_ci    BASE_SYSTEM_FORK_HOST_PREFIX \
7bf215546Sopenharmony_ci    BASE_SYSTEM_MAINLINE_HOST_PREFIX \
8bf215546Sopenharmony_ci    CI_COMMIT_BRANCH \
9bf215546Sopenharmony_ci    CI_COMMIT_REF_NAME \
10bf215546Sopenharmony_ci    CI_COMMIT_TITLE \
11bf215546Sopenharmony_ci    CI_JOB_ID \
12bf215546Sopenharmony_ci    CI_JOB_JWT_FILE \
13bf215546Sopenharmony_ci    CI_JOB_NAME \
14bf215546Sopenharmony_ci    CI_JOB_URL \
15bf215546Sopenharmony_ci    CI_MERGE_REQUEST_SOURCE_BRANCH_NAME \
16bf215546Sopenharmony_ci    CI_MERGE_REQUEST_TITLE \
17bf215546Sopenharmony_ci    CI_NODE_INDEX \
18bf215546Sopenharmony_ci    CI_NODE_TOTAL \
19bf215546Sopenharmony_ci    CI_PAGES_DOMAIN \
20bf215546Sopenharmony_ci    CI_PIPELINE_ID \
21bf215546Sopenharmony_ci    CI_PIPELINE_URL \
22bf215546Sopenharmony_ci    CI_PROJECT_DIR \
23bf215546Sopenharmony_ci    CI_PROJECT_NAME \
24bf215546Sopenharmony_ci    CI_PROJECT_PATH \
25bf215546Sopenharmony_ci    CI_PROJECT_ROOT_NAMESPACE \
26bf215546Sopenharmony_ci    CI_RUNNER_DESCRIPTION \
27bf215546Sopenharmony_ci    CI_SERVER_URL \
28bf215546Sopenharmony_ci    CROSVM_GALLIUM_DRIVER \
29bf215546Sopenharmony_ci    CROSVM_GPU_ARGS \
30bf215546Sopenharmony_ci    DEQP_BIN_DIR \
31bf215546Sopenharmony_ci    DEQP_CASELIST_FILTER \
32bf215546Sopenharmony_ci    DEQP_CASELIST_INV_FILTER \
33bf215546Sopenharmony_ci    DEQP_CONFIG \
34bf215546Sopenharmony_ci    DEQP_EXPECTED_RENDERER \
35bf215546Sopenharmony_ci    DEQP_FRACTION \
36bf215546Sopenharmony_ci    DEQP_HEIGHT \
37bf215546Sopenharmony_ci    DEQP_RESULTS_DIR \
38bf215546Sopenharmony_ci    DEQP_RUNNER_OPTIONS \
39bf215546Sopenharmony_ci    DEQP_SUITE \
40bf215546Sopenharmony_ci    DEQP_TEMP_DIR \
41bf215546Sopenharmony_ci    DEQP_VARIANT \
42bf215546Sopenharmony_ci    DEQP_VER \
43bf215546Sopenharmony_ci    DEQP_WIDTH \
44bf215546Sopenharmony_ci    DEVICE_NAME \
45bf215546Sopenharmony_ci    DRIVER_NAME \
46bf215546Sopenharmony_ci    EGL_PLATFORM \
47bf215546Sopenharmony_ci    ETNA_MESA_DEBUG \
48bf215546Sopenharmony_ci    FDO_CI_CONCURRENT \
49bf215546Sopenharmony_ci    FDO_UPSTREAM_REPO \
50bf215546Sopenharmony_ci    FD_MESA_DEBUG \
51bf215546Sopenharmony_ci    FLAKES_CHANNEL \
52bf215546Sopenharmony_ci    FREEDRENO_HANGCHECK_MS \
53bf215546Sopenharmony_ci    GALLIUM_DRIVER \
54bf215546Sopenharmony_ci    GALLIVM_PERF \
55bf215546Sopenharmony_ci    GPU_VERSION \
56bf215546Sopenharmony_ci    GTEST \
57bf215546Sopenharmony_ci    GTEST_FAILS \
58bf215546Sopenharmony_ci    GTEST_FRACTION \
59bf215546Sopenharmony_ci    GTEST_RESULTS_DIR \
60bf215546Sopenharmony_ci    GTEST_RUNNER_OPTIONS \
61bf215546Sopenharmony_ci    GTEST_SKIPS \
62bf215546Sopenharmony_ci    HWCI_FREQ_MAX \
63bf215546Sopenharmony_ci    HWCI_KERNEL_MODULES \
64bf215546Sopenharmony_ci    HWCI_KVM \
65bf215546Sopenharmony_ci    HWCI_START_XORG \
66bf215546Sopenharmony_ci    HWCI_TEST_SCRIPT \
67bf215546Sopenharmony_ci    IR3_SHADER_DEBUG \
68bf215546Sopenharmony_ci    JOB_ARTIFACTS_BASE \
69bf215546Sopenharmony_ci    JOB_RESULTS_PATH \
70bf215546Sopenharmony_ci    JOB_ROOTFS_OVERLAY_PATH \
71bf215546Sopenharmony_ci    KERNEL_IMAGE_BASE_URL \
72bf215546Sopenharmony_ci    KERNEL_IMAGE_NAME \
73bf215546Sopenharmony_ci    LD_LIBRARY_PATH \
74bf215546Sopenharmony_ci    LP_NUM_THREADS \
75bf215546Sopenharmony_ci    MESA_BASE_TAG \
76bf215546Sopenharmony_ci    MESA_BUILD_PATH \
77bf215546Sopenharmony_ci    MESA_DEBUG \
78bf215546Sopenharmony_ci    MESA_GLES_VERSION_OVERRIDE \
79bf215546Sopenharmony_ci    MESA_GLSL_VERSION_OVERRIDE \
80bf215546Sopenharmony_ci    MESA_GL_VERSION_OVERRIDE \
81bf215546Sopenharmony_ci    MESA_IMAGE \
82bf215546Sopenharmony_ci    MESA_IMAGE_PATH \
83bf215546Sopenharmony_ci    MESA_IMAGE_TAG \
84bf215546Sopenharmony_ci    MESA_LOADER_DRIVER_OVERRIDE \
85bf215546Sopenharmony_ci    MESA_TEMPLATES_COMMIT \
86bf215546Sopenharmony_ci    MESA_VK_IGNORE_CONFORMANCE_WARNING \
87bf215546Sopenharmony_ci    MESA_SPIRV_LOG_LEVEL \
88bf215546Sopenharmony_ci    MINIO_HOST \
89bf215546Sopenharmony_ci    MINIO_RESULTS_UPLOAD \
90bf215546Sopenharmony_ci    NIR_DEBUG \
91bf215546Sopenharmony_ci    PAN_I_WANT_A_BROKEN_VULKAN_DRIVER \
92bf215546Sopenharmony_ci    PAN_MESA_DEBUG \
93bf215546Sopenharmony_ci    PIGLIT_FRACTION \
94bf215546Sopenharmony_ci    PIGLIT_NO_WINDOW \
95bf215546Sopenharmony_ci    PIGLIT_OPTIONS \
96bf215546Sopenharmony_ci    PIGLIT_PLATFORM \
97bf215546Sopenharmony_ci    PIGLIT_PROFILES \
98bf215546Sopenharmony_ci    PIGLIT_REPLAY_ARTIFACTS_BASE_URL \
99bf215546Sopenharmony_ci    PIGLIT_REPLAY_DESCRIPTION_FILE \
100bf215546Sopenharmony_ci    PIGLIT_REPLAY_DEVICE_NAME \
101bf215546Sopenharmony_ci    PIGLIT_REPLAY_EXTRA_ARGS \
102bf215546Sopenharmony_ci    PIGLIT_REPLAY_LOOP_TIMES \
103bf215546Sopenharmony_ci    PIGLIT_REPLAY_REFERENCE_IMAGES_BASE \
104bf215546Sopenharmony_ci    PIGLIT_REPLAY_SUBCOMMAND \
105bf215546Sopenharmony_ci    PIGLIT_RESULTS \
106bf215546Sopenharmony_ci    PIGLIT_TESTS \
107bf215546Sopenharmony_ci    PIPELINE_ARTIFACTS_BASE \
108bf215546Sopenharmony_ci    RADV_DEBUG \
109bf215546Sopenharmony_ci    RADV_PERFTEST \
110bf215546Sopenharmony_ci    SKQP_ASSETS_DIR \
111bf215546Sopenharmony_ci    SKQP_BACKENDS \
112bf215546Sopenharmony_ci    TU_DEBUG \
113bf215546Sopenharmony_ci    VIRGL_HOST_API \
114bf215546Sopenharmony_ci    VK_CPU \
115bf215546Sopenharmony_ci    VK_DRIVER \
116bf215546Sopenharmony_ci    VK_ICD_FILENAMES \
117bf215546Sopenharmony_ci    VKD3D_PROTON_RESULTS \
118bf215546Sopenharmony_ci    ; do
119bf215546Sopenharmony_ci  if [ -n "${!var+x}" ]; then
120bf215546Sopenharmony_ci    echo "export $var=${!var@Q}"
121bf215546Sopenharmony_ci  fi
122bf215546Sopenharmony_cidone
123