Commit 92353fd8 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

added bounds on job mem/time

parent 76c38649
Loading
Loading
Loading
Loading

.idea/hw2-config.iml

0 → 100644
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<module classpath="CIDR" type="CPP_MODULE" version="4" />
 No newline at end of file

.idea/modules.xml

0 → 100644
+8 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ProjectModuleManager">
    <modules>
      <module fileurl="file://$PROJECT_DIR$/.idea/hw2-config.iml" filepath="$PROJECT_DIR$/.idea/hw2-config.iml" />
    </modules>
  </component>
</project>
 No newline at end of file
+16 −10
Original line number Diff line number Diff line
@@ -21,8 +21,11 @@
    </configurations>
  </component>
  <component name="ChangeListManager">
    <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="updated ci/cd">
    <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="added bounds on job mem/time">
      <change afterPath="$PROJECT_DIR$/.idea/hw2-config.iml" afterDir="false" />
      <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/ci_cd/problem0.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem0.yml" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -68,13 +71,6 @@
    &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  }
}</component>
  <component name="RunManager">
    <configuration default="true" type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true">
      <method v="2">
        <option name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask" enabled="true" />
      </method>
    </configuration>
  </component>
  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
@@ -85,6 +81,7 @@
      <updated>1727410355219</updated>
      <workItem from="1727410356292" duration="3568000" />
      <workItem from="1727441862049" duration="1460000" />
      <workItem from="1727463911877" duration="1947000" />
    </task>
    <task id="LOCAL-00001" summary="updated ci/cd">
      <option name="closed" value="true" />
@@ -150,7 +147,15 @@
      <option name="project" value="LOCAL" />
      <updated>1727442386064</updated>
    </task>
    <option name="localTasksCounter" value="9" />
    <task id="LOCAL-00009" summary="added bounds on job mem/time">
      <option name="closed" value="true" />
      <created>1727463997741</created>
      <option name="number" value="00009" />
      <option name="presentableId" value="LOCAL-00009" />
      <option name="project" value="LOCAL" />
      <updated>1727463997741</updated>
    </task>
    <option name="localTasksCounter" value="10" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
@@ -163,6 +168,7 @@
  </component>
  <component name="VcsManagerConfiguration">
    <MESSAGE value="updated ci/cd" />
    <option name="LAST_COMMIT_MESSAGE" value="updated ci/cd" />
    <MESSAGE value="added bounds on job mem/time" />
    <option name="LAST_COMMIT_MESSAGE" value="added bounds on job mem/time" />
  </component>
</project>
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -65,4 +65,3 @@ internal_testing_problem_0:
  rules:
    - if: '$CI_COMMIT_REF_NAME == "problem0"'
  tags: [c++-17]
  memory: 512m