Commit 389ce9dd authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

renamed "internal testing" to "extra credit" to avoid student confusion

parent eecf18c6
Loading
Loading
Loading
Loading
+21 −3
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@
    </configurations>
  </component>
  <component name="ChangeListManager">
    <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes" />
    <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="added timeouts">
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -81,7 +83,7 @@
      <workItem from="1727635232946" duration="125000" />
      <workItem from="1727635553626" duration="1104000" />
      <workItem from="1727650187899" duration="5628000" />
      <workItem from="1727746949457" duration="1492000" />
      <workItem from="1727746949457" duration="2526000" />
    </task>
    <task id="LOCAL-00001" summary="updated ci/cd">
      <option name="closed" value="true" />
@@ -251,7 +253,23 @@
      <option name="project" value="LOCAL" />
      <updated>1727751157644</updated>
    </task>
    <option name="localTasksCounter" value="22" />
    <task id="LOCAL-00022" summary="bug fixes">
      <option name="closed" value="true" />
      <created>1727751426978</created>
      <option name="number" value="00022" />
      <option name="presentableId" value="LOCAL-00022" />
      <option name="project" value="LOCAL" />
      <updated>1727751426978</updated>
    </task>
    <task id="LOCAL-00023" summary="bug fixes">
      <option name="closed" value="true" />
      <created>1727752204887</created>
      <option name="number" value="00023" />
      <option name="presentableId" value="LOCAL-00023" />
      <option name="project" value="LOCAL" />
      <updated>1727752204887</updated>
    </task>
    <option name="localTasksCounter" value="24" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ test_problem_1:
    - if: '$CI_COMMIT_REF_NAME == "problem1"'
  tags: [c++-17]

internal_testing_problem_1:
extra_credit_problem_1:
  stage: problem1
  script:
    - echo "Internal testing problem 1";